Baselight

Livestock Density Index

Eurostat code: tai09 · (2010 - 2020)

@eurostat.tai09

Loading...
Loading...

About this Dataset

Livestock Density Index

This Eurostat dataset contains data on livestock density index, 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: 2025-02-10T23:00:00+0100

Tables

Livestock Density Index - Raw

@eurostat.tai09.raw
  • 8.72 KB
  • 35 rows
  • 11 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "so_eur" VARCHAR,
  "unit" VARCHAR,
  "crops" VARCHAR,
  "farmtype" VARCHAR,
  "leg_form" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2013" DOUBLE,
  "n_2016" DOUBLE,
  "n_2020" DOUBLE
);

Livestock Density Index - Unpivoted

@eurostat.tai09.tidy
  • 7.3 KB
  • 127 rows
  • 9 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "so_eur" VARCHAR,
  "unit" VARCHAR,
  "crops" VARCHAR,
  "farmtype" VARCHAR,
  "leg_form" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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