Baselight

Carbon Segment Values

Gaseous proportions in the atmosphere

@kaggle.brsdincer_carbon_segment_values

Loading...
Loading...

About this Dataset

Carbon Segment Values

DATA FOR ATMOSPHERIC GASES

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

Tables

Carbon Segment

@kaggle.brsdincer_carbon_segment_values.carbon_segment
  • 11.19 KB
  • 26 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.