zcollection.dataset.Dataset.delete#

Dataset.delete(indexer, axis)[source]#

Return a new dataset without the data selected by the provided indices.

Parameters:
  • indexer (slice | Sequence[int]) – Indices to remove along the specified axis.

  • axis (str) – The axis along which to delete the subarrays defined in the dataset.

Returns:

New dataset.

Return type:

Dataset