This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Find contiguous unmasked data in a masked array along the given axis.
Parameters: | axis : int, optional
|
---|---|
Returns: | A sorted sequence of slices (start index, end index). : |
Notes
Only accepts 2D arrays at most.