Skip to content
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

Can't df_from_file automatically determine the table function from the file extension? #96

Closed
eitsupi opened this issue Feb 18, 2024 · 2 comments · Fixed by #128
Closed
Milestone

Comments

@eitsupi
Copy link

eitsupi commented Feb 18, 2024

I am wondering if it is possible to automatically set the function in cases where the file extension is properly set. Like:

  • foo.parquet -> "read_parquet"
  • foo.csv, foo.CSV -> "read_csv_auto"
@krlmlr
Copy link
Collaborator

krlmlr commented Mar 6, 2024

Good idea, thanks!

@krlmlr
Copy link
Collaborator

krlmlr commented Mar 17, 2024

I'll go with new specialized functions (duckplyr_)?df_from_(csv|parquet) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants