Baselight

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

Eurostat code: edat_aes_l34 · (2007 - 2022)

@eurostat.edat_aes_l34

Level Of The Best-known Foreign Language (self-reported) By Labour Status - Unpivoted
@eurostat.edat_aes_l34.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.71 KB
  • 3169 rows
  • 8 columns
freq

Freq

age

Age

unit

Unit

lev_know

Lev Know

wstatus

Wstatus

geo

Geo

time_period

Time Period

value

Value

AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsAustria200735.2
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsBelgium200738.6
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsBulgaria200771.9
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsCyprus200728.9
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsCzechia200765.4
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsGermany200746.6
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsEuro area – 20 countries (from 2023)200744.9
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsEstonia200727.2
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsGreece200743.5
AnnualFrom 25 to 64 yearsPercentageBasicEmployed personsSpain200742

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

Share link

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