You can access a specific collection by it’s name using the collection method on the dataset object. This doesn’t make any network calls, it just creates a collection object that you can use to access the collection. This operation is cheap and always succeed. If the collection doesn’t exist, an error is raised when you try to access data or information for it.

Parameters

name
str

The name of the collection to access.