Skip to content

BUG: fix sum over integer frames #4366

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
Jul 26, 2013
Merged

BUG: fix sum over integer frames #4366

merged 1 commit into from
Jul 26, 2013

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jul 25, 2013

closes #4365.

@@ -39,9 +39,34 @@
Benchmark("df[1].sum(level=1)", setup,
start_date=datetime(2011, 11, 15))

stat_ops_level_series_sum_multiple = \
Benchmark("df[1].sum(level=[0, 1])", setup, repeat=1,
start_date=datetime(2011, 11, 15))
Copy link
Member Author

Choose a reason for hiding this comment

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

whoops i tihnk i accidentally deleted this

@ghost ghost assigned cpcloud Jul 25, 2013
@cpcloud
Copy link
Member Author

cpcloud commented Jul 26, 2013

@jreback this ok to merge?

@jreback
Copy link
Contributor

jreback commented Jul 26, 2013

yep...ok

cpcloud added a commit that referenced this pull request Jul 26, 2013
@cpcloud cpcloud merged commit 149b922 into pandas-dev:master Jul 26, 2013
@cpcloud cpcloud deleted the frame-sum-int-perf-reg branch July 26, 2013 13:59
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.

performance regression in DataFrame.sum?
2 participants