U.S Tourism From Year Between 2018 To 2023
To predict characterisitics from U.S. Travel and Tourism Dataset for 2018–2023
@kaggle.aritra100_tourism_dataset_of_un_for_2018_to_2023
To predict characterisitics from U.S. Travel and Tourism Dataset for 2018–2023
@kaggle.aritra100_tourism_dataset_of_un_for_2018_to_2023
CREATE TABLE demand_for_commodities_by_type_of_visitor (
"commodity" VARCHAR,
"total_consumption" BIGINT,
"resident_households" BIGINT,
"business" BIGINT,
"government" BIGINT,
"nonresidents" BIGINT,
"total_tourism_demand" BIGINT,
"nontourism_demand" BIGINT,
"tourism_commodity_ratio" DOUBLE,
"year" BIGINT
);
CREATE TABLE employment_and_compensation_of_employees_by_industry (
"industry" VARCHAR,
"total_employment_thousands_of_employees" BIGINT,
"compensation_millions_of_dollars" BIGINT,
"tourism_industry_ratio" DOUBLE,
"tourism_employment_thousands_of_employees" BIGINT,
"tourism_compensation_millions_of_dollars" BIGINT,
"average_compensation_per_tourism_employee" DOUBLE,
"year" BIGINT
);
CREATE TABLE employment_by_industry (
"industry" VARCHAR,
"direct_tourism_employment" BIGINT,
"total_industry_employment_multiplier" DOUBLE,
"total_tourism_related_employment" BIGINT,
"year" BIGINT
);
CREATE TABLE output_and_value_added_by_industry (
"industry" VARCHAR,
"industry_output" BIGINT,
"intermediate_consumption" BIGINT,
"value_added" BIGINT,
"tourism_industry_ratio" DOUBLE,
"tourism_output" BIGINT,
"tourism_intermediate_consumption" BIGINT,
"tourism_value_added" BIGINT,
"year" BIGINT
);
CREATE TABLE output_by_commodity (
"commodity" VARCHAR,
"domestic_production_at_purchasers_prices" BIGINT,
"tourism_commodity_ratio" DOUBLE,
"direct_tourism_output" BIGINT,
"total_commodity_output_multiplier" DOUBLE,
"total_tourism_related_output" BIGINT,
"year" DOUBLE
);
CREATE TABLE production_of_commodities_by_industry (
"commodity" VARCHAR,
"traveler_accommodations" BIGINT,
"nonfarm_residential_tenant_occupied_permanent_site" BIGINT,
"food_services_and_drinking_places" BIGINT,
"air_transportation" BIGINT,
"rail_transportation" BIGINT,
"water_transportation" BIGINT,
"interurban_bus_transportation" BIGINT,
"interurban_charter_bus_transportation" BIGINT,
"urban_transit_systems_and_other_transportation" BIGINT,
"taxi_service" BIGINT,
"scenic_and_sightseeing_transportation" BIGINT,
"automotive_equipment_rental_and_leasing" BIGINT,
"automotive_repair_services" BIGINT,
"parking_lots_and_garages" BIGINT,
"toll_highways" BIGINT,
"travel_arrangement_and_reservation_services" BIGINT,
"motion_pictures_and_performing_arts" BIGINT,
"spectator_sports" BIGINT,
"participant_sports" BIGINT,
"gambling" BIGINT,
"all_other_recreation_and_entertainment" BIGINT,
"petroleum_refineries" BIGINT,
"industries_producing_nondurable_pce_commodities_exclud_a02ff95a" BIGINT,
"wholesale_trade_and_transportation_services" BIGINT,
"gasoline_service_stations" BIGINT,
"retail_trade_services_excluding_gasoline_service_stations" BIGINT,
"all_other_industries" BIGINT,
"domestic_production_at_producers_prices" BIGINT,
"year" BIGINT
);
CREATE TABLE real_tourism_output (
"commodity" VARCHAR,
"direct_output_millions_of_dollars" BIGINT,
"chain_type_price_index" DOUBLE,
"real_output_millions_of_chained_2017_dollars" BIGINT,
"year" BIGINT
);
CREATE TABLE supply_and_consumption_of_commodities (
"unnamed_0" VARCHAR,
"domestic_production_at_producers_prices" DOUBLE,
"imports" DOUBLE,
"change_in_private_inventories" DOUBLE,
"wholesale_trade_margins_and_transportation_costs" DOUBLE,
"retail_trade_margins" DOUBLE,
"total_supply_at_purchasers_prices" DOUBLE,
"intermediate" VARCHAR,
"unnamed_8" VARCHAR,
"personal_consumption_expenditures" DOUBLE,
"gross_private_fixed_investment" DOUBLE,
"government_final_expenditures" DOUBLE,
"exports_of_goods_and_services" DOUBLE,
"total_consumption" DOUBLE,
"unnamed_14" VARCHAR
);
Anyone who has the link will be able to view this.