diff options
author | Muhammad Ishaque Nizamani <49721249+MuhammadNizamani@users.noreply.github.com> | 2023-04-04 18:03:43 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 18:33:43 +0530 |
commit | 9bea0d67002ea789526119bca28a38d9fb62dd37 (patch) | |
tree | 37dd9be2abbf4da7287017ff0b569548d1ed2310 /doc/source/reference | |
parent | 240732d6993bba2ef673f1d1995c4b2b4bef1b2e (diff) | |
download | numpy-9bea0d67002ea789526119bca28a38d9fb62dd37.tar.gz |
DOC: docs added to routines.ma.rst from issue #23352 (#23368)
* function added routines.ma.rst from issue #23352
* Update doc/source/reference/routines.ma.rst
* imporved solution of PR #23368 and Issue #23352
* DOC: Minor style fix
---------
Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com>
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.ma.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst index d503cc243..fd22a74aa 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -31,6 +31,7 @@ From existing data ma.fromfunction ma.MaskedArray.copy + ma.diagflat Ones and zeros @@ -72,6 +73,9 @@ Inspecting the array ma.isMaskedArray ma.isMA ma.isarray + ma.isin + ma.in1d + ma.unique ma.MaskedArray.all @@ -394,6 +398,17 @@ Clipping and rounding ma.MaskedArray.clip ma.MaskedArray.round +Set operations +~~~~~~~~~~~~~~ +.. autosummary:: + :toctree: generated/ + + + ma.intersect1d + ma.setdiff1d + ma.setxor1d + ma.union1d + Miscellanea ~~~~~~~~~~~ |