Living Planet Index - Share Of Populations With Increasing And Decreasing Trends
@owid.living_planet_index_share
@owid.living_planet_index_share
CREATE TABLE owid_living_planet_index_share (
"country" VARCHAR,
"year" INTEGER,
"share_increasing" FLOAT,
"share_decreasing" FLOAT,
"share_stable" FLOAT,
"share_strong_increase" FLOAT,
"share_moderate_increase" FLOAT,
"share_little_change" FLOAT,
"share_moderate_decrease" FLOAT,
"share_strong_decrease" FLOAT
);
Anyone who has the link will be able to view this.