Baselight

Mean Consumption Expenditure Per Household By COICOP Consumption Purpose

Eurostat code: hbs_exp_t121 ยท (1988 - 2020)

@eurostat.hbs_exp_t121

Mean Consumption Expenditure Per Household By COICOP Consumption Purpose - Unpivoted
@eurostat.hbs_exp_t121.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.

  • 70.37 KB
  • 30561 rows
  • 6 columns
freq

Freq

coicop

Coicop

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdBelgium19882724
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdGermany19882487
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdGreece19883498
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdSpain19884027
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdFrance19882866
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdItaly19884068
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdLuxembourg19884022
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdNetherlands19882214
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdPortugal19883527
AnnualFood and non-alcoholic beveragesPurchasing power standard (PPS) per householdUnited Kingdom19882479

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

Share link

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