CINPLA / exdir

Directory structure standard for experimental pipelines.
http://exdir.rtfd.io
MIT License
72 stars 13 forks source link

Support for pandas DataFrame #89

Open lepmik opened 5 years ago

lepmik commented 5 years ago

To extend our support for data structures and variable length strings, storage with feather which support saving pandas DataFrames has been implemented.

codecov[bot] commented 5 years ago

Codecov Report

Merging #89 into dev will increase coverage by 0.48%. The diff coverage is 98.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #89      +/-   ##
==========================================
+ Coverage   95.57%   96.05%   +0.48%     
==========================================
  Files          11       13       +2     
  Lines        1604     1902     +298     
==========================================
+ Hits         1533     1827     +294     
- Misses         71       75       +4
Impacted Files Coverage Δ
tests/test_dataset.py 100% <100%> (ø) :arrow_up:
tests/test_links.py 97.95% <97.95%> (ø)
tests/test_dataframe.py 98.96% <98.96%> (ø)

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 dd8f40f...c8addca. Read the comment docs.