/f1

Primary LanguagePython

F1 🏎️

Found an Formula One data set in Kaggle and could not resist. Will play around with data to see what interesting stuff comes up.

google sheets

was able to bring data down from Kaggle to local csv, and then uploaded that to google sheets. sheets file can be seen/accessed here

env

  • conda create -n f1
  • conda install python
  • conda install pandas
  • conda install jupyter
  • conda install kaggle
  • pip install gspread
  • pip install oauth2client
  • pip install --upgrade google-api-python-client

following documentation from https://www.kaggle.com/docs/api