Skip to content

Commit 03a39d9

Browse files
committed
DOC: Add Index.difference to API
1 parent 0aceb38 commit 03a39d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/api.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,6 @@ Modifying and Computations
12621262
Index.argmax
12631263
Index.copy
12641264
Index.delete
1265-
Index.diff
1266-
Index.sym_diff
12671265
Index.drop
12681266
Index.drop_duplicates
12691267
Index.duplicated
@@ -1309,15 +1307,17 @@ Time-specific operations
13091307

13101308
Index.shift
13111309

1312-
Combining / joining / merging
1313-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1310+
Combining / joining / set operations
1311+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13141312
.. autosummary::
13151313
:toctree: generated/
13161314

13171315
Index.append
1318-
Index.intersection
13191316
Index.join
1317+
Index.intersection
13201318
Index.union
1319+
Index.difference
1320+
Index.sym_diff
13211321

13221322
Selecting
13231323
~~~~~~~~~

0 commit comments

Comments
 (0)