Number Of Farmed Fish Killed For Food Worldwide
@owid.farmed_finfishes_used_for_food
@owid.farmed_finfishes_used_for_food
CREATE TABLE owid_farmed_finfishes_used_for_food_1 (
"country" VARCHAR,
"year" INTEGER,
"n_fish_low" BIGINT,
"n_fish" BIGINT,
"n_fish_high" BIGINT,
"production" UINTEGER,
"production_relative_to_1990" INTEGER,
"n_fish_relative_to_1990" INTEGER,
"n_fish_low_per_capita" FLOAT,
"n_fish_per_capita" FLOAT,
"n_fish_high_per_capita" FLOAT
);
CREATE TABLE owid_farmed_finfishes_used_for_food_2 (
"country" VARCHAR,
"year" INTEGER,
"n_fish_low" BIGINT,
"n_fish" BIGINT,
"n_fish_high" BIGINT,
"production" UINTEGER,
"production_relative_to_1990" INTEGER,
"n_fish_relative_to_1990" INTEGER,
"n_fish_low_per_capita" FLOAT,
"n_fish_per_capita" FLOAT,
"n_fish_high_per_capita" FLOAT
);
Anyone who has the link will be able to view this.