Baselight

Activity Rates By Sex And Age, ENP-East Countries

Eurostat code: enpe_lfsa_argaed ยท (2005 - 2023)

@eurostat.enpe_lfsa_argaed

Activity Rates By Sex And Age, ENP-East Countries - Unpivoted
@eurostat.enpe_lfsa_argaed.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.

  • 7.29 KB
  • 617 rows
  • 7 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualRateFemalesFrom 15 to 64 yearsArmenia200551.5
AnnualRateFemalesFrom 15 to 64 yearsAzerbaijan200570.4
AnnualRateFemalesFrom 15 to 64 yearsBelarus200581.8
AnnualRateFemalesFrom 15 to 64 yearsGeorgia200558.6
AnnualRateFemalesFrom 15 to 64 yearsMoldova200553.7
AnnualRateFemalesFrom 15 to 64 yearsUkraine200561.7
AnnualRateFemalesFrom 20 to 64 yearsArmenia200557.3
AnnualRateFemalesFrom 20 to 64 yearsAzerbaijan200578.5
AnnualRateFemalesFrom 20 to 64 yearsGeorgia200563.8
AnnualRateFemalesFrom 20 to 64 yearsMoldova200561.3

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.