availability and count arguments are deprecated and no longer affect the response.
Parameters
bool | None
Deprecated. Collection availability is always returned.
bool | None
Deprecated. Collection datapoint counts are always returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
collections = dataset.collections()
collections = dataset.collections()
def Dataset.collections(
availability: bool | None = None,
count: bool | None = None,
) -> dict[str, Collection]
availability and count arguments are deprecated and no longer affect the response.
collections = dataset.collections()
Was this page helpful?