load_db

WorktimeCalculator.load_db() DataFrame[source]

Load Database remote or locally.

Tries to load the database directly from the server if possible, else it loads the local database or throws an exception that isn’t possible either.

Returns

db – Database with the actually worked time

Return type

pandas.DataFrame