Homework for Day 1

Here is a csv file with a list of US States, and the latitudes and longitudes of the state’s centers. StateAndLocDataDay1.csv

Instructions:

  1. Download the csv file from the link above.
  2. Open up an empty Jupyter notebook. (Go here, click “Try Classic Notebook”, wait for page to load, then go to “File”, “New Notebook”, “Python 3”
  3. In your empty notebook, go to “File”, then “Open”. This will take you to a new page with a directory of all files in your Binder. Select the “Upload” button in the right corner.
  4. Upload the csv file. It is now in your directory, and you can import data from it.
  5. Here’s the actual homework!

Answer

Script

Plot