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: cythonize groupby.count #7003

Closed
jreback opened this issue Apr 29, 2014 · 2 comments · Fixed by #7016
Closed

PERF: cythonize groupby.count #7003

jreback opened this issue Apr 29, 2014 · 2 comments · Fixed by #7016
Labels
Groupby Performance Memory or execution speed performance
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 29, 2014

see #7000

@rockg
Copy link
Contributor

rockg commented Apr 30, 2014

This is just adding group_count_* templates to src/generated_code.py? I think I have this already somewhere.

@jreback
Copy link
Contributor Author

jreback commented Apr 30, 2014

yes, though the template has to be generated slightly differently (as it accepts all dtypes), regular functions have a more limited dtype set (e.g. float/int/obj)

I think needs some transformation when called

and of course tests...so 'easy' but some details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Groupby Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants