This repo contains a codebase to setup a basic python environmment including pyspark 3.2. Feel comfortable to install any libraries you feel you might need to complete the test.
You will need:
- pyenv
- Install pyenv
brew update
brew install pyenv
- Initialization using Makefile
make init-dev
- Open virtualenv
make shell