tidyverse / multidplyr

A dplyr backend that partitions a data frame over multiple processes
https://multidplyr.tidyverse.org
Other
641 stars 75 forks source link

Implement `uncount()` #148

Open kklot opened 1 year ago

kklot commented 1 year ago

I got the error using the tidyr::uncount, which was the main reason to try multidplyr as the number of rows grows quite a lot.

no applicable method for 'uncount' applied to an object of class "multidplyr_party_df"`
luisvalenzuelar commented 1 year ago

Same problem here.

hadley commented 11 months ago

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.