-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow users to supply filters so file skipping is possible #1
Comments
JHibbard
added a commit
that referenced
this issue
Feb 27, 2023
Merge pull request #4 from JHibbard/main
Is the PR stale? |
@srggrs - I think that PR can actually get merged. Would you be open to reviewing it? |
yeah I am happy to review it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This library is currently using
dt.file_paths()
, so I don't think users can access file skipping.It would be cool if the user could supply filters so they could skip files. Here's how we're doing this with the Dask reader:
dt.files_by_partitions(filters)
.The text was updated successfully, but these errors were encountered: