corriporai / runpandas

RunPandas - Python Package for handing running data from GPS-enabled devices to worldwide race results.
https://runpandas.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

ENH: Support to Activity Summary (describe function) #46

Closed marcelcaraciolo closed 3 years ago

marcelcaraciolo commented 3 years ago

(it closes #14)

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (c4ec395) into master (6d66325) will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   96.89%   97.12%   +0.22%     
==========================================
  Files          19       20       +1     
  Lines         677      731      +54     
  Branches       83       83              
==========================================
+ Hits          656      710      +54     
  Misses         10       10              
  Partials       11       11              
Impacted Files Coverage Δ
runpandas/_utils.py 97.05% <100.00%> (+0.23%) :arrow_up:
runpandas/types/__init__.py 100.00% <100.00%> (ø)
runpandas/types/frame.py 94.17% <100.00%> (+0.11%) :arrow_up:
runpandas/types/summary.py 100.00% <100.00%> (ø)

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 6d66325...c4ec395. Read the comment docs.