CS 5830 - Data Science in Practice
Ann Marie Humble & Emma Lynn May
With current data from the YouTube API!
-
Create a python virtual environment:
python3 -m venv my_env
-
Activate the virtual environment:
source my_env/bin/activate
-
Install required packages:
pip3 install -r requirements.txt
-
Rename the
example.env
file to.env
. ReplaceYOUR-API-KEY-HERE
with your API key. -
Run the script to create the dataset:
python3 create-dataset.py
-
To use the new dataset in analysis.ipynb, rename
new-youtube-data.csv
toyoutube-data.csv
-
Deactivate the virtual environment:
deactivate
- UberSuggest
- Yahoo Finance