Baselight

Livestock Units By Animal Groups And Size Classes Of Livestock Units

Eurostat code: ef_fsi_lsk ยท (2005 - 2023)

@eurostat.ef_fsi_lsk

Loading...
Loading...

About this Dataset

Livestock Units By Animal Groups And Size Classes Of Livestock Units

This Eurostat dataset contains data on livestock units by animal groups and size classes of livestock units, 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-07-31T11:00:00+0200

Tables

Livestock Units By Animal Groups And Size Classes Of Livestock Units - Raw

@eurostat.ef_fsi_lsk.raw
  • 1.51 MB
  • 174170 rows
  • 13 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "lsu" VARCHAR,
  "farmtype" VARCHAR,
  "animals" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2005" DOUBLE,
  "n_2007" DOUBLE,
  "n_2010" DOUBLE,
  "n_2013" DOUBLE,
  "n_2016" DOUBLE,
  "n_2020" DOUBLE,
  "n_2023" DOUBLE
);

Livestock Units By Animal Groups And Size Classes Of Livestock Units - Unpivoted

@eurostat.ef_fsi_lsk.tidy
  • 1.64 MB
  • 701066 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "lsu" VARCHAR,
  "farmtype" 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.