Best method to pass dataframe to web worker? #584
Unanswered
joshuakoh1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to pass dataframe operations to a web worker and would like to know the method with the least overhead. I am currently passing
{columns: df.columns, values: df.values}
but it gets a little messy when passing an array of them.Appreciate inputs.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions