Baselight

Soil Cover By NUTS 2 Region

Eurostat code: ef_mp_soil · (2010 - 2016)

@eurostat.ef_mp_soil

Soil Cover By NUTS 2 Region - Unpivoted
@eurostat.ef_mp_soil.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.

  • 3.94 MB
  • 2403627 rows
  • 9 columns
freq

Freq

crop_rot

Crop Rot

soil_cov

Soil Cov

farmtype

Farmtype

agrarea

Agrarea

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareBelgium2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareProv. Limburg (BE)2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareGermany2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareStuttgart2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareFreiburg2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareTübingen2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareOberbayern2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareNiederbayern2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareOberpfalz2010
AnnualNot applicableBare soilGeneral field cropping (calculated with Standard Output)From 10 to 19.9 haHectareMittelfranken2010

CREATE TABLE tidy (
  "freq" VARCHAR,
  "crop_rot" VARCHAR,
  "soil_cov" VARCHAR,
  "farmtype" VARCHAR,
  "agrarea" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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