pandarallel
pandarallel copied to clipboard
df.groupby(args)[colName].parallel_apply(func1) support?
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.
it would be indeed very useful!
Pandaral·lel is looking for a maintainer! If you are interested, please open an GitHub issue.