UBC-MDS / nlpsummarize

Python package that provides a nice summary of all character columns in a pandas dataframe.
MIT License
0 stars 1 forks source link

Added test cases and modified the class to better handle corner cases #69

Closed KarlosMuradyan closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will increase coverage by 20.53%. The diff coverage is 80.82%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #69       +/-   ##
===========================================
+ Coverage   67.75%   88.28%   +20.53%     
===========================================
  Files           3        4        +1     
  Lines         214      333      +119     
===========================================
+ Hits          145      294      +149     
+ Misses         69       39       -30
Flag Coverage Δ
#unittests 88.28% <80.82%> (+20.53%) :arrow_up:
Impacted Files Coverage Δ
nlpsummarize/dependencies.py 59.45% <59.45%> (ø)
nlpsummarize/nlp.py 92.02% <80%> (+34%) :arrow_up:
tests/test_nlpsummarize.py 91.71% <88.67%> (-6.32%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d3995d...f7a7d64. Read the comment docs.