I created the data on a google sheet and pulled it down into a csv.
I normally use conda so create virtual env and then install the necessary packages, like so
conda create -n satisfactory-env
source activate satisfactory-env # or whatever your the name virtual environment is
conda install jupyter notebook pandas
But you can also use pip.
pip3 install jupyter notebook pandas
Finally run where you downloaded the files.
jupyter notebook
This notebook is an of calculating the of buildings required to make X amount of super computers.