: Simulated Data set of Iraqi tourism places
Donated on 1/9/2020
Simulated Data set of Iraqi tourism places with their position (longitude,latitude)and type of interest for each place
Dataset Characteristics
Multivariate
Subject Area
Computer Science
Associated Tasks
Classification, Clustering
Feature Type
-
# Instances
232
# Features
16
Dataset Information
Additional Information
ID:(int) ,City:(text) Place names(text) Place names(text), Latitude:real Longitude:real A: Adventure(1 or blank), C: Culture(1 or blank), E: Environmental(1 or blank), H: Health(1 or blank), N: Nature(1 or blank), R: Religious(1 or blank), SP: SPort(1 or blank), SH: SHopping(1 or blank), B: Business(1 or blank), L: leisure(1 or blank)
Has Missing Values?
No
Variable Information
ID:place identification ,City:the city of plcae, Place names(in arabic) Place names(in english), Latitude:Latitude of place Longitude:Longitude of place type of intrest represented as:A: Adventure, C: Culture, E: Environmental, H: Health, N: Nature, R: Religious, SP: SPort, SH: SHopping, B: Business, L: leisure
Dataset Files
File | Size |
---|---|
Simulated Data set of Iraqi tourism places.csv | 18.1 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset simulated_data_set_of_iraqi_tourism_places = fetch_ucirepo(id=556) # data (as pandas dataframes) X = simulated_data_set_of_iraqi_tourism_places.data.features y = simulated_data_set_of_iraqi_tourism_places.data.targets # metadata print(simulated_data_set_of_iraqi_tourism_places.metadata) # variable information print(simulated_data_set_of_iraqi_tourism_places.variables)
: Simulated Data set of Iraqi tourism places [Dataset]. (2020). UCI Machine Learning Repository. https://doi.org/10.24432/C5SC97.
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.