From 47814c0c2615cc588875c56fdd986d32abc2fe78 Mon Sep 17 00:00:00 2001 From: Barbara Kemper Date: Tue, 2 Jun 2026 12:23:44 -0400 Subject: [PATCH] updates to documentation Signed-off-by: Barbara Kemper --- doc/source/api.rst | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 doc/source/api.rst diff --git a/doc/source/api.rst b/doc/source/api.rst old mode 100644 new mode 100755 index ca269982..10a0b008 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -271,6 +271,8 @@ Indexing, Iteration :toctree: generated/ CASTable.drop + CASTable.dropna + CASTable.fillna CASTable.head CASTable.ix CASTable.loc @@ -282,6 +284,7 @@ Indexing, Iteration CASTable.lookup CASTable.tail CASTable.query + CASTable.replace For more information on ``.ix``, ``.loc``, and ``.iloc``, see the :ref:`indexing documentation `. @@ -438,6 +441,7 @@ Serialization / IO / Conversion CASTable.info CASTable.to_pickle CASTable.to_csv + CASTable.to_frame CASTable.to_hdf CASTable.to_sql CASTable.to_dict