CSV to Mongo DB Cloud Send your .csv file as a collection to your Mongo DB python3 -m venv .venv && source .venv/bin/activate Install the dependencies: python3 -m pip install -r requirements.txt Then, run in your root directory the following command: python3 main.py