View on GitHub

Python Bootcamp 2021

Day 1 Homework

Here is a csv file that contains all of the countires that competed in the 2018 Winter Olympic games and their latitudes and longitudes. Day1CountryInfo2018.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.
  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

.ipynb file

.ip file

Day1HWplot.png