Ozone Hole Area And Concentration (NASA, 2023)
@owid.ozone_hole_area
@owid.ozone_hole_area
CREATE TABLE owid_ozone_hole_area_1 (
"index" BIGINT,
"year" INTEGER,
"max_hole_area_date" TIMESTAMP,
"max_hole_area" FLOAT,
"min_hole_concentration_date" TIMESTAMP,
"min_hole_concentration" INTEGER,
"mean_hole_area" UINTEGER,
"mean_hole_concentration" FLOAT,
"country" VARCHAR
);
CREATE TABLE owid_ozone_hole_area_2 (
"year" INTEGER,
"country" VARCHAR,
"max_hole_area_date" TIMESTAMP,
"max_hole_area" UINTEGER,
"min_hole_concentration_date" TIMESTAMP,
"min_hole_concentration" INTEGER,
"mean_hole_area" UINTEGER,
"mean_hole_concentration" FLOAT
);
CREATE TABLE owid_ozone_hole_area_3 (
"year" INTEGER,
"country" VARCHAR,
"max_hole_area_date" TIMESTAMP,
"max_hole_area" UINTEGER,
"min_hole_concentration_date" TIMESTAMP,
"min_hole_concentration" INTEGER,
"mean_hole_area" UINTEGER,
"mean_hole_concentration" FLOAT
);
Anyone who has the link will be able to view this.