-
Notifications
You must be signed in to change notification settings - Fork 186
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 query_data_frame_stream method #121
Add query_data_frame_stream method #121
Conversation
Codecov Report
@@ Coverage Diff @@
## master #121 +/- ##
==========================================
+ Coverage 88.69% 88.71% +0.01%
==========================================
Files 23 23
Lines 1823 1826 +3
==========================================
+ Hits 1617 1620 +3
Misses 206 206
Continue to review full report at Codecov.
|
I also modified the original "query_data_frame" method so I didn't add additional test case for this change. |
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.
Thanks for PR! It looks perfect.
Could you please update CHANGELOG.md?
Thanks for PR! |
Closes #114
Add "query_data_frame_stream" method to reduce RAM usage.