Skip to content

Commit 0a2ea0a

Browse files
committed
Merge pull request #8876 from sinhrks/doc_where
DOC: Add where and mask to API doc
2 parents 4d5c28f + 5b0efe5 commit 0a2ea0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/api.rst

+4
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ Reindexing / Selection / Label manipulation
394394
Series.take
395395
Series.tail
396396
Series.truncate
397+
Series.where
398+
Series.mask
397399

398400
Missing data handling
399401
~~~~~~~~~~~~~~~~~~~~~
@@ -689,6 +691,8 @@ Indexing, iteration
689691
DataFrame.tail
690692
DataFrame.xs
691693
DataFrame.isin
694+
DataFrame.where
695+
DataFrame.mask
692696
DataFrame.query
693697

694698
For more information on ``.at``, ``.iat``, ``.ix``, ``.loc``, and

0 commit comments

Comments
 (0)