Baselight

Catches - North-east Atlantic (1985-1999)

Eurostat code: fish_ca_atl272 ยท (1985 - 1999)

@eurostat.fish_ca_atl272

Loading...
Loading...

About this Dataset

Catches - North-east Atlantic (1985-1999)

This Eurostat dataset contains data on catches - north-east atlantic (1985-1999), as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2015-11-09T23:00:00+0100

Tables

Catches - North-east Atlantic (1985-1999) - Raw

@eurostat.fish_ca_atl272.raw
  • 1.65 MB
  • 126447 rows
  • 20 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "species" VARCHAR,
  "fishreg" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1985" DOUBLE,
  "n_1986" DOUBLE,
  "n_1987" DOUBLE,
  "n_1988" DOUBLE,
  "n_1989" DOUBLE,
  "n_1990" DOUBLE,
  "n_1991" DOUBLE,
  "n_1992" DOUBLE,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE
);

Catches - North-east Atlantic (1985-1999) - Unpivoted

@eurostat.fish_ca_atl272.tidy
  • 2.81 MB
  • 1798867 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "species" VARCHAR,
  "fishreg" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.