Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PERF: .agg(built_in_funcs) not always calling cythonized versions #7722
Comments
jreback
added this to the
0.15.0
milestone
Jul 10, 2014
jreback
added Groupby Performance
labels
Jul 10, 2014
behzadnouri
referenced
this issue
Sep 1, 2014
Closed
BUG: map builtins min/max to numpy/cython versions #8155
|
closed by #8155 |
jreback
closed this
Sep 3, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedJul 10, 2014
related #7570
agg(min/max)are NOT calling.min()/max()https://groups.google.com/forum/#!topic/pydata/xinuPFPVakY
need to check:
sum/meanlook ok