Homework for Day 2

Here is a csv file with a list of US States, and the latitudes and longitudes of the state’s centers, as well as the temperature data from the last 100+ years. StateYlyTempAndLocData.csv

Instructions:

  1. Download the csv file from the link above.
  2. Open up a Jupyter notebook. (To use a new notebook, you can again go to here, click “Try Classic Notebook”, wait for page to load, then go to “File”, “New Notebook”, “Python 3”. You may however use the same notebook from the day 1 homework, as you will be doing similar plotting, but with some added data).
  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 is here as ipython notebook.

Answer is here as .py file.