-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Add missing Index.infer_objects link to API reference #61736
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
DOC: Add missing Index.infer_objects link to API reference #61736
Conversation
doc/source/reference/indexing.rst
Outdated
@@ -106,6 +106,7 @@ Conversion | |||
Index.to_frame | |||
Index.to_numpy | |||
Index.view | |||
Index.infer_objects |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think the list here is in alphabetical order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i guess we're not too consistent about that, so not a huge deal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed!
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
doc/source/whatsnew/v3.0.0.rst
Outdated
@@ -41,6 +41,7 @@ Other enhancements | |||
- :meth:`DataFrame.agg` called with ``axis=1`` and a ``func`` which relabels the result index now raises a ``NotImplementedError`` (:issue:`58807`). | |||
- :meth:`Index.get_loc` now accepts also subclasses of ``tuple`` as keys (:issue:`57922`) | |||
- :meth:`Styler.set_tooltips` provides alternative method to storing tooltips by using title attribute of td elements. (:issue:`56981`) | |||
- Added missing :meth:`pandas.Index.infer_objects` to API reference (:issue:`61733`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that correcting documentation needs a release note?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree! I wasn't sure so I just added it in, but I removed it now, thanks!
…thamYerragudi/pandas into doc-fix-index-infer-objects
Thanks @PreethamYerragudi |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.