Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for pandas DataFrame #89

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Support for pandas DataFrame #89

wants to merge 9 commits into from

Conversation

lepmik
Copy link
Member

@lepmik lepmik commented May 13, 2019

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 lepmik requested review from dragly and miladh May 13, 2019 15:30
@codecov
Copy link

codecov bot commented May 15, 2019

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%> (ø) ⬆️
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.

@lepmik lepmik marked this pull request as ready for review May 15, 2019 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant