Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 563 Bytes

distil-timeseries-loader

A glue priimitive that reads the time series files from a given column in an input dataframe into a new M x N dataframe, where each timeseries occupies one of M rows, and each of the row's N entries represents a timestamp. The loading process assumes that each series file has an identical set of timestamps.

Deployment:

pip install -e git+ssh://[email protected]/uncharted-distil/distil-timeseries-loader.git#egg=DistilTimeSeriesLoader --process-dependency-links

Development:

pip install -r requirements.txt