DOC: document default axis=0 on DataFrame reductions#65634
Merged
Conversation
Adds ", default 0" to the axis parameter line and restores the "Axis for the function to be applied on." description on std/var/sem (which had a `.. warning::` block immediately after the type spec). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mroeschke
approved these changes
May 16, 2026
Member
|
Thanks @jbrockmendel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #48561
Summary
, default 0to theaxisparameter doc line onDataFrame.min/max/sum/prod/mean/median/sem/var/std/skew/kurt(the signature default is already0).Axis for the function to be applied on.description onsem,var, andstd, where a.. warning::block immediately followed the type spec.Cum-methods (
cummin/cummax/cumsum/cumprod) already haddefault 0and are left alone.Test plan
help(pd.DataFrame.std)renders the corrected docstring