Skip to content

How to implement an JIT compatible groupby? #4849

Answered by Joshuaalbert
n2cholas asked this question in Q&A
Discussion options

You must be logged in to vote

For a summing aggregator you can use bin_count and the weights argument. You do need to pass what the maximum number of unique keys is, and to encode the keys as ints. Does that do it?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@n2cholas
Comment options

@jakevdp
Comment options

@n2cholas
Comment options

Answer selected by n2cholas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants