Skip to content

Commit 520c9c1

Browse files
committed
versionadded tags
1 parent f2ddc9c commit 520c9c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pandas/indexes/multi.py

+6
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,10 @@ def from_product(cls, iterables, sortorder=None, names=None):
11751175

11761176
def sort_monotonic(self):
11771177
"""
1178+
.. versionadded:: 0.20.0
1179+
1180+
This is an *internal* function.
1181+
11781182
create a new MultiIndex from the current to monotonically sorted
11791183
items IN the levels
11801184
@@ -1218,6 +1222,8 @@ def sort_monotonic(self):
12181222

12191223
def remove_unused_levels(self):
12201224
"""
1225+
.. versionadded:: 0.20.0
1226+
12211227
create a new MultiIndex from the current that removesing
12221228
unused levels, meaning that they are not expressed in the labels
12231229

0 commit comments

Comments
 (0)