Baselight

World Economic Data

Corruption, Tourism, Unemployment and Cost of Living all around the World.

@kaggle.madhurpant_world_economic_data

Tourism
@kaggle.madhurpant_world_economic_data.tourism

  • 5.75 KB
  • 41 rows
  • 5 columns
country

Country

tourists_in_millions

Tourists In Millions

receipts_in_billions

Receipts In Billions

receipts_per_tourist

Receipts Per Tourist

percentage_of_gdp

Percentage Of Gdp

France117.135.963071.2
Mexico51.111.452240.9
United States4584.2118700.4
Italy38.420.465331
Hungary31.64.221332.3
Croatia21.65.632618.3
Turkey1613.778621.7
Austria15.115.3610183.2
Germany12.458.3746891.4
Virgin Islands8.60.698016.3

CREATE TABLE tourism (
  "country" VARCHAR,
  "tourists_in_millions" DOUBLE,
  "receipts_in_billions" DOUBLE,
  "receipts_per_tourist" BIGINT,
  "percentage_of_gdp" DOUBLE
);

Share link

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