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

Update documents in [Data ingestion] #173

Closed
jhk0530 opened this issue May 23, 2024 · 1 comment · Fixed by #190
Closed

Update documents in [Data ingestion] #173

jhk0530 opened this issue May 23, 2024 · 1 comment · Fixed by #190

Comments

@jhk0530
Copy link

jhk0530 commented May 23, 2024

Hi, I'm trying duckplyr as an alternative to dplyr.
and following with documents from pkgdown.

and I found some of the documentation could be improved.

in Reference

At now, documents shows like below.

`df_from_csv()` `duckplyr_df_from_csv()` `df_from_parquet()` `duckplyr_df_from_parquet()` `df_to_parquet()` `df_from_file()` `duckplyr_df_from_file()`
df_from_csv

but this may change as below.

`df_from_csv()`, `duckplyr_df_from_csv()`
- dataframes from csv
`df_from_parquet()`, `duckplyr_df_from_parquet()`
- dataframes from parquet
`df_to_parquet()`
- write dataframes to parquet
`df-from_file()`, `duckplyr_df_from_fle()`
- dataframes from json 

in files, I mentioned only json which is not sure, but I found only json in duckdb docs


I think issue #135 tells there are many functions which is not documented yet, so this may not be prior task. but one of starting point with it.

Also this is another question, (not important) duckplyr supports parquet only as exporting result.
If I wanted to save result as a CSV, could I simply use write.csv()?

Thanks.

@krlmlr
Copy link
Member

krlmlr commented May 26, 2024

Thanks, Jinhwan, for raising this. I'll review when I next work on the documentation.

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

Successfully merging a pull request may close this issue.

2 participants