pardata

ParData package and high level functions.

Functions

describe_dataset(name, *[, version])

Describe a dataset's metadata in human language.

export_schema_collections()

Return a copy of the schema.SchemaCollectionManager object managed by high-level functions.

get_config()

Returns global ParData configs.

get_dataset_metadata(name, *[, version])

Return a dataset's metadata either in human-readable form or as a copy of its schema.

init([update_only])

(Re-)initialize high-level functions and their configurations.

list_all_datasets()

Show all available pardata datasets and their versions.

load_dataset(name, *[, version, download, ...])

High level function that wraps dataset.Dataset class's load and download functionality.

load_dataset_from_location(url_or_path, *[, ...])

Load the dataset from url_or_path.

load_schema_collections(*[, force_reload, ...])

Loads a schema.SchemaCollectionManager object that stores all schema collections.