Baselight

Trips By Duration Of The Trip

Eurostat code: tour_dem_ttls · (2012 - 2023)

@eurostat.tour_dem_ttls

Trips By Duration Of The Trip - Unpivoted
@eurostat.tour_dem_ttls.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.

  • 248.52 KB
  • 31896 rows
  • 8 columns
freq

Freq

c_dest

C Dest

purpose

Purpose

duration

Duration

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberAustria20125777112
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberBelgium20121489881
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberBulgaria20121941286
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberSwitzerland20123905121
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberCyprus20121074564
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberCzechia201218628902
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberGermany201284908064
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberDenmark201217342909
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberEuro area – 20 countries (from 2023)2012371389983
AnnualDomestic countryPersonal reasonsFrom 1 to 3 nightsNumberEstonia20121353968

CREATE TABLE tidy (
  "freq" VARCHAR,
  "c_dest" VARCHAR,
  "purpose" VARCHAR,
  "duration" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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