def Dataset.collection(name: str) -> CollectionAccess a specific collection by its name.
Parameters
Section titled “Parameters”name string The name of the collection
Returns
Section titled “Returns”A collection object.
Errors
Section titled “Errors”NotFoundError No such collection: Non-existent-Collection The specified collection does not exist in the dataset.