From 5b0efe57654088b36ac7ebc23cb25ab2adf07fd9 Mon Sep 17 00:00:00 2001 From: sinhrks Date: Sat, 22 Nov 2014 11:20:18 +0900 Subject: [PATCH] DOC: Add where and mask to API doc --- doc/source/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/api.rst b/doc/source/api.rst index 079cf152095c5..d2f94c22f0335 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -394,6 +394,8 @@ Reindexing / Selection / Label manipulation Series.take Series.tail Series.truncate + Series.where + Series.mask Missing data handling ~~~~~~~~~~~~~~~~~~~~~ @@ -689,6 +691,8 @@ Indexing, iteration DataFrame.tail DataFrame.xs DataFrame.isin + DataFrame.where + DataFrame.mask DataFrame.query For more information on ``.at``, ``.iat``, ``.ix``, ``.loc``, and