Clarification of error message on reading CSVs in large
vignette
#666
mine-cetinkaya-rundel
started this conversation in
General
Replies: 1 comment
-
The rationale here is that in a duckplyr driven pipeline, using DuckDB to read CSVs is likely to be much more efficient, to the extent that the CSV may never be even fully parsed and loaded into memory. This asks the analyst to be explicit about their choice. Extending the vignette text. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the
large
vignette, don't fully understand what the second information point is saying:When I read in with
readr()
it's already a tibble, why would I need to " useas_tibble()
beforeas_duckdb_tibble()
"?Beta Was this translation helpful? Give feedback.
All reactions