apache / apache/arrow-cookbook
[R] Add recipe on converting data from one format to another (e.g. CSV to Parquet)
Open
r
- Dominant language
- C++
- Stars
- 108
- Forks
- 49
- Avg merge
- 2h 14m
- Merged PRs (30d)
- 1
Description
(Show how can do open_dataset(..., as_data_frame = FALSE) followed by write_dataset(...) for efficiency and explain why it's efficient.
Contributor guide
Research direction
Start by locating the existing R recipe documentation and the open_dataset(..., as_data_frame = FALSE) and write_dataset(...) entry points. Add a recipe demonstrating conversion such as CSV to Parquet, and explain why this approach is efficient; the documentation is done when both the example and its efficiency rationale are clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100