load_db

DbBaseClass.load_db(db_path: str) DataFrame[source]

Read in the db file if it exists or creates a new one.

Parameters

db_path (str) – path to the db_file on the SFTP server

Returns

Loaded database.

Return type

pd.Dataframe