Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 675 Bytes

Gordo dataset

gordo dataset library essential to build datasets and data providers for gordo projects.

Usage

Data provider

Extend GordoBaseDataProvider to adapt it to your data source.

See examples NcsReader that reads either parquet or csv files from Azure Datalake v1.

Dataset

Extend GordoBaseDataset.

See example for TimeSeriesDataset that arranges the data into consecutive times series.

Install

pip install gordo-dataset

Uninstall

pip uninstall gordo-datset