Skip to content

Dataset.collection

def Dataset.collection(name: str) -> Collection

Access a specific collection by its name.

name string

The name of the collection

A collection object.

NotFoundError No such collection: Non-existent-Collection

The specified collection does not exist in the dataset.