Skip to content

How to tell if flox is actually being used? #8318

Closed Answered by dcherian
claytharrison asked this question in Q&A
Discussion options

You must be logged in to vote

for cell, cell_ds in data.groupby("cell")

It is not being used here. flox only accelerates reductions, so things like data.groupby("cell").mean(). Depending on whats in cell_ds_process you might be able to migrate the heavy lifting to flox.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dcherian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants