kedro.extras.datasets¶
Description
kedro.extras.datasets is where you can find all of Kedro’s data connectors.
These data connectors are implementations of the AbstractDataset.
Warning
kedro.extras.datasets is deprecated and will be removed in Kedro 0.19.
Refer to kedro_datasets for the documentation, and
install kedro-datasets to avoid breakage by running pip install kedro-datasets.
Classes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NetworkX |
|
|
|
|
|
|
|
|
|
|
|
pandas.GenericDataSet loads/saves data from/to a data file using an underlying filesystem (e.g.: local, S3, GCS). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|