Tourism Dataset
Tourister Managment Dataset Around The World
@kaggle.umeradnaan_tourism_dataset
Tourister Managment Dataset Around The World
@kaggle.umeradnaan_tourism_dataset
You will have a tourism_dataset.csv file, roughly 310.43 KB in size, after executing this code. Depending on the data distribution and file overhead, adjustments can be required.
CREATE TABLE tourism_dataset (
"location" VARCHAR,
"country" VARCHAR,
"category" VARCHAR,
"visitors" BIGINT,
"rating" DOUBLE,
"revenue" DOUBLE,
"accommodation_available" VARCHAR
);
Anyone who has the link will be able to view this.