On this page
numpy.ma.compressed
- numpy.ma.compressed(x)[source]
- 
    Return all the non-masked data as a 1-D array. This function is equivalent to calling the “compressed” method of a MaskedArray, seeMaskedArray.compressedfor details.See also - MaskedArray.compressed
- 
       Equivalent method. 
 
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.19/reference/generated/numpy.ma.compressed.html