drivendataorg / pandas-path

Use pathlib syntax to easily work with Pandas series containing file paths.
MIT License
69 stars 4 forks source link

Add register_path_accessor to create new options for registering paths #4

Closed pjbull closed 3 years ago

pjbull commented 3 years ago

Closes #1

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (9493248) into master (ca1e650) will decrease coverage by 0.2%. The diff coverage is 94.8%.

@@           Coverage Diff            @@
##           master      #4     +/-   ##
========================================
- Coverage    97.6%   97.4%   -0.3%     
========================================
  Files           3       3             
  Lines         127     154     +27     
========================================
+ Hits          124     150     +26     
- Misses          3       4      +1     
Impacted Files Coverage Δ
pandas_path/accessor.py 94.1% <93.7%> (-0.3%) :arrow_down:
pandas_path/__init__.py 100.0% <100.0%> (ø)
pandas_path/tests.py 100.0% <100.0%> (ø)