We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aceb38 commit 03a39d9Copy full SHA for 03a39d9
doc/source/api.rst
@@ -1262,8 +1262,6 @@ Modifying and Computations
1262
Index.argmax
1263
Index.copy
1264
Index.delete
1265
- Index.diff
1266
- Index.sym_diff
1267
Index.drop
1268
Index.drop_duplicates
1269
Index.duplicated
@@ -1309,15 +1307,17 @@ Time-specific operations
1309
1307
1310
1308
Index.shift
1311
1312
-Combining / joining / merging
1313
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Combining / joining / set operations
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1314
.. autosummary::
1315
:toctree: generated/
1316
1317
Index.append
1318
- Index.intersection
1319
Index.join
+ Index.intersection
1320
Index.union
+ Index.difference
+ Index.sym_diff
1321
1322
Selecting
1323
~~~~~~~~~
0 commit comments