Water Information System For Europe (WISE) Statistics
@owid.nutrients
@owid.nutrients
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.