This is documentation for an old release of NumPy (version 1.6.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.ma.compress_rows
-
numpy.ma.compress_rows(a)
Suppress whole rows of a 2-D array that contain masked values.
This is equivalent to np.ma.extras.compress_rowcols(a, 0), see
extras.compress_rowcols for details.
See also
extras.compress_rowcols