zwrankin / porygon

A Python package to manipulate and visualize geospatial data
MIT License
2 stars 0 forks source link

Generalize aggfunc arg #18

Closed zwrankin closed 4 years ago

zwrankin commented 4 years ago

Generalize aggfunc arg to match behavior of pd.DataFrame.agg

codecov[bot] commented 4 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.51%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   56.63%   57.14%   +0.51%     
==========================================
  Files          11       11              
  Lines         279      273       -6     
  Branches       31       29       -2     
==========================================
- Hits          158      156       -2     
+ Misses        107      105       -2     
+ Partials       14       12       -2
Impacted Files Coverage Δ
porygon/porygondataframe.py 83.83% <100%> (+2.88%) :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 86a517c...440a042. Read the comment docs.