-
Notifications
You must be signed in to change notification settings - Fork 19
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
Better names for duckplyr_df_from_csv()
and duckplyr_df_from_parquet()
#210
Comments
Or maybe I find the current selection of function names to be quite confusing. |
My vote is for But keeping the |
we should also have some functions of output, e.g. |
This comment was marked as duplicate.
This comment was marked as duplicate.
happy with |
DoD:
|
Let's go with the full lifecycle changes. We now also have the infrastructure to disable automatic materialization, this seems most useful when reading directly from a file, and will provide an incentive to use the new functions. This needs #255. I wonder if the new functions should turn auto-mat on or off by default. |
I was thinking that
read_csv_lazy()
andread_parquet_lazy()
might more clearly convey their usage.The text was updated successfully, but these errors were encountered: