numpy.ma.mask_cols

numpy.ma.mask_cols(a, axis=None)

Mask whole columns of a 2D array that contain masked values.

Parameters:

axis : int, optional

Axis along which to perform the operation. If None, applies to a flattened version of the array.

Previous topic

numpy.ma.notmasked_edges

Next topic

numpy.ma.mask_or

This Page

Quick search