Global Atmospheric Carbon Dioxide Levels Dataset
Daily Atmospheric CO₂ Measurements with Seasonal Cycle- Long Term Trend(2015-25)
@kaggle.gent3l_co2_dataset
Daily Atmospheric CO₂ Measurements with Seasonal Cycle- Long Term Trend(2015-25)
@kaggle.gent3l_co2_dataset
CREATE TABLE co2_data (
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"cycle" DOUBLE,
"trend" DOUBLE
);
Anyone who has the link will be able to view this.