Baselight

Number Of Sheep

Eurostat code: tag00017 ยท (2013 - 2024)

@eurostat.tag00017

Number Of Sheep - Unpivoted
@eurostat.tag00017.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.

  • 8.02 KB
  • 352 rows
  • 7 columns
freq

Freq

animals

Animals

month

Month

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualLive sheepDecemberThousand heads (animals)Austria2013357.44
AnnualLive sheepDecemberThousand heads (animals)Bosnia and Herzegovina20131020
AnnualLive sheepDecemberThousand heads (animals)Belgium2013
AnnualLive sheepDecemberThousand heads (animals)Bulgaria20131369.58
AnnualLive sheepDecemberThousand heads (animals)Cyprus2013314.4
AnnualLive sheepDecemberThousand heads (animals)Germany20131569.96
AnnualLive sheepDecemberThousand heads (animals)Greece20139356
AnnualLive sheepDecemberThousand heads (animals)Spain201316118.59
AnnualLive sheepDecemberThousand heads (animals)European Union - 27 countries (from 2020)201363088
AnnualLive sheepDecemberThousand heads (animals)France20137193

CREATE TABLE tidy (
  "freq" VARCHAR,
  "animals" VARCHAR,
  "month" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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