Apache Arrow
| Apache Arrow | |
|---|---|
| Developer(s) | Apache Software Foundation | 
| Initial release | October 10, 2016 | 
| Stable release | 20.0.0 
   / 27 April 2025 | 
| Repository | github | 
| Written in | C, C++, C#, Go, Java, JavaScript, MATLAB, Python, R, Ruby, Rust | 
| Type | Data format, algorithms | 
| License | Apache License 2.0 | 
| Website | arrow | 
Apache Arrow is a language-agnostic software framework for developing data analytics applications that process columnar data. It contains a standardized column-oriented memory format that is able to represent flat and hierarchical data for efficient analytic operations on modern CPU and GPU hardware. This reduces or eliminates factors that limit the feasibility of working with large sets of data, such as the cost, volatility, or physical constraints of dynamic random-access memory.