Baselight

Gini Coefficient Of Equivalised Disposable Income For Children (aged Less Than 18

Eurostat code: tessi191 · (2014 - 2024)

@eurostat.tessi191

Gini Coefficient Of Equivalised Disposable Income For Children (aged Less Than 18 - Unpivoted
@eurostat.tessi191.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.35 KB
  • 372 rows
  • 6 columns
freq

Freq

age

Age

statinfo

Statinfo

geo

Geo

time_period

Time Period

value

Value

AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Austria201424.7
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Belgium201425.4
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Bulgaria201438.4
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Switzerland201428.2
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Cyprus201428.4
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Czechia201427.4
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Germany201428.6
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Denmark201425.1
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Euro area – 20 countries (from 2023)201430
AnnualLess than 18 yearsGini coefficient (scale from 0 to 100)Estonia201434.6

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

Share link

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