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