Replies: 2 comments 8 replies
-
Thanks. This looks like a bug. Does this also occur with a subset of the files, or is one single file driving the error? What are the column types? How are these files created? |
Beta Was this translation helpful? Give feedback.
3 replies
-
How can I "convert the gpkg files to parquet", like you did? I'd like duckplyr to be compatible with sf, the error message in the OP is more important to me at this stage. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 6 parquet files in my
data
folder and I'm trying to read them with duckplyr but I get this error and it continues to print:I am on R 4.4.2 and duckplyr version 1.0.0. I don't want to read all of the data in memory. What can I do to easily filter/select, etc. without loading all data in memory?
Beta Was this translation helpful? Give feedback.
All reactions