locpix.scripts.preprocessing.preprocess.project_info#
- class project_info(time, name)[source]#
Bases:
object
Project information metadata
- metadata#
Python dictionary containing the metadata
- Type:
dictionary
Initialises metadata with args
- Parameters:
time (string) – Time of project initialisation
name (string) – Name of the project
- __init__(time, name)[source]#
Initialises metadata with args
- Parameters:
time (string) – Time of project initialisation
name (string) – Name of the project
Methods
__init__
(time, name)Initialises metadata with args
load
(path)Load the dataframe from the path
save
(path)Save the dataframe as a .csv to the path