Baselight

Manure Storage Facilities By Utilised Agricultural Area, Size Class Of Livestock, Farm Type And NUTS 2 Region

Eurostat code: ef_mp_ms · (2010 - 2020)

@eurostat.ef_mp_ms

Manure Storage Facilities By Utilised Agricultural Area, Size Class Of Livestock, Farm Type And NUTS 2 Region - Unpivoted
@eurostat.ef_mp_ms.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 5.88 MB
  • 3252884 rows
  • 10 columns
freq

Freq

farmtype

Farmtype

uaarea

Uaarea

lsu

Lsu

statinfo

Statinfo

mansto

Mansto

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingAustria2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingSteiermark2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingOberösterreich2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingKarlsruhe2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingFreiburg2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingNiederbayern2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingDarmstadt2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingKassel2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingLüneburg2010
AnnualSpecialist field crops (calculated with Standard Output)From 30 to 99.9 haFrom 100 to 499.9 LSUAbove thresholdNo storage facilities for manureHoldingDüsseldorf2010

CREATE TABLE tidy (
  "freq" VARCHAR,
  "farmtype" VARCHAR,
  "uaarea" VARCHAR,
  "lsu" VARCHAR,
  "statinfo" VARCHAR,
  "mansto" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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