Additional information and resources#
On this page we have listed resources that may be relevant or useful forcontributors who want to learn more about different parts of Apache Arrow.
Glossary#
List of common terms in Apache Arrow project with a short description canbe found inthe glossary.
Additional information#
GitHub Actions
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform.Apache Arrow has a set of workflows that run via GitHub Actions to build and testevery pull request that is opened, merged, etc.
Nightly builds
It is possible to install the Arrow R package from the nightly builds which are daily developmentbuilds of the R package and are not the official releases. See more on theInstall R package article.
Other resources#
GitHub
Contributing
Reproducible examples:
Recommended references#
Slatkin, Brett,Effective Python: 90 Specific Ways to Write Better Python, Addison-Wesley Professional, 2019
Stroustrup, Bjarne,A Tour of C++ (Second edition), Addison-Wesley, 2018
Wickham, Hadley,R Packages: Organize, Test, Document, and Share Your Code
Wickham, Hadley,Advanced R

