helper_function

These are the available data processing helper functions

QPrism.Sensor.data_processing.timestamp_to_unix(df)

Convert the timestamp in the dataframe to unix format.

dfpd.DataFrame

A dataframe represents a single record, with the timestamp in the pandas datetime format.