You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue, @djouallah ! We use pl.scan_csv to keep things lazy and they didn't used to support multiple files, but now that they do, this should be relatively straightforward to add.
Polars now accepts a list of CSVs to `scan_csv` so we can expose this to
end-users.
A few caveats:
- it doesn't accept lists of globs, or lists of compressed CSVs, so we
flatten the list of paths if it only has one element in case it is a
glob or csv.gz
Fixes#9230
Is your feature request related to a problem?
Polars can read multiple files at the same time but in ibis, it can read only 1 file at the time which is not practical
https://ibis-project.org/backends/polars#ibis.backends.polars.Backend.read_csv
What is the motivation behind your request?
No response
Describe the solution you'd like
I would like ibis when using polars backend to be able to do this
ibis.read_csv(['file1,csv','file2.csv'])
What version of ibis are you running?
10.0.0.dev71
What backend(s) are you using, if any?
Polars
Code of Conduct
The text was updated successfully, but these errors were encountered: