Baselight

Retail Trade Volume Of Sales Index (deflated Turnover), ENP-East Countries

Eurostat code: enpe_sts_trtu1 ยท (2005 - 2023)

@eurostat.enpe_sts_trtu1

Retail Trade Volume Of Sales Index (deflated Turnover), ENP-East Countries - Unpivoted
@eurostat.enpe_sts_trtu1.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.

  • 4.33 KB
  • 53 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndex, 2015=100Azerbaijan200534.8
AnnualIndex, 2015=100Ukraine200554.6
AnnualIndex, 2015=100Azerbaijan200639.4
AnnualIndex, 2015=100Ukraine200669.1
AnnualIndex, 2015=100Azerbaijan200745.2
AnnualIndex, 2015=100Ukraine200789.1
AnnualIndex, 2015=100Azerbaijan200852.2
AnnualIndex, 2015=100Ukraine2008105.2
AnnualIndex, 2015=100Azerbaijan200956.8
AnnualIndex, 2015=100Ukraine200986.9

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

Share link

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