Replies: 1 comment 12 replies
-
It's not split up. We treat data that is passed to scatter as opaque python objects and scatter the objects as is. |
Beta Was this translation helpful? Give feedback.
12 replies
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.
-
Hi there,
Since client.scatter distributes data in a round-robin fashion grouping by number of cores, I wonder how a pandas DataFrame is split up between workers. Suppose I have 3 workers and the following script.
Could you tell me how the df is split up between 3 workers?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions