10000 DOC: Add missing Index.infer_objects link to API reference by PreethamYerragudi · Pull Request #61736 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

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

Merged

Conversation

PreethamYerragudi
Copy link
Contributor

@@ -106,6 +106,7 @@ Conversion
Index.to_frame
Index.to_numpy
Index.view
Index.infer_objects
Copy link
Member

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?

Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed!

@PreethamYerragudi
Copy link
Contributor Author

pre-commit.ci autofix

@@ -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`)
Copy link
Member

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?

Copy link
Contributor Author

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!

@mroeschke mroeschke added this to the 3.0 milestone Jun 30, 2025
@mroeschke mroeschke merged commit d80dbc5 into pandas-dev:main Jun 30, 2025
7 of 8 checks passed
@mroeschke
Copy link
Member

Thanks @PreethamYerragudi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Index.infer_objects is missing from docs
4 participants
0