Baselight

Persons Living In Households With Very Low Work Intensity By Degree Of Urbanisation (population Aged 0 To 59 Years) - EU 2020 Strategy

Eurostat code: ilc_lvhl23 ยท (2003 - 2024)

@eurostat.ilc_lvhl23

Persons Living In Households With Very Low Work Intensity By Degree Of Urbanisation (population Aged 0 To 59 Years) - EU 2020 Strategy - Unpivoted
@eurostat.ilc_lvhl23.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.

  • 23.59 KB
  • 6164 rows
  • 6 columns
freq

Freq

unit

Unit

deg_urb

Deg Urb

geo

Geo

time_period

Time Period

value

Value

AnnualPercentage of total population aged less than 60CitiesAustria200318.2
AnnualPercentage of total population aged less than 60CitiesBelgium200319
AnnualPercentage of total population aged less than 60CitiesDenmark200313.2
AnnualPercentage of total population aged less than 60CitiesGreece20038.7
AnnualPercentage of total population aged less than 60CitiesIreland200310.8
AnnualPercentage of total population aged less than 60CitiesLuxembourg20037.3
AnnualPercentage of total population aged less than 60Towns and suburbsAustria200345.1
AnnualPercentage of total population aged less than 60Towns and suburbsBelgium200311
AnnualPercentage of total population aged less than 60Towns and suburbsDenmark20037.7
AnnualPercentage of total population aged less than 60Towns and suburbsGreece200310.1

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

Share link

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