Baselight

Population Structure Indicators At National Level

Eurostat code: demo_pjanind ยท (1960 - 2024)

@eurostat.demo_pjanind

Population Structure Indicators At National Level - Unpivoted
@eurostat.demo_pjanind.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.

  • 192.07 KB
  • 118984 rows
  • 5 columns
freq

Freq

indic_de

Indic De

geo

Geo

time_period

Time Period

value

Value

AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Austria196051.4
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Belgium196054.7
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Bulgaria196050.6
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Switzerland196052.3
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Czechia196054.1
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Germany196046.8
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Germany including former GDR196048.1
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Denmark196056.2
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)European Free Trade Association196055.1
AnnualAge dependency ratio, 1st variant (population 0 to 14 years and 65 years or over to population 15 to 64 years)Spain196055.4

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_de" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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