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

A glue primitive for loading time series data from a D3M dataset into a Pandas Dataframe.

License

Notifications You must be signed in to change notification settings

uncharted-distil/distil-timeseries-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A glue primitive for loading time series data from a D3M dataset into a Pandas Dataframe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages