zcollection.collection.Collection.iterate_on_records#

Collection.iterate_on_records(*, relative=False)#

Iterate over the partitions and the zarr groups.

Parameters:

relative (bool) – If True, the paths are relative to the base directory.

Return type:

Iterator[tuple[str, Group]]

Returns

The iterator over the partitions and the zarr groups.