Technical requirements
This chapter is intended to be highly technical, with various code examples and exercises diving into the usage of the different Arrow libraries. As such, like before, you need access to a computer with the following software to follow along:
- Python 3+ – the
pyarrow
module installed and importable - Go 1.16+
- A C++ compiler supporting C++11 or better
- Your preferred IDE – Sublime, Visual Studio Code, Emacs, and so on