Baselight
Login
Login

Departures Of Residents Going Abroad For All Holidays And Business

Eurostat code: enps_tour_dem_tttot ยท (2005 - 2022)

@eurostat.enps_tour_dem_tttot

Departures Of Residents Going Abroad For All Holidays And Business - Unpivoted
@eurostat.enps_tour_dem_tttot.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.65 KB
  • 91 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualThousandAlgeria20051513.5
AnnualThousandEgypt20058157
AnnualThousandIsrael20053687.4
AnnualThousandLebanon20052414.4
AnnualThousandMorocco20051940
AnnualThousandTunisia20052241
AnnualThousandAlgeria20061349.1
AnnualThousandEgypt20068462
AnnualThousandIsrael20063713.1
AnnualThousandLebanon20062503.8

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.