Skip to content

How can I speed up the execution of groupby().quantile() ? #6488

Answered by mathause
zoj613 asked this question in Q&A
Discussion options

You must be logged in to vote

skipna=False will help a bit but probably not enough.

Is it a dask array? Calling .compute() (or .load()?) before the groupby operation might also help.

93 timesteps with groupby and 21 quantiles seem very few?

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@zoj613
Comment options

@dcherian
Comment options

Answer selected by zoj613
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lbferreira
Comment options

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