Baselight

Population Density By Other Typologies

Eurostat code: urt_d3dens ยท (2018 - 2023)

@eurostat.urt_d3dens

Population Density By Other Typologies - Unpivoted
@eurostat.urt_d3dens.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.

  • 9.76 KB
  • 2162 rows
  • 5 columns
freq

Freq

terrtypo

Terrtypo

geo

Geo

time_period

Time Period

value

Value

AnnualBorder regionsAustria2018121
AnnualBorder regionsBelgium2018321
AnnualBorder regionsBulgaria201845
AnnualBorder regionsSwitzerland2018210
AnnualBorder regionsCzechia2018121
AnnualBorder regionsGermany2018188
AnnualBorder regionsDenmark201884
AnnualBorder regionsEstonia201820
AnnualBorder regionsGreece201837
AnnualBorder regionsSpain201852

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

Share link

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