-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Description
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 the MultiIndex
API page. Alternatively could add a docstring and API page.
What is preferred?
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
jreback commentedon Jan 4, 2021
we just merged a PR which deprecated is_lexsorted, which removed it from the api docs. #38701
kylekeppler commentedon Jan 4, 2021
Good timing then! Looks like the
is_lexsorted
entry in theMultiIndex
docstring should be removed?jreback commentedon Jan 4, 2021
it is in the PR
you have to look at the dev docs build
jreback commentedon Jan 4, 2021
ahh I know we need to remove that reference (that you pointed above). if you would do a PR would be great!
kylekeppler commentedon Jan 5, 2021
kylekeppler commentedon Jan 6, 2021
Closed by #38975