tiledbsoma.DenseNDArray.resize

DenseNDArray.resize(newshape: Sequence[int | None], check_only: bool = False) Tuple[bool, str]

Increases the shape of the array as specfied. Raises an error if the new shape is less than the current shape in any dimension. Raises an error if the new shape exceeds maxshape in any dimension. Raises an error if the array doesn’t already have a shape: in that case please call tiledbsoma_upgrade_shape. If check_only is True, returns whether the operation would succeed if attempted, and a reason why it would not.

Lifecycle

Maturing.