Hello Pandas
These are the notebooks I've created while following the DataCamp's Data Manipulation with Python track.
#1 Data Manipulation with Pandas [see course]
$ python3 -m venv venv/
$ source venv/bin/activate
$ pip install -r requirements.txt
// activate env
$ source venv/bin/activate
// start jupyter-lab
$ ./venv/bin/jupyter-lab --port=8888
$ pip install <package>
$ pip freeze > requirements.txt