Baselight

Net Occupancy Rate Of Bed-places And Bedrooms In Hotels And Similar Accommodations (NACE Rev. 2, I, 55.1) - Monthly Data

Eurostat code: tin00173 ยท (2024-05 - 2025-04)

@eurostat.tin00173

Loading...
Loading...

About this Dataset

Net Occupancy Rate Of Bed-places And Bedrooms In Hotels And Similar Accommodations (NACE Rev. 2, I, 55.1) - Monthly Data

This Eurostat dataset contains data on net occupancy rate of bed-places and bedrooms in hotels and similar accommodations (nace rev. 2, i, 55.1) - monthly data, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-06-13T23:00:00+0200

Tables

Net Occupancy Rate Of Bed-places And Bedrooms In Hotels And Similar Accommodations (NACE Rev. 2, I, 55.1) - Monthly Data - Raw

@eurostat.tin00173.raw
  • 16.58 KB
  • 77 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "accomunit" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2024_05" DOUBLE,
  "n_2024_06" DOUBLE,
  "n_2024_07" DOUBLE,
  "n_2024_08" DOUBLE,
  "n_2024_09" DOUBLE,
  "n_2024_10" DOUBLE,
  "n_2024_11" DOUBLE,
  "n_2024_12" DOUBLE,
  "n_2025_01" DOUBLE,
  "n_2025_02" DOUBLE,
  "n_2025_03" DOUBLE,
  "n_2025_04" DOUBLE
);

Net Occupancy Rate Of Bed-places And Bedrooms In Hotels And Similar Accommodations (NACE Rev. 2, I, 55.1) - Monthly Data - Unpivoted

@eurostat.tin00173.tidy
  • 8.91 KB
  • 846 rows
  • 6 columns
Loading...

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

Share link

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