From 960a0478fe8da8a060e73fe4cf0142f903fd0a80 Mon Sep 17 00:00:00 2001 From: HH Date: Thu, 12 Dec 2019 20:08:53 +0900 Subject: [PATCH] DOC: Documentation for MultiIndex.get_locs() is missing in v0.25 docs (#30056) --- 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 --------