utils.libutils.commons

Module Contents

Classes

Commons

class utils.libutils.commons.Commons
static readDataFrame(dfPath, rows=None, entity_data=None, schema=None, schema_path=None)
static getSchemaFromPath(schema_file_path, create_fresh_schema=False)
static writeDataFrame(df, dfPath, writer_options={})
static removeFirstSlash(filePath)
static get_reader_options_from_entity_data(entity_data)