Post #2312805
2026-05-08 19:22 UTC
@geospacedman@mastodon.social For this particular project, I think I need a database-like approach. I had high hopes for rearranging CSVs in hive style partitioning and using `arrow::open_dataset()`. Looks like DuckDB is going to be the way to go.
But in general, it would be nice for `read_csv(files, col_select = 1:5)` to "just work" even when some of the files have 6 columns, because it's a lot more performant than `map(files, read_csv) |> list_rbind()` (or the data.table equivalent, I'm guessing)
Replies (0)
No replies.