top | item 43899051

(no title)

jamroom | 10 months ago

Quick question - is it possible to import multiple files at once? I frequently get ZIP files full of csv/xlsx files that I need to search through. I didn't see a way to import more than 1 file at a time. Thanks!

discuss

order

ok_computer|10 months ago

You may want to try something similar to Python Polars scan_csv for lazy evaluation of same schema csv directories. It also supports a SQL context where you can use a subset of Ansi Sql instead of learning the functional api to start.

shubhamjain|10 months ago

Thanks for the feedback! It is something on my mind. Will think about the best way to implement it.