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

Drop Python <3.7 support #224

Closed till-m closed 1 year ago

till-m commented 1 year ago

Fix #223

Why are we doing this instead of using time?

On Windows, using time instead of time_ns can lead to a weird ZeroDivisionError -- see #212.

codecov[bot] commented 1 year ago

Codecov Report

Merging #224 (8a25549) into master (f168ff6) will increase coverage by 10.86%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #224       +/-   ##
===========================================
+ Coverage   80.51%   91.37%   +10.86%     
===========================================
  Files          12       12               
  Lines         580      580               
===========================================
+ Hits          467      530       +63     
+ Misses        113       50       -63     
Impacted Files Coverage Δ
pandarallel/data_types/dataframe.py 100.00% <0.00%> (+2.70%) :arrow_up:
pandarallel/core.py 91.00% <0.00%> (+32.80%) :arrow_up:

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