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

evenly divide rows for ungrouped data frame #156

Open
steveharoz opened this issue Apr 4, 2024 · 0 comments
Open

evenly divide rows for ungrouped data frame #156

steveharoz opened this issue Apr 4, 2024 · 0 comments
Labels
feature a feature request or enhancement

Comments

@steveharoz
Copy link

The documentation for partition() discusses what it does for grouped data:

Partitioning ensures that all observations in a group end up on the same worker

But what about ungrouped data? In those cases, it'd make sense to evenly divide the rows between cores.

If it already evenly divides the rows between cores, please document it. If not, please implement it.

@hadley hadley added the feature a feature request or enhancement label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants