pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

Add initializer and initargs

Open gwerbin opened this issue 1 year ago • 1 comments

Here is an initial draft implementation of https://github.com/nalepae/pandarallel/issues/231.

Still to-do:

  • [ ] New documentation
  • [ ] Test cases
  • [ ] Type hints

I also see a lot of missing argument and return type hints across the codebase. I can add some of those while I am working on this PR, if that's OK.

gwerbin avatar Apr 18 '23 17:04 gwerbin

Codecov Report

Merging #232 (e745151) into master (b78c63c) will decrease coverage by 4.66%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
- Coverage   91.37%   86.72%   -4.66%     
==========================================
  Files          12       12              
  Lines         580      580              
==========================================
- Hits          530      503      -27     
- Misses         50       77      +27     
Impacted Files Coverage Δ
pandarallel/core.py 91.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

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

codecov[bot] avatar Apr 18 '23 17:04 codecov[bot]