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

DOC: improve doc string for .aggregate and df.transform #22636

Closed
wants to merge 1 commit into from

Conversation

topper-123
Copy link
Contributor

Since #21224, operations using axis=1 in df.aggregate and df.transform now work the same as when axis=0.

This PR updates the methods' doc strings to reflect that. For example, we can now pass a dict to DataFrame.agg/transform, also when axis=1, and DataFrame.transform now accepts an axis parameter.

Also some related minor clarifications.

@pep8speaks
Copy link

Hello @topper-123! Thanks for submitting the PR.

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

Successfully merging this pull request may close these issues.

2 participants