From 20439696990b3a8dcd7dc869796444844a860311 Mon Sep 17 00:00:00 2001 From: proost Date: Thu, 12 Dec 2019 20:55:02 +0900 Subject: [PATCH] DOC: Documentation for MultiIndex.get_locs() is missing in v0.25 docs (#30056) (#30226) --- pandas/core/indexes/multi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/core/indexes/multi.py b/pandas/core/indexes/multi.py index cffd1e99b37f3..57c7cd2df81c1 100644 --- a/pandas/core/indexes/multi.py +++ b/pandas/core/indexes/multi.py @@ -191,6 +191,7 @@ class MultiIndex(Index): swaplevel reorder_levels remove_unused_levels + get_locs See Also --------