Baselight

Main Livestock Indicators By NUTS 2 Region

Eurostat code: ef_lsk_main ยท (2005 - 2023)

@eurostat.ef_lsk_main

Loading...
Loading...

About this Dataset

Main Livestock Indicators By NUTS 2 Region

This Eurostat dataset contains data on main livestock indicators by nuts 2 region, 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-09-22T11:00:00+0200

Tables

Main Livestock Indicators By NUTS 2 Region - Raw

@eurostat.ef_lsk_main.raw
  • 72.89 MB
  • 15,466,445 rows
  • 16 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "statinfo" VARCHAR,
  "farmtype" VARCHAR,
  "so_eur" VARCHAR,
  "uaarea" VARCHAR,
  "lsu" VARCHAR,
  "animals" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2005" DOUBLE  -- 2005,
  "n_2007" DOUBLE  -- 2007,
  "n_2010" DOUBLE  -- 2010,
  "n_2013" DOUBLE  -- 2013,
  "n_2016" DOUBLE  -- 2016,
  "n_2020" DOUBLE  -- 2020,
  "n_2023" DOUBLE  -- 2023
);

Main Livestock Indicators By NUTS 2 Region - Unpivoted

@eurostat.ef_lsk_main.tidy
  • 79.86 MB
  • 40,034,954 rows
  • 11 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "statinfo" VARCHAR,
  "farmtype" VARCHAR,
  "so_eur" VARCHAR,
  "uaarea" VARCHAR,
  "lsu" VARCHAR,
  "animals" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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