Baselight
Login
Login

Arrivals Of Tourists At The Border

Eurostat code: enps_tour_border ยท (2005 - 2022)

@eurostat.enps_tour_border

Arrivals Of Tourists At The Border - Unpivoted
@eurostat.enps_tour_border.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.78 KB
  • 120 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualThousandAlgeria20051443.1
AnnualThousandEgypt20058608
AnnualThousandIsrael20051902.7
AnnualThousandJordan20055817
AnnualThousandLebanon20053593.8
AnnualThousandLibya200581.3
AnnualThousandTunisia20056378
AnnualThousandAlgeria20061637.6
AnnualThousandEgypt20069083
AnnualThousandIsrael20061825.2

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.