-
Notifications
You must be signed in to change notification settings - Fork 915
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
Notes convert to Pandas-compat #12641
Conversation
Pull requests from external contributors require approval from a |
Hi @Touutae-lab -- thanks for this PR! Regarding the issue you're seeing with Without this workaround, numpydoc/sphinx seems to want to parse the For this PR, can you make it a policy to always include |
2fa7fcd
to
7d28378
Compare
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.
Overload _reduce
method in DataFrameGroupBy
, SeriesFrameGroupBy
for Generate more relatable Pandascompat
pages
@shwina I already change what you have mention. can you check again. Thank for your time ! this is my first time contribute in project ❤️ |
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.
Thanks! A few minor comments where I think the note is not actually a pandas compat issue.
@Touutae-lab could you retarget your changes to branch-23.04? We are no longer making changes for the 23.02 release. Thank you! |
@vyasr of course ! i will keep update and merge. to keep updating with current |
@Touutae-lab did you intend to close both this PR and and #12691 (and delete the branch)? |
No, I'm trying to fix commit. |
@Touutae-lab I fixed a couple of things up for you here and I think this PR is good to go now. Sorry for the delay, and thank you for the contribution! |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/merge |
2 similar comments
/merge |
/merge |
Description
Closes #11460
I already change and test documentation in my localhost but some of it can't be change due
Checklist