Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/source/api.rst
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ Indexing, Iteration
:toctree: generated/

CASTable.drop
CASTable.dropna
CASTable.fillna
CASTable.head
CASTable.ix
CASTable.loc
Expand All @@ -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 <indexing>`.
Expand Down Expand Up @@ -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
Expand Down
Loading