blosc2.NDField.__init__#

NDField.__init__(ndarr: NDArray, field: str)#

Create a new NDField.

Parameters:
  • ndarr (NDArray) – The NDArray to which assign the field.

  • field (str) – The field’s name.

Returns:

out – The corresponding NDField.

Return type:

NDField