$CO_2$ data set

  • first 58 lines are header.
  • Data is organized year month decimal average trend

Here is a link to the web page http://www.esrl.noaa.gov/gmd/ccgg/trends/global.html#global. Produce a plot similar to the one shown on the webpage. Use the decimal as the x-axis

The data is at the url below for download


In [13]:
url = "ftp://aftp.cmdl.noaa.gov/products/trends/co2/co2_mm_gl.txt"

In [ ]: