load_db

DbInteraction.load_db(db_path: str) DataFrame

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