Baselight

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

Eurostat code: edat_aes_l31 · (2007 - 2022)

@eurostat.edat_aes_l31

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

  • 12.35 KB
  • 2505 rows
  • 8 columns
freq

Freq

age

Age

unit

Unit

lev_know

Lev Know

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualFrom 25 to 64 yearsPercentageBasicFemalesAustria200737
AnnualFrom 25 to 64 yearsPercentageBasicFemalesBelgium200743.5
AnnualFrom 25 to 64 yearsPercentageBasicFemalesBulgaria200771.3
AnnualFrom 25 to 64 yearsPercentageBasicFemalesCyprus200730.4
AnnualFrom 25 to 64 yearsPercentageBasicFemalesCzechia200768.4
AnnualFrom 25 to 64 yearsPercentageBasicFemalesGermany200749.1
AnnualFrom 25 to 64 yearsPercentageBasicFemalesEuro area – 20 countries (from 2023)200746.5
AnnualFrom 25 to 64 yearsPercentageBasicFemalesEstonia200730.3
AnnualFrom 25 to 64 yearsPercentageBasicFemalesGreece200743.3
AnnualFrom 25 to 64 yearsPercentageBasicFemalesSpain200744

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

Share link

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