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
10 changes: 5 additions & 5 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,6 @@ Modifying and Computations
Index.argmax
Index.copy
Index.delete
Index.diff
Index.sym_diff
Index.drop
Index.drop_duplicates
Index.duplicated
Expand Down Expand Up @@ -1309,15 +1307,17 @@ Time-specific operations

Index.shift

Combining / joining / merging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Combining / joining / set operations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated/

Index.append
Index.intersection
Index.join
Index.intersection
Index.union
Index.difference
Index.sym_diff

Selecting
~~~~~~~~~
Expand Down