[R] Implement dplyr::bind_rows()
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
`pyarrow` has `concat_table()`, this could be implemented via ConcatenateTables (see https://issues.apache.org/jira/browse/ARROW-438)
**Reporter**: [Nicola Crane](https://issues.apache.org/jira/browse/ARROW-14414) / @thisisnic
#### Related issues:
- [[Doc][Cookbook] Appending Tables to an existing Table - R](https://github.com/apache/arrow/issues/29361) (blocks)
**Note**: *This issue was originally created as [ARROW-14414](https://issues.apache.org/jira/browse/ARROW-14414). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
Contributor guide
Research direction
Start by comparing pyarrow's concat_table() with the C++ ConcatenateTables API referenced in the issue. Then review the related R cookbook issue on appending tables and determine how dplyr::bind_rows() should expose row concatenation. Done means the R interface supports the requested table binding consistently with those references.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, r
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100