zcollection.variable.abc.Variable.isel#

Variable.isel(key)[source]#

Return a new variable with data selected along the given dimension indices.

Parameters:
  • key (tuple[slice, ...]) – Dimension indices to select

  • self (T) –

Returns:

The new variable

Return type:

T