python -m venv venv
3.4 above
venv\Scripts\activate.bat
venv\Scripts\Activate.ps1
source venv/bin/activate
pip install -r requirements.txt
python -m pip install "pymongo[srv]"
python -m pip install "panda"
python -m pip install python-dateutil
https://www.mongodb.com/cloud/atlas/register
https://www.mongodb.com/docs/atlas/tutorial/create-new-cluster/
python
ctrl Z
mongodb+srv:https://[username]:[password]@[clustername].bcdtwrn.mongodb.net/
https://www.mongodb.com/languages/python
https://insideairbnb.com/get-the-data/
py_main.py
py_import_csv.py
py_query.py