xdas.DataSequence.isel#
- DataSequence.isel(indexers=None, **indexers_kwargs)[source]#
Perform index selection to each data array of the data collection.
If a selection results in a empty data array, the data array is discarded.
See DataArray.isel for more details.
- Parameters:
- Returns:
The selected data collection.
- Return type: