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
.
Classes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NetworkX |
|
|
|
|
|
|
|
|
|
|
|
pandas.GenericDataSet loads/saves data from/to a data file using an underlying filesystem (e.g.: local, S3, GCS). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|