|
1 | | -# Datasets |
| 1 | +# Datasets: UN Inbound tourism |
| 2 | + |
| 3 | +This folder contains the raw and cleaned datasets used for our project: |
| 4 | +“How can data-driven digital platforms showcasing Haiti’s natural |
| 5 | +beauty, culture, and historical heritage can contribute to change the |
| 6 | +global perception of Haiti and promote sustainable tourism?” |
| 7 | + |
| 8 | +Our goal is to explore how the tourism market is going on, its current |
| 9 | +state and the trend in the caribbean region and how Haiti can |
| 10 | +position itself. |
| 11 | + |
| 12 | +## Source of the data |
| 13 | + |
| 14 | +1- ONU Tourism : <https://www.untourism.int/fr/statistiques-tourisme/> |
| 15 | +base-de-donnees-statistiques-du-tourisme |
| 16 | + |
| 17 | +2- Ministere du tourisme d'Haiti and Atouts France |
| 18 | + |
| 19 | +## Structure of '1_datasets' |
| 20 | + |
| 21 | +1_dataset/ |
| 22 | +│ |
| 23 | +├── raw_data/ |
| 24 | +│ ├── UN_tourism_world_raw/ |
| 25 | +│ │ ├── UN_Tourism_inbound_expenditure_10_2025.xlsx |
| 26 | +│ │ ├── UN_Tourism_inbound_arrivals_10_2025.xlsx |
| 27 | +│ ├── UN_tourism_haiti_raw/ |
| 28 | +│ │ ├── UN_tourism_inbound_Arrivals_haiti.csv |
| 29 | +│ │ ├── UN_tourism_inbound_Arrivals_haiti_by_expenditure.csv |
| 30 | +│ └── UN_tourism_caribbean_countries_raw/ |
| 31 | +│ └── UN_tourism_inbound_Arrivals_caribbean_countries.csv |
| 32 | +│ |
| 33 | +├── cleaned_data/ |
| 34 | +│ ├── UN_tourism_caribbean_countries_cleaned/ |
| 35 | +│ │ ├── UN_tourism_caribbean_countries_cleaned.csv |
| 36 | +│ └── UN_tourism_haiti_cleaned/ |
| 37 | +│ ├── UN_tourism_inbound_Arrivals_haiti_cleaned.csv |
| 38 | +│ └── UN_tourism_inbound_haiti_by_expenditure_cleaned.csv |
| 39 | +│ |
| 40 | +└── haiti_catalog_raw_data/ |
| 41 | + ├── 1st dataset_draft.....xlsx |
| 42 | + ├── 2nd dataset....csv |
| 43 | + └── DRAFT DATASET...xlsx |
| 44 | + |
| 45 | +## Variables |
| 46 | + |
| 47 | +### Raw data |
| 48 | + |
| 49 | +In raw data, you will find these variables: |
| 50 | + |
| 51 | +- indicator_code: Code that identifies the indicator |
| 52 | + |
| 53 | +- indicator_label: Description of the indicator |
| 54 | + |
| 55 | +- indicator_previous_code: Indicator code used in the previous |
| 56 | +versions of the database (e.g. in the former publications |
| 57 | +"Compendium" [CP] and "Yearbook " [YB]) |
| 58 | + |
| 59 | +- reporter_area_code: Code that identifies the geographic area |
| 60 | +represented by the statistical focal point that reported the |
| 61 | +data |
| 62 | + |
| 63 | +-reporter_area_label: Name of the reporter area as per the United |
| 64 | +Nations standard for statistical use (M49) |
| 65 | + |
| 66 | +-partner_area_code: Code that identifies the geographical area other |
| 67 | +than the reporter area that participates in the phenomenon described |
| 68 | +by the indicator (i.e. area of origin for inbound flows) |
| 69 | + |
| 70 | +- partner_area_label: Name of the partner area as per the United |
| 71 | +Nations standard for statistical use (M49) |
| 72 | + |
| 73 | +- year: Year represented by the value of the indicator |
| 74 | + |
| 75 | +- value: Value of the indicator |
| 76 | + |
| 77 | +- flag: Code providing information about the quality of a value or |
| 78 | + about unusual or missing values, as per SDMX code list for |
| 79 | + observation status (<https://sdmx.org/sdmx_cdcl/>) |
| 80 | + |
| 81 | +- flag_label: Description of the flag code |
| 82 | + |
| 83 | +- unit: Unit of measurement that defines the scale or type of the value |
| 84 | + |
| 85 | +- notes: Additional comments (if any) |
| 86 | + |
| 87 | +### Cleaned data |
| 88 | + |
| 89 | +In cleaned_data, retain these variables for our analysis: |
| 90 | + |
| 91 | +- type_of_visitors: represent three categories of visitors: e |
| 92 | + excursionnists(visitors who leave the country the same day), |
| 93 | + tourists(at least one night in the country) and total_visitors |
| 94 | + (excursionnists + tourists) |
| 95 | + |
| 96 | +- country_receiving: country that receives the flow. Where visitors |
| 97 | + travel to. |
| 98 | +- where_tourist_from: country Where visitors come from |
| 99 | + |
| 100 | +- year: Year represented by the value of the number_of_tourist |
| 101 | + |
| 102 | +- number_of_tourist: Amount of visitors receive by a country in a year |
| 103 | + |
| 104 | +- unit: Unit of measurement that defines the scale or type of the value |
| 105 | + |
| 106 | +## Collection Method of the Data |
| 107 | + |
| 108 | +UN Tourism systematically collects tourism statistics from countries |
| 109 | +and territories around the world in an extensive database that |
| 110 | +provides the most comprehensive repository of statistical information |
| 111 | +available on the tourism sector. |
| 112 | + |
| 113 | +Data are collected from countries by UN Tourism through a |
| 114 | +questionnaire that is in line with the International Recommendations |
| 115 | +for Tourism Statistics (IRTS 2008) standard led by UN Tourism and |
| 116 | +approved by the United Nations. |
0 commit comments