staircase-dev / staircase

A powerful data analysis package based on mathematical step functions. Strongly aligned with pandas.
https://staircase.dev
MIT License
59 stars 13 forks source link

Gh91 extensionarrays #128

Closed venaturum closed 2 years ago

venaturum commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #128 (6a79f62) into master (919839c) will increase coverage by 1.05%. The diff coverage is 97.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   94.83%   95.89%   +1.05%     
==========================================
  Files          33       34       +1     
  Lines        1608     1925     +317     
==========================================
+ Hits         1525     1846     +321     
+ Misses         83       79       -4     
Impacted Files Coverage Δ
staircase/core/stats/statistic.py 96.47% <75.00%> (-0.65%) :arrow_down:
staircase/core/arrays/extension.py 96.44% <96.44%> (ø)
staircase/core/arrays/__init__.py 97.77% <97.77%> (ø)
staircase/core/arrays/docstrings.py 98.12% <98.07%> (-1.88%) :arrow_down:
staircase/__init__.py 95.65% <100.00%> (-0.78%) :arrow_down:
staircase/core/arrays/accessor.py 100.00% <100.00%> (ø)
staircase/core/stairs.py 95.39% <0.00%> (+0.46%) :arrow_up:
staircase/test_data.py 100.00% <0.00%> (+28.20%) :arrow_up:
staircase/_typing.py 100.00% <0.00%> (+100.00%) :arrow_up:

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 919839c...6a79f62. Read the comment docs.