Reference
Datasets API
Object-Oriented
| Dataset | Dataset provides methods to load and describe datasets. |
| DatasetDescription | Contains additional metadata about the dataset. |
Functional
| list_datasets | List available datasets. |
| open_dataset | Opens and decodes a dataset given its name. |
| load_dataset | Open the dataset, load content into memory, and close its file handles. |
| describe_dataset | Describe a dataset and provide its metadata. |
| validate_dataset | Validate the dataset with the given name. |
Utilities
| extract_dataset | Extract a dataset and return the path to the extracted directory. |