Baselight

Manure Storage Facilities By NUTS 3 Region

Eurostat code: aei_fm_ms ยท (2000 - 2010)

@eurostat.aei_fm_ms

Loading...
Loading...

About this Dataset

Manure Storage Facilities By NUTS 3 Region

This Eurostat dataset contains data on manure storage facilities by nuts 3 region, 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: 2023-04-19T23:00:00+0200

Tables

Manure Storage Facilities By NUTS 3 Region - Raw

@eurostat.aei_fm_ms.raw
  • 121.32 KB
  • 23902 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "indic_ag" VARCHAR,
  "geo" VARCHAR,
  "n_2000" DOUBLE,
  "n_2003" DOUBLE,
  "n_2010" DOUBLE
);

Manure Storage Facilities By NUTS 3 Region - Unpivoted

@eurostat.aei_fm_ms.tidy
  • 131.18 KB
  • 31658 rows
  • 6 columns
Loading...

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

Share link

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