Carbon Dioxide PPM
How does carbon dioxide make soda so bubbly? By obeying the laws of fizz-ics.
@kaggle.programmerrdai_carbon_dioxide_ppm
How does carbon dioxide make soda so bubbly? By obeying the laws of fizz-ics.
@kaggle.programmerrdai_carbon_dioxide_ppm
CREATE TABLE co2_annmean_gl (
"year" TIMESTAMP,
"mean" DOUBLE,
"uncertainty" DOUBLE
);
CREATE TABLE co2_annmean_mlo (
"year" TIMESTAMP,
"mean" DOUBLE,
"uncertainty" DOUBLE
);
CREATE TABLE co2_gr_gl (
"year" TIMESTAMP,
"annual_increase" DOUBLE,
"uncertainty" DOUBLE
);
CREATE TABLE co2_gr_mlo (
"year" TIMESTAMP,
"annual_increase" DOUBLE,
"uncertainty" DOUBLE
);
CREATE TABLE co2_mm_gl (
"date" TIMESTAMP,
"decimal_date" DOUBLE,
"average" DOUBLE,
"trend" DOUBLE
);
CREATE TABLE co2_mm_mlo (
"date" TIMESTAMP,
"decimal_date" DOUBLE,
"average" DOUBLE,
"interpolated" DOUBLE,
"trend" DOUBLE,
"number_of_days" BIGINT
);
Anyone who has the link will be able to view this.