Baselight

Level Of The Foreign Language Reported As Best-known In The Country (self-reported) By Degree Of Urbanisation

Eurostat code: edat_aes_l56 · (2007 - 2022)

@eurostat.edat_aes_l56

Level Of The Foreign Language Reported As Best-known In The Country (self-reported) By Degree Of Urbanisation - Unpivoted
@eurostat.edat_aes_l56.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.73 KB
  • 3098 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 yearsPercentageBasicCitiesAustria200730.3
AnnualFrom 25 to 64 yearsPercentageBasicCitiesBelgium200739.9
AnnualFrom 25 to 64 yearsPercentageBasicCitiesBulgaria200771.5
AnnualFrom 25 to 64 yearsPercentageBasicCitiesCyprus200724.8
AnnualFrom 25 to 64 yearsPercentageBasicCitiesCzechia200748.1
AnnualFrom 25 to 64 yearsPercentageBasicCitiesGermany200746.6
AnnualFrom 25 to 64 yearsPercentageBasicCitiesEuro area – 20 countries (from 2023)200745.1
AnnualFrom 25 to 64 yearsPercentageBasicCitiesEstonia200727.1
AnnualFrom 25 to 64 yearsPercentageBasicCitiesGreece200744
AnnualFrom 25 to 64 yearsPercentageBasicCitiesSpain200749

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.