Baselight

Retail Sale - Monthly Data

Eurostat code: ei_bsrt_m_r2 ยท (1984-02 - 2025-03)

@eurostat.ei_bsrt_m_r2

Retail Sale - Monthly Data - Unpivoted
@eurostat.ei_bsrt_m_r2.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.

  • 239.06 KB
  • 151882 rows
  • 7 columns
freq

Freq

indic

Indic

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyVolume of stocks currently holdUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceGermany1984-0221.4
MonthlyVolume of stocks currently holdSeasonally adjusted data, not calendar adjusted dataBalanceGermany1984-0222.9
MonthlyRetail confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceGermany1984-02-12.3
MonthlyRetail confidence indicatorSeasonally adjusted data, not calendar adjusted dataBalanceGermany1984-02-13.3
MonthlyBusiness activity expectations over the next 3 monthsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceGermany1984-02-2.4
MonthlyBusiness activity expectations over the next 3 monthsSeasonally adjusted data, not calendar adjusted dataBalanceGermany1984-02-4
MonthlyBusiness activity (sales) development over the past 3 monthsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceGermany1984-02-13.1
MonthlyBusiness activity (sales) development over the past 3 monthsSeasonally adjusted data, not calendar adjusted dataBalanceGermany1984-02-13.1
MonthlyVolume of stocks currently holdUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceGermany1984-0319.4
MonthlyVolume of stocks currently holdSeasonally adjusted data, not calendar adjusted dataBalanceGermany1984-0319.2

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

Share link

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