Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repartitioning of Dataframe Copy Function #34

Open
jrbentzon opened this issue Apr 20, 2022 · 0 comments
Open

Repartitioning of Dataframe Copy Function #34

jrbentzon opened this issue Apr 20, 2022 · 0 comments
Assignees
Labels
code/new-feature New feature or request

Comments

@jrbentzon
Copy link
Member

Issue:

Currently, there's no control reshuffling output partitions

Suggestions:

Add optional option to CopyDataOptions to reshuffle to N partitions or n rows per partition

options = CopyDataOptions(src="./from/data", dst="./to/data", shuffle_partitions=5)
@jrbentzon jrbentzon added the code/new-feature New feature or request label Apr 20, 2022
@jrbentzon jrbentzon self-assigned this Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/new-feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant