zcollection.dataset.Dataset.isel#

Dataset.isel(slices)[source]#

Return a new dataset with each array indexed along the specified slices.

Parameters:

slices (dict[str, Any]) – Dictionary of dimension names and slices

Returns:

New dataset.

Return type:

Dataset