-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Notebook for Loading Data to NestedPandas #85
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
=======================================
Coverage 98.68% 98.68%
=======================================
Files 15 15
Lines 836 836
=======================================
Hits 825 825
Misses 11 11 ☔ View full report in Codecov by Sentry. |
Click here to view all benchmarks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just found two minor nits
Change Description
Adds a tutorial notebook to demonstrate data loading for NestedPandas (from a dictionary or from parquet file(s)). Also demonstrates than an existed
NestedFrame
can be saved to either a single parquet file or to multiple parquet files (one for each layer).Addresses #68
Documentation Change Checklist