Baselight

Number Of Bed Places In Hotels And Similar Accomodation, ENP-East Countries

Eurostat code: enpe_tour_cap_nat ยท (2005 - 2023)

@eurostat.enpe_tour_cap_nat

Number Of Bed Places In Hotels And Similar Accomodation, ENP-East Countries - Unpivoted
@eurostat.enpe_tour_cap_nat.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.58 KB
  • 97 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualThousandArmenia20056.9
AnnualThousandAzerbaijan200522.5
AnnualThousandBelarus200523.5
AnnualThousandGeorgia200518.2
AnnualThousandMoldova20054.6
AnnualThousandUkraine2005106
AnnualThousandArmenia20067.4
AnnualThousandAzerbaijan200624.7
AnnualThousandBelarus200624.1
AnnualThousandGeorgia200620.5

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.