tidyverse / duckplyr

A drop-in replacement for dplyr, powered by DuckDB for performance.
https://duckplyr.tidyverse.org/
Other
275 stars 18 forks source link

Better names for `duckplyr_df_from_csv()` and `duckplyr_df_from_parquet()` #210

Open hadley opened 3 months ago

hadley commented 3 months ago

I was thinking that read_csv_lazy() and read_parquet_lazy() might more clearly convey their usage.

hadley commented 1 month ago

Or maybe read_csv_duckplyr() or similar.

I find the current selection of function names to be quite confusing.

DavisVaughan commented 1 month ago

My vote is for read_csv_duckplyr(), just "lazy" as the suffix doesn't feel quite right (too ambiguous?)

But keeping the read_csv_ as the prefix is quite nice for muscle memory with readr and autocomplete

hannes commented 1 month ago

we should also have some functions of output, e.g. write_parquet_duckplyr() or something like that

krlmlr commented 2 weeks ago

DoD:

hannes commented 2 weeks ago

happy with read_*_duckplyr

krlmlr commented 1 week ago

DoD: