COM6018 Data Science with Python
The Data
We are starting with the co2e.csv
that we constructed in the previous lab.
This is stored in the file data/co2e.csv
and looks like
year,month,day,co2_concentration,ch4_concentration,co2e,decimal_year
1987,4,3,350.84,1.70002,393.34049999999996,1987.2554794520547
1987,4,4,350.28,1.69427,392.63674999999995,1987.2582191780823
1987,4,5,350.4,1.69821,392.85524999999996,1987.2609589041097
1987,4,9,349.47,1.67721,391.40025,1987.271917808219
1987,4,10,349.81,1.67019,391.56475,1987.2746575342467
1987,4,11,350.01,1.68991,392.25775,1987.277397260274
1987,4,13,350.13,1.68973,392.37325,1987.2828767123287
...