Baselight

Population Structure - Functional Urban Areas

Eurostat code: urb_lpopstr · (1989 - 2024)

@eurostat.urb_lpopstr

Population Structure - Functional Urban Areas - Unpivoted
@eurostat.urb_lpopstr.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.

  • 239.33 KB
  • 121635 rows
  • 5 columns
freq

Freq

indic_ur

Indic Ur

cities

Cities

time_period

Time Period

value

Value

AnnualWomen per 100 menTallinn1989112.7
AnnualWomen per 100 menTartu1989117.8
AnnualWomen per 100 menVilnius1989109.8
AnnualWomen per 100 menKaunas1989115.2
AnnualWomen per 100 menPanevežys1989115.5
AnnualProportion of total population aged 55-64Tallinn198910.6
AnnualProportion of total population aged 55-64Tartu198911.1
AnnualProportion of total population aged 55-64Vilnius19899.8
AnnualProportion of total population aged 55-64Kaunas198910
AnnualProportion of total population aged 55-64Panevežys19899.7

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_ur" VARCHAR,
  "cities" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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