Dataset.get

Dataset.get() → self

Fetches the dataset, after which dataset.properties will contain a dict with entries corresponding to the properties on the dataset resource definition. Will raise an error if the dataset does not exist.

Returns

self (a Dataset)

Last updated