Baselight

Ozone Layer

Ozone more Like O zone. Not funny

@kaggle.programmerrdai_ozone_layer

Stratospheric Ozone Concentration Projections
@kaggle.programmerrdai_ozone_layer.stratospheric_ozone_concentration_projections

  • 4.01 KB
  • 87 rows
  • 4 columns
entity

Entity

code

Code

year

Year

ozone_concentration_1960_0

Ozone Concentration (1960 \u003d 0)

Antarctic1960
Antarctic1965-1.2
Antarctic1970-7.6
Antarctic1975-20.9
Antarctic1980-41.8
Antarctic1985-66.5
Antarctic1990-90.8
Antarctic1995-110
Antarctic2000-121.2
Antarctic2005-123.2

CREATE TABLE stratospheric_ozone_concentration_projections (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "ozone_concentration_1960_0" DOUBLE
);

Share link

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