Baselight

Persons Living In Households With Very Low Work Intensity By NUTS 2 Region (population Aged 0 To 64 Years)

Eurostat code: ilc_lvhl21n ยท (2014 - 2024)

@eurostat.ilc_lvhl21n

Persons Living In Households With Very Low Work Intensity By NUTS 2 Region (population Aged 0 To 64 Years) - Unpivoted
@eurostat.ilc_lvhl21n.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.

  • 14.62 KB
  • 2608 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageCroatia201412.6
AnnualPercentageJadranska Hrvatska201412.8
AnnualPercentageKontinentalna Hrvatska (NUTS 2016)201412.4
AnnualPercentageAustria20156.3
AnnualPercentageBelgium201515
AnnualPercentageBulgaria201511.5
AnnualPercentageSeverna i Yugoiztochna Bulgaria201514
AnnualPercentageSeverozapaden201519
AnnualPercentageSeveren tsentralen201513.8
AnnualPercentageSeveroiztochen201515.8

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

Share link

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