Baselight

Structure Of Agricultural Holdings By Eurofarm Region, Main Indicators

Eurostat code: ef_r_farm · (1990 - 2007)

@eurostat.ef_r_farm

Structure Of Agricultural Holdings By Eurofarm Region, Main Indicators - Unpivoted
@eurostat.ef_r_farm.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.

  • 1.21 MB
  • 414026 rows
  • 5 columns
freq

Freq

ind_farm

Ind Farm

geo

Geo

time_period

Time Period

value

Value

AnnualTotal number of holdingsBelgium199085040
AnnualTotal number of holdingsRégion de Bruxelles-Capitale/Brussels Hoofdstedelijk Gewest and Prov. Vlaams Brabant19909040
AnnualTotal number of holdingsRégion de Bruxelles-Capitale/Brussels Hoofdstedelijk Gewest and Vlaams Gewest199056560
AnnualTotal number of holdingsProv. Antwerpen19909060
AnnualTotal number of holdingsProv. Limburg (BE)19907140
AnnualTotal number of holdingsProv. Oost-Vlaanderen199014820
AnnualTotal number of holdingsProv. West-Vlaanderen199016500
AnnualTotal number of holdingsRégion wallonne199028480
AnnualTotal number of holdingsProv. Brabant wallon19901960
AnnualTotal number of holdingsProv. Hainaut19908310

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

Share link

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