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[td64].sum() wrong on empty series, closes #37151 #37394

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

jbrockmendel
Copy link
Member

Will handle min_count on the next pass.

@jbrockmendel jbrockmendel mentioned this pull request Oct 25, 2020
pandas/core/arrays/timedeltas.py Show resolved Hide resolved
pandas/tests/arrays/test_timedeltas.py Show resolved Hide resolved
@jreback jreback added Timedelta Timedelta data type Reduction Operations sum, mean, min, max, etc. labels Oct 26, 2020
@jreback jreback added this to the 1.2 milestone Oct 26, 2020
@jreback jreback merged commit 428f33c into pandas-dev:master Oct 26, 2020
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
@jbrockmendel jbrockmendel deleted the ref-tda-reductions-2 branch October 26, 2020 15:19
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reduction Operations sum, mean, min, max, etc. Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API/BUG: empty sum with td64 NaT or timedelta(0)?
2 participants