View on GitHub

Python Bootcamp 2021

Day 3 Homework

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 (2018), and population (2018). Today we are going to focus on using different packages tto analyze the data. We want to see which factor affect Winter Olympic success (medal count) the most. Day3CountryInfo2018.csv

Initial Instructions:

  1. Download the csv file from the link above.
  2. Open your Day 2 HW Colab notebook (or the solutiion posted from Day 2 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

If you would like more of a challenge, see the advanced Day 3 Homework. There, we will fit a multivariable function and use that model to predict the outcome of other Olympics. We will also explore how to use the Pandas package as well.

Answer

.ipynb file

.py file