Skip to content

DOC: Fix GroupBy.ffill() doc reference to rows #60019

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
merged 1 commit into from
Oct 11, 2024
Merged

DOC: Fix GroupBy.ffill() doc reference to rows #60019

merged 1 commit into from
Oct 11, 2024

Conversation

sparshsah
Copy link
Contributor

@sparshsah sparshsah commented Oct 11, 2024

Description

The very last example in the GroupBy FFill documentation says "along rows", but (to be consistent with the convention established in the preceding examples) actually shows an example operating "along columns". Fix the reference.

Checklist

  • closes #xxxx (Replace xxxx with the GitHub issue number) (No associated issue)
  • Tests added and passed if fixing a bug or adding a new feature (Strictly documentation change)
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions. (No new args/funcs)
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature. (No bugfix or new feature, just a minor documentation fix)

@sparshsah sparshsah requested a review from rhshadrach as a code owner October 11, 2024 04:22
@sparshsah sparshsah changed the title Fix groupby.ffill() doc reference to rows Fix GroupBy.ffill() doc reference to rows Oct 11, 2024
@sparshsah sparshsah changed the title Fix GroupBy.ffill() doc reference to rows DOC: Fix GroupBy.ffill() doc reference to rows Oct 11, 2024
@mroeschke mroeschke added the Docs label Oct 11, 2024
@mroeschke mroeschke added this to the 3.0 milestone Oct 11, 2024
@mroeschke mroeschke merged commit f1bdd0f into pandas-dev:main Oct 11, 2024
53 checks passed
@mroeschke
Copy link
Member

Thanks @sparshsah

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.

2 participants