zcollection.indexing.abc.IndexingCallable.__call__#

IndexingCallable.__call__(zds, *args, **kwargs)[source]#

Indexing the partition of the collection.

Parameters:
  • zds (Dataset) – Dataset to be indexed.

  • *args – Positional arguments.

  • **kwargs – Keyword arguments.

Returns:

A numpy structured array to be converted to a DataFrame and stored in the index.

Return type:

NDArray