Baselight

Accommodation Establishments

Eurostat code: med_to21 ยท (2005 - 2018)

@eurostat.med_to21

Accommodation Establishments - Unpivoted
@eurostat.med_to21.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.

  • 6.29 KB
  • 141 rows
  • 7 columns
freq

Freq

unit

Unit

accommod

Accommod

indic_to

Indic To

geo

Geo

time_period

Time Period

value

Value

AnnualNumberCollective accommodationNumber of establishmentsIsrael20051794
AnnualNumberCollective accommodationNumber of establishmentsMorocco20051148
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsAlgeria20051105
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsEgypt20051442
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsIsrael2005334
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsJordan2005468
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsLibya2005245
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsMorocco20051148
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsPalestine*200577
AnnualNumberCollective accommodation: hotels and similar establismentsNumber of establishmentsTunisia2005816

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

Share link

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