-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: MultiIndex.is_lexsorted not linked #38953
New issue
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
Comments
we just merged a PR which deprecated is_lexsorted, which removed it from the api docs. #38701 |
Good timing then! Looks like the |
it is in the PR |
ahh I know we need to remove that reference (that you pointed above). if you would do a PR would be great! |
Will do tomorrow.
…On Mon, Jan 4, 2021, 5:43 PM Jeff Reback ***@***.***> wrote:
ahh I know we need to remove that reference (that you pointed above). if
you would do a PR would be great!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38953 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMUPA7QQSSRQAU4YCERRT3SYJACVANCNFSM4VTNASWA>
.
|
4 tasks
Closed by #38975 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.MultiIndex.html?highlight=is_lexsorted
Documentation problem
On the API page for
MultiIndex
,is_lexsorted
does not link to an API page for that method. That method has been deprecated and does not contain a docstring, perhaps that is why there is no link?Suggested fix for documentation
Since this method is deprecated, suggest removing
is_lexsorted
from the list of methods on theMultiIndex
API page. Alternatively could add a docstring and API page.What is preferred?
The text was updated successfully, but these errors were encountered: