European Bathing Water Quality
@owid.bathing_water
@owid.bathing_water
This data shows the number and proportion of coastal and inland bathing waters with excellent quality. The Bathing Water Directive requires Member States to identify and assess the quality of all inland and marine bathing waters and to classify these waters as ‘poor’, ‘sufficient’, ‘good’ or ‘excellent’.
CREATE TABLE owid_bathing_water (
"country" VARCHAR,
"year" INTEGER,
"sdg_14_40_nr_c" INTEGER,
"sdg_14_40_nr_ex_c" INTEGER,
"sdg_14_40_pct_ex_c" FLOAT,
"sdg_14_40_nr_in" INTEGER,
"sdg_14_40_nr_ex_in" INTEGER,
"sdg_14_40_pct_ex_in" FLOAT
);Anyone who has the link will be able to view this.