Skip to content
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

GH60942 Update docs and overload for Series.rename #60975

Merged
merged 4 commits into from
Feb 22, 2025

Conversation

loicdiridollou
Copy link
Contributor

@Anurag-Varma
Copy link
Contributor

@loicdiridollou If you are new to the repo, you should run pre commit check so that the commits and checks dont fail.

Docs link

@loicdiridollou
Copy link
Contributor Author

@loicdiridollou If you are new to the repo, you should run pre commit check so that the commits and checks dont fail.

Docs link

Sorry my bad, I thought they would install automatically so when I committed I did not bother checking, this is fixed.

@mroeschke mroeschke added Docs Typing type annotations, mypy/pyright type checking Series Series data structure labels Feb 21, 2025
Co-authored-by: Matthew Roeschke <[email protected]>
@mroeschke mroeschke added this to the 3.0 milestone Feb 22, 2025
@mroeschke mroeschke merged commit 48b1571 into pandas-dev:main Feb 22, 2025
42 checks passed
@mroeschke
Copy link
Member

Thanks @loicdiridollou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Series Series data structure Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: pd.Series.rename(..., inplace=True) returns a pd.Series and not nont
3 participants