-
Notifications
You must be signed in to change notification settings - Fork 102
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 skip/limit options for pandas scan #4662
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4662 +/- ##
==========================================
- Coverage 86.50% 86.50% -0.01%
==========================================
Files 1369 1372 +3
Lines 57955 57999 +44
Branches 7203 7209 +6
==========================================
+ Hits 50136 50174 +38
- Misses 7652 7657 +5
- Partials 167 168 +1 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
Description
Add support for skipping rows + limiting number of rows to scan when scanning from pandas dataframes.
Also reuse
PyarrowScanConfig
for pandas scan config and rename to more appropriate name (since it isn't pyarrow only)Contributor agreement