pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

Add DataFrame.parallel_map and Dataframe.parallel_agg

Open sirdrakeistda opened this issue 1 year ago • 2 comments

Maybe Dataframe.parallel_applymap is removed in future, but I left it there for compatibility.

sirdrakeistda avatar Dec 06 '24 13:12 sirdrakeistda

Codecov Report

Attention: Patch coverage is 64.70588% with 12 lines in your changes missing coverage. Please review.

Project coverage is 77.66%. Comparing base (261a652) to head (26fa52d).

Files with missing lines Patch % Lines
pandarallel/data_types/dataframe.py 62.50% 12 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (261a652) and HEAD (26fa52d). Click for more details.

HEAD has 61 uploads less than BASE
Flag BASE (261a652) HEAD (26fa52d)
63 2
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #278       +/-   ##
===========================================
- Coverage   91.28%   77.66%   -13.62%     
===========================================
  Files          12       12               
  Lines         585      618       +33     
===========================================
- Hits          534      480       -54     
- Misses         51      138       +87     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 14 '24 15:12 codecov[bot]

@nalepae I tried to add a few new functions and changed the github actions (removed old python versions). I don't know how to setup the workflow perfect. At the moment Test for old pandas versions will fail due to the new numpy version (for pandas <2.0 numpy <2.0 is required). It would be nice if you could have a look on this pull request.

sirdrakeistda avatar Dec 16 '24 16:12 sirdrakeistda