Baselight

Number Of Bovine Animals

Eurostat code: tag00016 ยท (2013 - 2024)

@eurostat.tag00016

Number Of Bovine Animals - Unpivoted
@eurostat.tag00016.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.56 KB
  • 441 rows
  • 7 columns
freq

Freq

animals

Animals

month

Month

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualLive bovine animalsDecemberThousand heads (animals)Austria20131958.28
AnnualLive bovine animalsDecemberThousand heads (animals)Bosnia and Herzegovina2013447
AnnualLive bovine animalsDecemberThousand heads (animals)Belgium20132441.32
AnnualLive bovine animalsDecemberThousand heads (animals)Bulgaria2013585.55
AnnualLive bovine animalsDecemberThousand heads (animals)Cyprus201357.08
AnnualLive bovine animalsDecemberThousand heads (animals)Czechia20131332.08
AnnualLive bovine animalsDecemberThousand heads (animals)Germany201312685.99
AnnualLive bovine animalsDecemberThousand heads (animals)Denmark20131583
AnnualLive bovine animalsDecemberThousand heads (animals)Estonia2013261.4
AnnualLive bovine animalsDecemberThousand heads (animals)Greece2013653

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.