Baselight

Mean Consumption Expenditure Of Private Households On Cultural Goods And Services By Income Quintile

Eurostat code: cult_pcs_qnt ยท (2010 - 2020)

@eurostat.cult_pcs_qnt

Loading...
Loading...

About this Dataset

Mean Consumption Expenditure Of Private Households On Cultural Goods And Services By Income Quintile

This Eurostat dataset contains data on mean consumption expenditure of private households on cultural goods and services by income quintile, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-04-24T23:00:00+0200

Tables

Mean Consumption Expenditure Of Private Households On Cultural Goods And Services By Income Quintile - Raw

@eurostat.cult_pcs_qnt.raw
  • 8.54 KB
  • 200 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "quantile" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2015" DOUBLE,
  "n_2020" DOUBLE
);

Mean Consumption Expenditure Of Private Households On Cultural Goods And Services By Income Quintile - Unpivoted

@eurostat.cult_pcs_qnt.tidy
  • 7.66 KB
  • 527 rows
  • 6 columns
Loading...

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

Share link

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