Baselight

Aggregate Replacement Ratio

Eurostat code: tespm100 · (2013 - 2024)

@eurostat.tespm100

Aggregate Replacement Ratio - Unpivoted
@eurostat.tespm100.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.

  • 5.71 KB
  • 422 rows
  • 6 columns
freq

Freq

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalPercentageAustria20130.58
AnnualTotalPercentageBelgium20130.47
AnnualTotalPercentageBulgaria20130.43
AnnualTotalPercentageSwitzerland20130.42
AnnualTotalPercentageCyprus20130.45
AnnualTotalPercentageCzechia20130.57
AnnualTotalPercentageGermany20130.51
AnnualTotalPercentageDenmark20130.46
AnnualTotalPercentageEuro area – 20 countries (from 2023)20130.58
AnnualTotalPercentageEstonia20130.52

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

Share link

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