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

BUG: Series.pct_change with empty Series #57058

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Bug Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff labels Jan 24, 2024
@mroeschke mroeschke added this to the 2.2.1 milestone Jan 24, 2024
Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mroeschke mroeschke merged commit aaa2760 into pandas-dev:main Jan 24, 2024
53 of 54 checks passed
@mroeschke mroeschke deleted the bug/pct_change branch January 24, 2024 22:36
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 24, 2024
mroeschke added a commit that referenced this pull request Jan 25, 2024
… Series) (#57059)

Backport PR #57058: BUG: Series.pct_change with empty Series

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Series.pct_change raises error for empty series
2 participants