sensortoolkit.deploy._deployment_period.deployment_period

deployment_period(df_list, sensor_name, sensor_serials)[source]

Returns a dataframe detailing the beginning, end, and duration of each sensor deployment.

Parameters
  • df_list (list) – List of sensor dataframes recorded at original sampling frequency.

  • sensor_name (str) – The make and model of the sensor being evaluated.

  • sensor_serials (dict) – A dictionary of sensor serial identifiers for each unit in a testing group.

Returns

A data frame containing the start time (‘Begin’), end time (‘End’), and total duration of evaluation period for each sensor in a deployment group.

Return type

deployment_df (pandas DataFrame)