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

PERF: vbench for mixed groupby with datetime (GH7555) #7560

Merged
merged 1 commit into from
Jun 24, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jun 24, 2014

closes #7555

-------------------------------------------------------------------------------
Test name                                    | head[ms] | base[ms] |  ratio   |
-------------------------------------------------------------------------------
groupby_mixed_first                          |  10.8150 | 3900.5923 |   0.0028 |
-------------------------------------------------------------------------------

Ratio < 1.0 means the target commit is faster then the baseline.
Seed used: 1234

Target [bc5599a] : PERF: vbench for mixed groupby with datetime (GH7555)

PERF: perform coercing and casting on groupby agg by blocks
Base   [2bd4517] : Merge pull request #7544 from sinhrks/dtmixin

PERF: perform coercing and casting on groupby agg by blocks
@jreback jreback added this to the 0.14.1 milestone Jun 24, 2014
jreback added a commit that referenced this pull request Jun 24, 2014
PERF: vbench for mixed groupby with datetime (GH7555)
@jreback jreback merged commit 80a3ee4 into pandas-dev:master Jun 24, 2014
danielballan added a commit to danielballan/pandas that referenced this pull request Jan 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions Groupby Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance decrease of groupby.first for datetime64 in 0.14
1 participant