exdir icon indicating copy to clipboard operation
exdir copied to clipboard

Support for pandas DataFrame

Open lepmik opened this issue 6 years ago • 1 comments

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

  • Storing with feather is invoked when a DataFrame is presented to the API
  • All previous functionality still works where everything that is not a DataFrame invokes regular behavior with numpy memmaps.

lepmik avatar May 13 '19 15:05 lepmik

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.

codecov[bot] avatar May 15 '19 15:05 codecov[bot]