View on GitHub

Python Bootcamp 2021

Day 2 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 (2018), and population (2018). This time, we are going to plot the countries with more information. Day2CountryInfo2018_ADV.csv

Initial Instructions:

  1. Download the csv file from the link above.
  2. Open a new Google Colab notebook and click on “New Notebook” in the bottom right corner. (You may be able to modify your script from the Day 1 Homework instead)
  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

Answer

Answer

.ipynb file

.py file

plot