pashehnet.sensors.helpers#

Module Contents#

Functions#

sources_from_csv

Util method to create a collection of sensors from a columnar CSV file via Pandas

API#

pashehnet.sensors.helpers.sources_from_csv(uri, **kwargs)#

Util method to create a collection of sensors from a columnar CSV file via Pandas

Parameters:
  • uri – Location to load CSV from

  • kwargs – Passthrough args to Pandas

Returns:

Dict of SeriesSensor objects keyed to CSV column names