Baselight

Ozone Layer

Ozone more Like O zone. Not funny

@kaggle.programmerrdai_ozone_layer

Expected Concentraitons Of Cfc 11
@kaggle.programmerrdai_ozone_layer.expected_concentraitons_of_cfc_11

  • 5.4 KB
  • 31 rows
  • 6 columns
entity

Entity

code

Code

year

Year

northern_hemisphere

Northern Hemisphere

southern_hemisphere

Southern Hemisphere

wmo_2014

WMO (2014)

WorldOWID_WRL1995267.2263.58266.83
WorldOWID_WRL1996266.63263.43266.07
WorldOWID_WRL1997265.16262.65265.08
WorldOWID_WRL1998263.57260.99263.62
WorldOWID_WRL1999262260.23262.34
WorldOWID_WRL2000260.46258.21260.68
WorldOWID_WRL2001258.85256.2259.09
WorldOWID_WRL2002257254.42257.27
WorldOWID_WRL2003254.38251.98255.05
WorldOWID_WRL2004252.09249.92252.88

CREATE TABLE expected_concentraitons_of_cfc_11 (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "northern_hemisphere" DOUBLE,
  "southern_hemisphere" DOUBLE,
  "wmo_2014" DOUBLE
);

Share link

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