Baselight

Mean Consumption Expenditure By Age Of The Reference Person

Eurostat code: hbs_exp_t135 ยท (1988 - 2020)

@eurostat.hbs_exp_t135

Mean Consumption Expenditure By Age Of The Reference Person - Unpivoted
@eurostat.hbs_exp_t135.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.

  • 17.69 KB
  • 1992 rows
  • 6 columns
freq

Freq

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalPurchasing power standard (PPS) per adult equivalentBelgium198810466
AnnualTotalPurchasing power standard (PPS) per adult equivalentGermany198810857
AnnualTotalPurchasing power standard (PPS) per adult equivalentGreece19888115
AnnualTotalPurchasing power standard (PPS) per adult equivalentSpain19887459
AnnualTotalPurchasing power standard (PPS) per adult equivalentFrance19889968
AnnualTotalPurchasing power standard (PPS) per adult equivalentItaly19889481
AnnualTotalPurchasing power standard (PPS) per adult equivalentLuxembourg198814978
AnnualTotalPurchasing power standard (PPS) per adult equivalentNetherlands198810074
AnnualTotalPurchasing power standard (PPS) per adult equivalentPortugal19886133
AnnualTotalPurchasing power standard (PPS) per adult equivalentUnited Kingdom198810330

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

Share link

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