Baselight

Inactive Population As A Percentage Of The Total Population, By Sex And Age (%)

Eurostat code: lfsa_ipga$dv_610

@eurostat.lfsa_ipga_dv_610

Inactive Population As A Percentage Of The Total Population, By Sex And Age (%) - Unpivoted
@eurostat.lfsa_ipga_dv_610.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.

  • 6.96 KB
  • 435 rows
  • 7 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageTotalFrom 15 to 64 yearsAustria201324.5
AnnualPercentageTotalFrom 15 to 64 yearsBelgium201332.5
AnnualPercentageTotalFrom 15 to 64 yearsBulgaria201331.6
AnnualPercentageTotalFrom 15 to 64 yearsSwitzerland201317.6
AnnualPercentageTotalFrom 15 to 64 yearsCyprus201326.4
AnnualPercentageTotalFrom 15 to 64 yearsCzechia201327.1
AnnualPercentageTotalFrom 15 to 64 yearsGermany201322.4
AnnualPercentageTotalFrom 15 to 64 yearsDenmark201323.4
AnnualPercentageTotalFrom 15 to 64 yearsEuro area – 20 countries (from 2023)201327.9
AnnualPercentageTotalFrom 15 to 64 yearsEstonia201324.9

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

Share link

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