NOAA Monthly CO2 PPM
Monthly carbon dioxide observations from the NOAA Mauna Loa Observatory
@kaggle.jarredpriester_noaa_monthly_co2_ppm
Monthly carbon dioxide observations from the NOAA Mauna Loa Observatory
@kaggle.jarredpriester_noaa_monthly_co2_ppm
CREATE TABLE co2_mm_mlo (
"year" BIGINT,
"month" BIGINT,
"decimal_date" DOUBLE,
"average" DOUBLE,
"deseasonalized" DOUBLE,
"ndays" BIGINT,
"sdev" DOUBLE,
"unc" DOUBLE
);
Anyone who has the link will be able to view this.