Carbon Segment Values
Gaseous proportions in the atmosphere
@kaggle.brsdincer_carbon_segment_values
Gaseous proportions in the atmosphere
@kaggle.brsdincer_carbon_segment_values
Data used for examination of atmospheric gases by years
The odds indicate the quantity
Year
Month
MEI
CO2
CH4
N2O
CFC-11
CFC-12
TSI
Aerosols
Temp
Population
CO2emissionspercapita
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.