Carbon Segment Values
Gaseous proportions in the atmosphere
@kaggle.brsdincer_carbon_segment_values
Gaseous proportions in the atmosphere
@kaggle.brsdincer_carbon_segment_values
CREATE TABLE carbon_segment (
"year" BIGINT,
"month" BIGINT,
"mei" DOUBLE,
"co2" DOUBLE,
"ch4" DOUBLE,
"n2o" DOUBLE,
"cfc_11" DOUBLE,
"cfc_12" DOUBLE,
"tsi" DOUBLE,
"aerosols" DOUBLE,
"temp" DOUBLE,
"population" BIGINT,
"co2emissionspercapita" DOUBLE
);
Anyone who has the link will be able to view this.