pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

df.groupby(args)[colName].parallel_apply(func1) support?

Open uditrana opened this issue 3 years ago • 2 comments

Please write here what feature pandarallel is missing: You support the same functionality if you write an apply on a dataframe instaed of a series. e.g. df.groupby(args)[[colName]].parallel_apply(func1)

Would it be possible to support the groupby series framework? Even if it doesnt result in great perf improvements (it might reduce memory usage), it would just support transforming codes to parallel more compatible.

uditrana avatar Jul 22 '22 21:07 uditrana

it would be indeed very useful!

EGiunchiglia avatar Nov 01 '22 12:11 EGiunchiglia

Pandaral·lel is looking for a maintainer! If you are interested, please open an GitHub issue.

nalepae avatar Jan 23 '24 09:01 nalepae