Baselight

Agricultural Holdings By Agricultural Area

Eurostat code: tag00001 ยท (2005 - 2013)

@eurostat.tag00001

Agricultural Holdings By Agricultural Area - Unpivoted
@eurostat.tag00001.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.

  • 10.96 KB
  • 831 rows
  • 8 columns
freq

Freq

indic_ef

Indic Ef

unit

Unit

legtype

Legtype

agrarea

Agrarea

geo

Geo

time_period

Time Period

value

Value

Annualhold: Total number of holdingsThousandTotalZero haAustria20050.58
Annualhold: Total number of holdingsThousandTotalZero haBelgium20050.92
Annualhold: Total number of holdingsThousandTotalZero haBulgaria200514.08
Annualhold: Total number of holdingsThousandTotalZero haSwitzerland20051.09
Annualhold: Total number of holdingsThousandTotalZero haCyprus20050.32
Annualhold: Total number of holdingsThousandTotalZero haCzechia20051.07
Annualhold: Total number of holdingsThousandTotalZero haGermany20051.27
Annualhold: Total number of holdingsThousandTotalZero haDenmark20050.4
Annualhold: Total number of holdingsThousandTotalZero haEstonia20050.06
Annualhold: Total number of holdingsThousandTotalZero haGreece20055.43

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_ef" VARCHAR,
  "unit" VARCHAR,
  "legtype" VARCHAR,
  "agrarea" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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