zcollection.indexing.abc.Indexer.dtype#

Indexer.dtype(**_kwargs)[source]#

Return the columns of the index.

Parameters:

**kwargs – Additional arguments to pass to the function.

Returns:

A tuple of (name, type) pairs.

Return type:

list[tuple[str, str]]