Baselight

Level Of The Best-known Foreign Language (self-reported) By Degree Of Urbanisation

Eurostat code: edat_aes_l36 · (2007 - 2022)

@eurostat.edat_aes_l36

Level Of The Best-known Foreign Language (self-reported) By Degree Of Urbanisation - Unpivoted
@eurostat.edat_aes_l36.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.

  • 13.68 KB
  • 3141 rows
  • 8 columns
freq

Freq

age

Age

unit

Unit

lev_know

Lev Know

deg_urb

Deg Urb

geo

Geo

time_period

Time Period

value

Value

AnnualFrom 25 to 64 yearsPercentageBasicCitiesAustria200725.8
AnnualFrom 25 to 64 yearsPercentageBasicCitiesBelgium200737.1
AnnualFrom 25 to 64 yearsPercentageBasicCitiesBulgaria200771
AnnualFrom 25 to 64 yearsPercentageBasicCitiesCyprus200724
AnnualFrom 25 to 64 yearsPercentageBasicCitiesCzechia200755.2
AnnualFrom 25 to 64 yearsPercentageBasicCitiesGermany200739.9
AnnualFrom 25 to 64 yearsPercentageBasicCitiesEuro area – 20 countries (from 2023)200740.5
AnnualFrom 25 to 64 yearsPercentageBasicCitiesEstonia200725
AnnualFrom 25 to 64 yearsPercentageBasicCitiesGreece200743.3
AnnualFrom 25 to 64 yearsPercentageBasicCitiesSpain200742.3

CREATE TABLE tidy (
  "freq" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "lev_know" VARCHAR,
  "deg_urb" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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