Array.set_null#

Array.set_null(index)#

Set the array to null. If index is provided, set the array at the given index to null.

Parameters:

index (int | None) –

Return type:

None