Skip to content

matplotlib used to create a data visualisation of a line graph of the record high and record low temperatures by year over the period 2005-2014 using dayofyear as x axis label

Notifications You must be signed in to change notification settings

Aditya-Jha2002/Data-Visualization-Temp-MinMax_dayofyear

Repository files navigation

Data-Visualization-Temp-MinMax_dayofyear

Using matplotlib to visualise a line graph of the record high and record low temperatures by year over the period 2005-2014 using dayofyear as the x axis label

Data

The data file that we are using is fb441e62df2d58994928907a91895ec62c2c42e6cd075c2700843b89.csv which is as subset of The National Centers for Environmental Information (NCEI) Daily Global Historical Climatology Network (GHCN-Daily)

The variable used are

  • id : station identification code
  • date : date in YYYY-MM-DD format (e.g. 2012-01-24 = January 24, 2012)
  • element : indicator of element type
  • TMAX : Maximum temperature (tenths of degrees C)
  • TMIN : Minimum temperature (tenths of degrees C)
  • value : data value for element (tenths of degrees C)

Final Outcome

About

matplotlib used to create a data visualisation of a line graph of the record high and record low temperatures by year over the period 2005-2014 using dayofyear as x axis label

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published