sensortoolkit.ingest._standard_ingest.standard_ingest

standard_ingest(path, name=None, setup_file_path=None)[source]

Ingestion module for sensor data using setup.json configuration file via the Setup class.

Sensor data file data type must be .csv, .txt, or .xlsx.

Parameters
  • path (str) – The full path to the recorded sensor data file

  • name (str) – The make and model of the sensor

  • setup_file_path (str) – The full path to the setup.json file

Returns

Dataframe containing sensor data in standardized formatting for datetime index and header naming scheme.

Return type

df (pandas DataFrame)