-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to read multiple files? #13
Comments
To make sure I understand, would the goal be to give multiple file paths and then they are all appended/stacked into the same dataframe? |
I want something like these: I gave up using Julia for today because there didn't seem to be an easy way to do this (of course duckdb would do it, but it didn't seem like there was any point in using Julia if using duckdb) |
We can definitely get something like the below in place for you
|
As I get that added for you hopefully within the week, the only other thing I'll mention is that if you'd like you can use TidierDB which give you TidierData and Tidier Syntax on duckdb |
Thank you. Of course I tried installing it, but it seemed like too many dependencies to use for the duckdb read function only. Perhaps it would be better to use package extensions and not make it the default dependency except for dependencies that are used by any backend? |
Moving to package extensions is definitely something I want to do to lighten up the dep, I just haven't found the time to do yet unfortunately. Will definitely get multiple file paths up for you soon tho |
Alright, v.1.3 will be headed to the registry shortly (~30mins). It supports reading multiple files at once when passed as a vector for
|
It would be great if the syntax for reading multiple files as a single DataFrame in place.
The text was updated successfully, but these errors were encountered: