View on GitHub

Python Bootcamp 2021

Day 3 Homework (Advanced)

Here is a csv file that contains all of the countires that medalled in the 2018 Winter Olympic games, their latitudes and longitudes, medals won, GDP (2014), and population (2014). Now we are going to create a multivariable fit and create a model Day3CountryInfo2018_ADV.csv

Initial Instructions:

  1. Download the csv file from the link above.
  2. Open your Day 2 HW Colab notebook with the advanced solution (or the solutiion posted from Day 2 (ADV) if you were unable to complete it). Change the code to intake the new file.
  3. Click the file icon on the left toolbar, then click on the upload icon (the button on the left).
  4. Choose the new .csv file to upload in order to import the data.
  5. Here’s the actual homework!

Assignment

.ipynb file

.py file