Machinery For Livestock Management By Age And Training Of Manager, Size Classes Of Livestock And NUTS 2 Region
Eurostat code: ef_mp_digilsk ยท (2023 - 2023)
@eurostat.ef_mp_digilsk
Eurostat code: ef_mp_digilsk ยท (2023 - 2023)
@eurostat.ef_mp_digilsk
This Eurostat dataset contains data on machinery for livestock management by age and training of manager, size classes of livestock and nuts 2 region, as collected and published by the Statistical Office of the European Union.
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-30T11:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"age" VARCHAR,
"lsu" VARCHAR,
"training" VARCHAR,
"statinfo" VARCHAR,
"agr_inp" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2023" DOUBLE -- 2023
);CREATE TABLE tidy (
"freq" VARCHAR,
"age" VARCHAR,
"lsu" VARCHAR,
"training" VARCHAR,
"statinfo" VARCHAR,
"agr_inp" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.