Baselight

Aquaculture Production In Quantities (1950-1983) - Tonnes Live Weight

Eurostat code: fish_aq_qh ยท (1950 - 1983)

@eurostat.fish_aq_qh

Loading...
Loading...

About this Dataset

Aquaculture Production In Quantities (1950-1983) - Tonnes Live Weight

This Eurostat dataset contains data on aquaculture production in quantities (1950-1983) - tonnes live weight, 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: 2013-08-28T11:00:00+0200

Tables

Aquaculture Production In Quantities (1950-1983) - Tonnes Live Weight - Raw

@eurostat.fish_aq_qh.raw
  • 120.22 kB
  • 4,352 rows
  • 40 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "species" VARCHAR,
  "fishreg" VARCHAR,
  "aquaenv" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1950" DOUBLE  -- 1950,
  "n_1951" DOUBLE  -- 1951,
  "n_1952" DOUBLE  -- 1952,
  "n_1953" DOUBLE  -- 1953,
  "n_1954" DOUBLE  -- 1954,
  "n_1955" DOUBLE  -- 1955,
  "n_1956" DOUBLE  -- 1956,
  "n_1957" DOUBLE  -- 1957,
  "n_1958" DOUBLE  -- 1958,
  "n_1959" DOUBLE  -- 1959,
  "n_1960" DOUBLE  -- 1960,
  "n_1961" DOUBLE  -- 1961,
  "n_1962" DOUBLE  -- 1962,
  "n_1963" DOUBLE  -- 1963,
  "n_1964" DOUBLE  -- 1964,
  "n_1965" DOUBLE  -- 1965,
  "n_1966" DOUBLE  -- 1966,
  "n_1967" DOUBLE  -- 1967,
  "n_1968" DOUBLE  -- 1968,
  "n_1969" DOUBLE  -- 1969,
  "n_1970" DOUBLE  -- 1970,
  "n_1971" DOUBLE  -- 1971,
  "n_1972" DOUBLE  -- 1972,
  "n_1973" DOUBLE  -- 1973,
  "n_1974" DOUBLE  -- 1974,
  "n_1975" DOUBLE  -- 1975,
  "n_1976" DOUBLE  -- 1976,
  "n_1977" DOUBLE  -- 1977,
  "n_1978" DOUBLE  -- 1978,
  "n_1979" DOUBLE  -- 1979,
  "n_1980" DOUBLE  -- 1980,
  "n_1981" DOUBLE  -- 1981,
  "n_1982" DOUBLE  -- 1982,
  "n_1983" DOUBLE  -- 1983
);

Aquaculture Production In Quantities (1950-1983) - Tonnes Live Weight - Unpivoted

@eurostat.fish_aq_qh.tidy
  • 95.71 kB
  • 72,391 rows
  • 8 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "species" VARCHAR,
  "fishreg" VARCHAR,
  "aquaenv" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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