nalepae / pandarallel

A simple and efficient tool to parallelize Pandas operations on all available CPUs
https://nalepae.github.io/pandarallel
BSD 3-Clause "New" or "Revised" License
3.59k stars 208 forks source link

Add pandas@2.0 to tested versions, fix DataFrame groupby #235

Closed till-m closed 1 year ago

till-m commented 1 year ago

Fixes #234 #233

codecov[bot] commented 1 year ago

Codecov Report

Merging #235 (e79cb09) into master (b78c63c) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #235   +/-   ##
=======================================
  Coverage   91.37%   91.37%           
=======================================
  Files          12       12           
  Lines         580      580           
=======================================
  Hits          530      530           
  Misses         50       50           
Impacted Files Coverage Δ
pandarallel/data_types/dataframe_groupby.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

till-m commented 1 year ago

Apparently GroupBy.mutated is unnecessary since a few versions according to pandas-dev/pandas#51102. Since the tests pass, I propose removing it for all versions and not just specifically pandas 2.0 as suggested by @alexrblohm.