Plotting Average Global Temperatures
Jul 29, 2017 · 1 min read
The following plot is a line graph of the average land surface temperatures since 1750. It is a crude graph built using Pandas inbuilt visualisation functions which are basically there to give a crude first visual of the plot you wish to make. The dataset used is taken from Kaggle and contains global data, as well as data by country, by state, by city and by major city. The dataset can be found here and is published by Berkeley Earth: https://www.kaggle.com/berkeleyearth/climate-change-earth-surface-temperature-data
