We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation for MultiIndex.get_locs() is missing in v0.25 docs (at least since v0.23?)
MultiIndex.get_locs()
It is referred to here: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.MultiIndex.get_loc.html
And it existed in v0.22: https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.MultiIndex.get_locs.html
Mentioned in #29967
The text was updated successfully, but these errors were encountered:
I think adding get_locs to the list of methods in
pandas/pandas/core/indexes/multi.py
Line 183 in 04c0870
Sorry, something went wrong.
DOC: Documentation for MultiIndex.get_locs() is missing in v0.25 docs (…
960a047
…pandas-dev#30056)
2043969
…#30056) (#30226)
c6fcd08
…pandas-dev#30056) (pandas-dev#30226)
bbdbcaa
Successfully merging a pull request may close this issue.
Problem description
The documentation for
MultiIndex.get_locs()
is missing in v0.25 docs (at least since v0.23?)It is referred to here:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.MultiIndex.get_loc.html
And it existed in v0.22:
https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.MultiIndex.get_locs.html
Mentioned in #29967
The text was updated successfully, but these errors were encountered: