Skip to content

Commit 06b35db

Browse files
mroeschkejorisvandenbossche
authored andcommitted
DOC: Ordering during set operation on index (pandas-dev#3123) (pandas-dev#14629)
1 parent 2e276fb commit 06b35db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/indexing.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,10 @@ with duplicates dropped.
14671467
idx1.symmetric_difference(idx2)
14681468
idx1 ^ idx2
14691469
1470+
.. note::
1471+
1472+
The resulting index from a set operation will be sorted in ascending order.
1473+
14701474
Missing values
14711475
~~~~~~~~~~~~~~
14721476

0 commit comments

Comments
 (0)