Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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!


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.


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: