Annual Nominal Fish Catches
Explore the impact of overfishing in the Northeast Atlantic region.
@kaggle.victorgenin_ices_fish_catch
Explore the impact of overfishing in the Northeast Atlantic region.
@kaggle.victorgenin_ices_fish_catch
CREATE TABLE fish_catches (
"species" VARCHAR,
"area" VARCHAR,
"units" VARCHAR,
"country" VARCHAR,
"n_2014" DOUBLE,
"n_2013" DOUBLE,
"n_2012" DOUBLE,
"n_2011" DOUBLE,
"n_2010" DOUBLE,
"n_2009" DOUBLE,
"n_2008" DOUBLE,
"n_2007" DOUBLE,
"n_2006" DOUBLE,
"unnamed_13" VARCHAR,
"unnamed_14" VARCHAR,
"unnamed_15" VARCHAR,
"unnamed_16" VARCHAR,
"unnamed_17" VARCHAR,
"unnamed_18" VARCHAR,
"unnamed_19" VARCHAR,
"unnamed_20" VARCHAR,
"unnamed_21" VARCHAR,
"unnamed_22" VARCHAR,
"unnamed_23" VARCHAR,
"unnamed_24" VARCHAR
);
Anyone who has the link will be able to view this.