Water Information System For Europe (WISE) Statistics
@owid.nutrients
@owid.nutrients
The WISE Statistics are aggregated data products for creation of the Freshwater indicators "Oxygen consuming substances in European rivers" and "Nutrients in Freshwater in Europe", which are published at the EEA website.
CREATE TABLE owid_nutrients (
"country" VARCHAR,
"year" INTEGER,
"water_body_category" VARCHAR,
"indicator" VARCHAR,
"unit" VARCHAR,
"meanvalue" FLOAT,
"stdevvalue" FLOAT,
"minvalue" FLOAT,
"maxvalue" FLOAT,
"numberofsites" INTEGER,
"numberofreportedsites" INTEGER,
"numberofcountries" INTEGER,
"numberofreportedcountries" INTEGER
);Anyone who has the link will be able to view this.