Upload 9 files
Browse files- README.md +96 -0
- attractions_by_year.json +32 -0
- qa_pairs.json +274 -0
- regions_by_year.csv +41 -0
- regions_by_year.json +42 -0
- top_countries.csv +9 -0
- top_countries_2025.json +10 -0
- yearly_statistics.csv +8 -0
- yearly_statistics.json +9 -0
README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- uz
|
| 4 |
+
- en
|
| 5 |
+
- ru
|
| 6 |
+
license: cc-by-4.0
|
| 7 |
+
task_categories:
|
| 8 |
+
- question-answering
|
| 9 |
+
- text-retrieval
|
| 10 |
+
tags:
|
| 11 |
+
- tourism
|
| 12 |
+
- uzbekistan
|
| 13 |
+
- statistics
|
| 14 |
+
- economics
|
| 15 |
+
- central-asia
|
| 16 |
+
- information-retrieval
|
| 17 |
+
size_categories:
|
| 18 |
+
- n<1K
|
| 19 |
+
pretty_name: "O'zbekiston Turizm Statistikasi (2019-2026)"
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# O'zbekiston Turizm Statistikasi Dataset
|
| 23 |
+
|
| 24 |
+
**uzbekistan-tourism-statistics** — O'zbekiston ichki va xorijiy turizm statistikasi asosida yaratilgan dataset. Magistrlik dissertatsiyasi doirasida tayyorlangan.
|
| 25 |
+
|
| 26 |
+
**Dissertatsiya mavzusi:** "Intelligent models and algorithms for information search and processing in unstructured information environments"
|
| 27 |
+
|
| 28 |
+
**Muallif:** [Sohiba01](https://huggingface.co/Sohiba01) — AIRIUz, Toshkent, O'zbekiston
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## Dataset tarkibi
|
| 33 |
+
|
| 34 |
+
| Fayl | Tavsif | Qatorlar |
|
| 35 |
+
|------|--------|---------|
|
| 36 |
+
| `yearly_statistics.json` | Yillar bo'yicha turistlar soni (2019–2025) | 7 |
|
| 37 |
+
| `top_countries_2025.json` | 2025 yilda eng ko'p keluvchi 8 mamlakat | 8 |
|
| 38 |
+
| `regions_by_year.json` | Viloyatlar kesimida sayyohlar (2021–2025) | 40 |
|
| 39 |
+
| `attractions_by_year.json` | Turistik joylar tashrifi (2021–2025) | 30 |
|
| 40 |
+
| `qa_pairs.json` | Savol-javob juftliklari (O'zbek/Ingliz) | 80+ |
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
## Ma'lumot sifati
|
| 45 |
+
|
| 46 |
+
| Belgi | Ma'no |
|
| 47 |
+
|-------|-------|
|
| 48 |
+
| ✅ `official` | Statistika agentligi tomonidan rasmiy tasdiqlangan |
|
| 49 |
+
| ⚠️ `estimated` | Baholangan yoki modellashtirilgan ko'rsatkich |
|
| 50 |
+
|
| 51 |
+
**Rasmiy tasdiqlangan:** xorijiy turistlar soni (6.6M / 8.2M / 11.7M), TOP mamlakatlar, eksport daromadi.
|
| 52 |
+
|
| 53 |
+
**Baholangan:** ichki sayyohlar, viloyatlar kesimi, turistik obyektlar tashrifi.
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
## Foydalanish
|
| 58 |
+
|
| 59 |
+
```python
|
| 60 |
+
import json, urllib.request
|
| 61 |
+
|
| 62 |
+
BASE = "https://huggingface.co/datasets/Sohiba01/uzbekistan-tourism-statistics/resolve/main"
|
| 63 |
+
|
| 64 |
+
with urllib.request.urlopen(f"{BASE}/yearly_statistics.json") as r:
|
| 65 |
+
yearly = json.loads(r.read())
|
| 66 |
+
|
| 67 |
+
print(yearly[0])
|
| 68 |
+
# {'year': '2019', 'foreign_tourists_million': 6.75, ...}
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
+
## Manbalar
|
| 74 |
+
|
| 75 |
+
- [stat.uz](https://stat.uz) — O'zbekiston Statistika agentligi
|
| 76 |
+
- [uzbektourism.uz](https://uzbektourism.uz) — O'zbekturizm qo'mitasi
|
| 77 |
+
- [unwto.org](https://unwto.org) — UNWTO
|
| 78 |
+
- Kun.uz, Gazeta.uz, Dunyo.info (2024–2026 yangiliklari)
|
| 79 |
+
|
| 80 |
+
---
|
| 81 |
+
|
| 82 |
+
## Iqtibos
|
| 83 |
+
|
| 84 |
+
```bibtex
|
| 85 |
+
@dataset{uzbekistan_tourism_stats_2026,
|
| 86 |
+
author = {Sohiba01},
|
| 87 |
+
title = {O'zbekiston Turizm Statistikasi Dataset (2019--2026)},
|
| 88 |
+
year = {2026},
|
| 89 |
+
publisher = {HuggingFace},
|
| 90 |
+
url = {https://huggingface.co/datasets/Sohiba01/uzbekistan-tourism-statistics}
|
| 91 |
+
}
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
## Litsenziya
|
| 95 |
+
|
| 96 |
+
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) — erkin foydalanish mumkin, manba ko'rsatish shart.
|
attractions_by_year.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"year":"2021","name":"Registon maydoni","name_en":"Registan Square","city":"Samarqand","type":"UNESCO","visitors":620000,"growth":"+41%","data_status":"estimated"},
|
| 3 |
+
{"year":"2021","name":"Buxoro tarixi markazi","name_en":"Historic Centre of Bukhara","city":"Buxoro","type":"UNESCO","visitors":480000,"growth":"+38%","data_status":"estimated"},
|
| 4 |
+
{"year":"2021","name":"Itchan Qala — Xiva","name_en":"Itchan Kala Khiva","city":"Xorazm","type":"UNESCO","visitors":310000,"growth":"+35%","data_status":"estimated"},
|
| 5 |
+
{"year":"2021","name":"Shohizinda majmuasi","name_en":"Shah-i-Zinda","city":"Samarqand","type":"Arxitektura","visitors":260000,"growth":"+30%","data_status":"estimated"},
|
| 6 |
+
{"year":"2021","name":"Gur-Amir maqbarasi","name_en":"Gur-e-Amir Mausoleum","city":"Samarqand","type":"Tarixiy","visitors":230000,"growth":"+28%","data_status":"estimated"},
|
| 7 |
+
{"year":"2021","name":"Chimyon toglari","name_en":"Chimgan Mountains","city":"Toshkent","type":"Tabiat","visitors":180000,"growth":"+20%","data_status":"estimated"},
|
| 8 |
+
{"year":"2022","name":"Registon maydoni","name_en":"Registan Square","city":"Samarqand","type":"UNESCO","visitors":980000,"growth":"+58%","data_status":"estimated"},
|
| 9 |
+
{"year":"2022","name":"Buxoro tarixi markazi","name_en":"Historic Centre of Bukhara","city":"Buxoro","type":"UNESCO","visitors":730000,"growth":"+52%","data_status":"estimated"},
|
| 10 |
+
{"year":"2022","name":"Itchan Qala — Xiva","name_en":"Itchan Kala Khiva","city":"Xorazm","type":"UNESCO","visitors":520000,"growth":"+68%","data_status":"estimated"},
|
| 11 |
+
{"year":"2022","name":"Shohizinda majmuasi","name_en":"Shah-i-Zinda","city":"Samarqand","type":"Arxitektura","visitors":430000,"growth":"+65%","data_status":"estimated"},
|
| 12 |
+
{"year":"2022","name":"Gur-Amir maqbarasi","name_en":"Gur-e-Amir Mausoleum","city":"Samarqand","type":"Tarixiy","visitors":390000,"growth":"+70%","data_status":"estimated"},
|
| 13 |
+
{"year":"2022","name":"Chimyon toglari","name_en":"Chimgan Mountains","city":"Toshkent","type":"Tabiat","visitors":290000,"growth":"+61%","data_status":"estimated"},
|
| 14 |
+
{"year":"2023","name":"Registon maydoni","name_en":"Registan Square","city":"Samarqand","type":"UNESCO","visitors":1240000,"growth":"+27%","data_status":"estimated"},
|
| 15 |
+
{"year":"2023","name":"Buxoro tarixi markazi","name_en":"Historic Centre of Bukhara","city":"Buxoro","type":"UNESCO","visitors":920000,"growth":"+26%","data_status":"estimated"},
|
| 16 |
+
{"year":"2023","name":"Itchan Qala — Xiva","name_en":"Itchan Kala Khiva","city":"Xorazm","type":"UNESCO","visitors":695000,"growth":"+34%","data_status":"estimated"},
|
| 17 |
+
{"year":"2023","name":"Shohizinda majmuasi","name_en":"Shah-i-Zinda","city":"Samarqand","type":"Arxitektura","visitors":610000,"growth":"+42%","data_status":"estimated"},
|
| 18 |
+
{"year":"2023","name":"Gur-Amir maqbarasi","name_en":"Gur-e-Amir Mausoleum","city":"Samarqand","type":"Tarixiy","visitors":555000,"growth":"+42%","data_status":"estimated"},
|
| 19 |
+
{"year":"2023","name":"Chimyon toglari","name_en":"Chimgan Mountains","city":"Toshkent","type":"Tabiat","visitors":380000,"growth":"+31%","data_status":"estimated"},
|
| 20 |
+
{"year":"2024","name":"Registon maydoni","name_en":"Registan Square","city":"Samarqand","type":"UNESCO","visitors":1500000,"growth":"+21%","data_status":"estimated"},
|
| 21 |
+
{"year":"2024","name":"Buxoro tarixi markazi","name_en":"Historic Centre of Bukhara","city":"Buxoro","type":"UNESCO","visitors":1100000,"growth":"+19%","data_status":"estimated"},
|
| 22 |
+
{"year":"2024","name":"Itchan Qala — Xiva","name_en":"Itchan Kala Khiva","city":"Xorazm","type":"UNESCO","visitors":850000,"growth":"+22%","data_status":"estimated"},
|
| 23 |
+
{"year":"2024","name":"Shohizinda majmuasi","name_en":"Shah-i-Zinda","city":"Samarqand","type":"Arxitektura","visitors":720000,"growth":"+18%","data_status":"estimated"},
|
| 24 |
+
{"year":"2024","name":"Gur-Amir maqbarasi","name_en":"Gur-e-Amir Mausoleum","city":"Samarqand","type":"Tarixiy","visitors":640000,"growth":"+15%","data_status":"estimated"},
|
| 25 |
+
{"year":"2024","name":"Chimyon toglari","name_en":"Chimgan Mountains","city":"Toshkent","type":"Tabiat","visitors":490000,"growth":"+29%","data_status":"estimated"},
|
| 26 |
+
{"year":"2025","name":"Registon maydoni","name_en":"Registan Square","city":"Samarqand","type":"UNESCO","visitors":1920000,"growth":"+28%","data_status":"estimated"},
|
| 27 |
+
{"year":"2025","name":"Buxoro tarixi markazi","name_en":"Historic Centre of Bukhara","city":"Buxoro","type":"UNESCO","visitors":1380000,"growth":"+25%","data_status":"estimated"},
|
| 28 |
+
{"year":"2025","name":"Itchan Qala — Xiva","name_en":"Itchan Kala Khiva","city":"Xorazm","type":"UNESCO","visitors":1050000,"growth":"+24%","data_status":"estimated"},
|
| 29 |
+
{"year":"2025","name":"Shohizinda majmuasi","name_en":"Shah-i-Zinda","city":"Samarqand","type":"Arxitektura","visitors":880000,"growth":"+22%","data_status":"estimated"},
|
| 30 |
+
{"year":"2025","name":"Gur-Amir maqbarasi","name_en":"Gur-e-Amir Mausoleum","city":"Samarqand","type":"Tarixiy","visitors":790000,"growth":"+23%","data_status":"estimated"},
|
| 31 |
+
{"year":"2025","name":"Chimyon toglari","name_en":"Chimgan Mountains","city":"Toshkent","type":"Tabiat","visitors":650000,"growth":"+33%","data_status":"estimated"}
|
| 32 |
+
]
|
qa_pairs.json
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"question_uz": "2019 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 4 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2019?",
|
| 5 |
+
"answer": "6.75 million",
|
| 6 |
+
"year": "2019",
|
| 7 |
+
"category": "foreign_tourists",
|
| 8 |
+
"confidence": "medium"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"question_uz": "2019 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 12 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2019?",
|
| 13 |
+
"answer": "18.0 million",
|
| 14 |
+
"year": "2019",
|
| 15 |
+
"category": "local_tourists",
|
| 16 |
+
"confidence": "medium"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"question_uz": "2019 yilda Ozbekistonga jami qancha turist keldi?",
|
| 20 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2019?",
|
| 21 |
+
"answer": "24.75 million",
|
| 22 |
+
"year": "2019",
|
| 23 |
+
"category": "total_tourists",
|
| 24 |
+
"confidence": "medium"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"question_uz": "2020 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 28 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2020?",
|
| 29 |
+
"answer": "1.52 million",
|
| 30 |
+
"year": "2020",
|
| 31 |
+
"category": "foreign_tourists",
|
| 32 |
+
"confidence": "medium"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"question_uz": "2020 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 36 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2020?",
|
| 37 |
+
"answer": "8.5 million",
|
| 38 |
+
"year": "2020",
|
| 39 |
+
"category": "local_tourists",
|
| 40 |
+
"confidence": "medium"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"question_uz": "2020 yilda Ozbekistonga jami qancha turist keldi?",
|
| 44 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2020?",
|
| 45 |
+
"answer": "10.02 million",
|
| 46 |
+
"year": "2020",
|
| 47 |
+
"category": "total_tourists",
|
| 48 |
+
"confidence": "medium"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"question_uz": "2021 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 52 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2021?",
|
| 53 |
+
"answer": "1.89 million",
|
| 54 |
+
"year": "2021",
|
| 55 |
+
"category": "foreign_tourists",
|
| 56 |
+
"confidence": "medium"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"question_uz": "2021 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 60 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2021?",
|
| 61 |
+
"answer": "10.2 million",
|
| 62 |
+
"year": "2021",
|
| 63 |
+
"category": "local_tourists",
|
| 64 |
+
"confidence": "medium"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"question_uz": "2021 yilda Ozbekistonga jami qancha turist keldi?",
|
| 68 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2021?",
|
| 69 |
+
"answer": "12.09 million",
|
| 70 |
+
"year": "2021",
|
| 71 |
+
"category": "total_tourists",
|
| 72 |
+
"confidence": "medium"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"question_uz": "2022 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 76 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2022?",
|
| 77 |
+
"answer": "4.22 million",
|
| 78 |
+
"year": "2022",
|
| 79 |
+
"category": "foreign_tourists",
|
| 80 |
+
"confidence": "medium"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"question_uz": "2022 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 84 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2022?",
|
| 85 |
+
"answer": "15.4 million",
|
| 86 |
+
"year": "2022",
|
| 87 |
+
"category": "local_tourists",
|
| 88 |
+
"confidence": "medium"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"question_uz": "2022 yilda Ozbekistonga jami qancha turist keldi?",
|
| 92 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2022?",
|
| 93 |
+
"answer": "19.62 million",
|
| 94 |
+
"year": "2022",
|
| 95 |
+
"category": "total_tourists",
|
| 96 |
+
"confidence": "medium"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"question_uz": "2023 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 100 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2023?",
|
| 101 |
+
"answer": "6.6 million",
|
| 102 |
+
"year": "2023",
|
| 103 |
+
"category": "foreign_tourists",
|
| 104 |
+
"confidence": "high"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"question_uz": "2023 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 108 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2023?",
|
| 109 |
+
"answer": "21.0 million",
|
| 110 |
+
"year": "2023",
|
| 111 |
+
"category": "local_tourists",
|
| 112 |
+
"confidence": "medium"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"question_uz": "2023 yilda Ozbekistonga jami qancha turist keldi?",
|
| 116 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2023?",
|
| 117 |
+
"answer": "27.6 million",
|
| 118 |
+
"year": "2023",
|
| 119 |
+
"category": "total_tourists",
|
| 120 |
+
"confidence": "medium"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"question_uz": "2024 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 124 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2024?",
|
| 125 |
+
"answer": "8.2 million",
|
| 126 |
+
"year": "2024",
|
| 127 |
+
"category": "foreign_tourists",
|
| 128 |
+
"confidence": "high"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"question_uz": "2024 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 132 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2024?",
|
| 133 |
+
"answer": "24.5 million",
|
| 134 |
+
"year": "2024",
|
| 135 |
+
"category": "local_tourists",
|
| 136 |
+
"confidence": "medium"
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"question_uz": "2024 yilda Ozbekistonga jami qancha turist keldi?",
|
| 140 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2024?",
|
| 141 |
+
"answer": "32.7 million",
|
| 142 |
+
"year": "2024",
|
| 143 |
+
"category": "total_tourists",
|
| 144 |
+
"confidence": "medium"
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"question_uz": "2025 yilda Ozbekistonga qancha xorijiy turist keldi?",
|
| 148 |
+
"question_en": "How many foreign tourists visited Uzbekistan in 2025?",
|
| 149 |
+
"answer": "11.7 million",
|
| 150 |
+
"year": "2025",
|
| 151 |
+
"category": "foreign_tourists",
|
| 152 |
+
"confidence": "high"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"question_uz": "2025 yilda Ozbekistonda ichki sayyohlar soni qancha edi?",
|
| 156 |
+
"question_en": "How many domestic tourists were there in Uzbekistan in 2025?",
|
| 157 |
+
"answer": "29.0 million",
|
| 158 |
+
"year": "2025",
|
| 159 |
+
"category": "local_tourists",
|
| 160 |
+
"confidence": "medium"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"question_uz": "2025 yilda Ozbekistonga jami qancha turist keldi?",
|
| 164 |
+
"question_en": "What was the total number of tourists in Uzbekistan in 2025?",
|
| 165 |
+
"answer": "40.7 million",
|
| 166 |
+
"year": "2025",
|
| 167 |
+
"category": "total_tourists",
|
| 168 |
+
"confidence": "medium"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"question_uz": "2025 yilda Qirgiziston dan Ozbekistonga qancha turist keldi?",
|
| 172 |
+
"question_en": "How many tourists came from Kyrgyzstan to Uzbekistan in 2025?",
|
| 173 |
+
"answer": "3.30M",
|
| 174 |
+
"year": "2025",
|
| 175 |
+
"category": "countries",
|
| 176 |
+
"confidence": "official"
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"question_uz": "2025 yilda Tojikiston dan Ozbekistonga qancha turist keldi?",
|
| 180 |
+
"question_en": "How many tourists came from Tajikistan to Uzbekistan in 2025?",
|
| 181 |
+
"answer": "2.70M",
|
| 182 |
+
"year": "2025",
|
| 183 |
+
"category": "countries",
|
| 184 |
+
"confidence": "official"
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"question_uz": "2025 yilda Qozogiston dan Ozbekistonga qancha turist keldi?",
|
| 188 |
+
"question_en": "How many tourists came from Kazakhstan to Uzbekistan in 2025?",
|
| 189 |
+
"answer": "2.70M",
|
| 190 |
+
"year": "2025",
|
| 191 |
+
"category": "countries",
|
| 192 |
+
"confidence": "official"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"question_uz": "2025 yilda Rossiya dan Ozbekistonga qancha turist keldi?",
|
| 196 |
+
"question_en": "How many tourists came from Russia to Uzbekistan in 2025?",
|
| 197 |
+
"answer": "0.98M",
|
| 198 |
+
"year": "2025",
|
| 199 |
+
"category": "countries",
|
| 200 |
+
"confidence": "official"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"question_uz": "2025 yilda Afgoniston dan Ozbekistonga qancha turist keldi?",
|
| 204 |
+
"question_en": "How many tourists came from Afghanistan to Uzbekistan in 2025?",
|
| 205 |
+
"answer": "0.48M",
|
| 206 |
+
"year": "2025",
|
| 207 |
+
"category": "countries",
|
| 208 |
+
"confidence": "official"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"question_uz": "2025 yilda Xitoy dan Ozbekistonga qancha turist keldi?",
|
| 212 |
+
"question_en": "How many tourists came from China to Uzbekistan in 2025?",
|
| 213 |
+
"answer": "0.28M",
|
| 214 |
+
"year": "2025",
|
| 215 |
+
"category": "countries",
|
| 216 |
+
"confidence": "official"
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"question_uz": "2025 yilda Janubiy Koreya dan Ozbekistonga qancha turist keldi?",
|
| 220 |
+
"question_en": "How many tourists came from South Korea to Uzbekistan in 2025?",
|
| 221 |
+
"answer": "0.046M",
|
| 222 |
+
"year": "2025",
|
| 223 |
+
"category": "countries",
|
| 224 |
+
"confidence": "official"
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"question_uz": "2025 yilda Turkiya dan Ozbekistonga qancha turist keldi?",
|
| 228 |
+
"question_en": "How many tourists came from Turkey to Uzbekistan in 2025?",
|
| 229 |
+
"answer": "0.05M",
|
| 230 |
+
"year": "2025",
|
| 231 |
+
"category": "countries",
|
| 232 |
+
"confidence": "estimated"
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"question_uz": "2025 yilda Samarqand viloyati ga qancha xorijiy turist tashrif buyurdi?",
|
| 236 |
+
"question_en": "How many foreign tourists visited Samarqand viloyati in 2025?",
|
| 237 |
+
"answer": "4200K",
|
| 238 |
+
"year": "2025",
|
| 239 |
+
"category": "regions",
|
| 240 |
+
"confidence": "estimated"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"question_uz": "2025 yilda Toshkent shahri ga qancha xorijiy turist tashrif buyurdi?",
|
| 244 |
+
"question_en": "How many foreign tourists visited Toshkent shahri in 2025?",
|
| 245 |
+
"answer": "2600K",
|
| 246 |
+
"year": "2025",
|
| 247 |
+
"category": "regions",
|
| 248 |
+
"confidence": "estimated"
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"question_uz": "2025 yilda Buxoro viloyati ga qancha xorijiy turist tashrif buyurdi?",
|
| 252 |
+
"question_en": "How many foreign tourists visited Buxoro viloyati in 2025?",
|
| 253 |
+
"answer": "2800K",
|
| 254 |
+
"year": "2025",
|
| 255 |
+
"category": "regions",
|
| 256 |
+
"confidence": "estimated"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"question_uz": "2025 yilda Fargona viloyati ga qancha xorijiy turist tashrif buyurdi?",
|
| 260 |
+
"question_en": "How many foreign tourists visited Fargona viloyati in 2025?",
|
| 261 |
+
"answer": "820K",
|
| 262 |
+
"year": "2025",
|
| 263 |
+
"category": "regions",
|
| 264 |
+
"confidence": "estimated"
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"question_uz": "2025 yilda Xorazm viloyati ga qancha xorijiy turist tashrif buyurdi?",
|
| 268 |
+
"question_en": "How many foreign tourists visited Xorazm viloyati in 2025?",
|
| 269 |
+
"answer": "1900K",
|
| 270 |
+
"year": "2025",
|
| 271 |
+
"category": "regions",
|
| 272 |
+
"confidence": "estimated"
|
| 273 |
+
}
|
| 274 |
+
]
|
regions_by_year.csv
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
year,region,foreign_thousands,local_thousands,total_thousands,growth_rate,data_status
|
| 2 |
+
2021,Samarqand viloyati,820,2100,2920,+38%,estimated
|
| 3 |
+
2021,Toshkent shahri,480,2800,3280,+22%,estimated
|
| 4 |
+
2021,Buxoro viloyati,610,1200,1810,+35%,estimated
|
| 5 |
+
2021,Farg'ona viloyati,180,1600,1780,+18%,estimated
|
| 6 |
+
2021,Xorazm viloyati,380,620,1000,+42%,estimated
|
| 7 |
+
2021,Andijon viloyati,55,980,1035,+15%,estimated
|
| 8 |
+
2021,Namangan viloyati,48,860,908,+12%,estimated
|
| 9 |
+
2021,Qashqadaryo,72,740,812,+14%,estimated
|
| 10 |
+
2022,Samarqand viloyati,1480,3200,4680,+60%,estimated
|
| 11 |
+
2022,Toshkent shahri,820,4100,4920,+50%,estimated
|
| 12 |
+
2022,Buxoro viloyati,1020,1800,2820,+56%,estimated
|
| 13 |
+
2022,Farg'ona viloyati,280,2400,2680,+51%,estimated
|
| 14 |
+
2022,Xorazm viloyati,680,920,1600,+60%,estimated
|
| 15 |
+
2022,Andijon viloyati,88,1480,1568,+51%,estimated
|
| 16 |
+
2022,Namangan viloyati,76,1300,1376,+52%,estimated
|
| 17 |
+
2022,Qashqadaryo,115,1120,1235,+52%,estimated
|
| 18 |
+
2023,Samarqand viloyati,2400,3900,6300,+35%,estimated
|
| 19 |
+
2023,Toshkent shahri,1280,5200,6480,+32%,estimated
|
| 20 |
+
2023,Buxoro viloyati,1680,2200,3880,+38%,estimated
|
| 21 |
+
2023,Farg'ona viloyati,420,3100,3520,+31%,estimated
|
| 22 |
+
2023,Xorazm viloyati,1080,1180,2260,+41%,estimated
|
| 23 |
+
2023,Andijon viloyati,135,1920,2055,+31%,estimated
|
| 24 |
+
2023,Namangan viloyati,118,1680,1798,+31%,estimated
|
| 25 |
+
2023,Qashqadaryo,180,1440,1620,+31%,estimated
|
| 26 |
+
2024,Samarqand viloyati,3200,5100,8300,+28%,estimated
|
| 27 |
+
2024,Toshkent shahri,1800,6200,8000,+20%,estimated
|
| 28 |
+
2024,Buxoro viloyati,2100,2900,5000,+23%,estimated
|
| 29 |
+
2024,Farg'ona viloyati,620,3800,4420,+14%,estimated
|
| 30 |
+
2024,Xorazm viloyati,1400,1500,2900,+31%,estimated
|
| 31 |
+
2024,Andijon viloyati,180,2400,2580,+11%,estimated
|
| 32 |
+
2024,Namangan viloyati,150,2100,2250,+9%,estimated
|
| 33 |
+
2024,Qashqadaryo,240,1800,2040,+12%,estimated
|
| 34 |
+
2025,Samarqand viloyati,4200,6500,10700,+29%,estimated
|
| 35 |
+
2025,Toshkent shahri,2600,7800,10400,+30%,estimated
|
| 36 |
+
2025,Buxoro viloyati,2800,3600,6400,+28%,estimated
|
| 37 |
+
2025,Farg'ona viloyati,820,4800,5620,+27%,estimated
|
| 38 |
+
2025,Xorazm viloyati,1900,1900,3800,+31%,estimated
|
| 39 |
+
2025,Andijon viloyati,240,3000,3240,+26%,estimated
|
| 40 |
+
2025,Namangan viloyati,200,2650,2850,+27%,estimated
|
| 41 |
+
2025,Qashqadaryo,310,2280,2590,+27%,estimated
|
regions_by_year.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"year":"2021","region":"Samarqand viloyati","foreign_thousands":820,"local_thousands":2100,"total_thousands":2920,"growth":"+38%","data_status":"estimated"},
|
| 3 |
+
{"year":"2021","region":"Toshkent shahri","foreign_thousands":480,"local_thousands":2800,"total_thousands":3280,"growth":"+22%","data_status":"estimated"},
|
| 4 |
+
{"year":"2021","region":"Buxoro viloyati","foreign_thousands":610,"local_thousands":1200,"total_thousands":1810,"growth":"+35%","data_status":"estimated"},
|
| 5 |
+
{"year":"2021","region":"Farg'ona viloyati","foreign_thousands":180,"local_thousands":1600,"total_thousands":1780,"growth":"+18%","data_status":"estimated"},
|
| 6 |
+
{"year":"2021","region":"Xorazm viloyati","foreign_thousands":380,"local_thousands":620,"total_thousands":1000,"growth":"+42%","data_status":"estimated"},
|
| 7 |
+
{"year":"2021","region":"Andijon viloyati","foreign_thousands":55,"local_thousands":980,"total_thousands":1035,"growth":"+15%","data_status":"estimated"},
|
| 8 |
+
{"year":"2021","region":"Namangan viloyati","foreign_thousands":48,"local_thousands":860,"total_thousands":908,"growth":"+12%","data_status":"estimated"},
|
| 9 |
+
{"year":"2021","region":"Qashqadaryo","foreign_thousands":72,"local_thousands":740,"total_thousands":812,"growth":"+14%","data_status":"estimated"},
|
| 10 |
+
{"year":"2022","region":"Samarqand viloyati","foreign_thousands":1480,"local_thousands":3200,"total_thousands":4680,"growth":"+60%","data_status":"estimated"},
|
| 11 |
+
{"year":"2022","region":"Toshkent shahri","foreign_thousands":820,"local_thousands":4100,"total_thousands":4920,"growth":"+50%","data_status":"estimated"},
|
| 12 |
+
{"year":"2022","region":"Buxoro viloyati","foreign_thousands":1020,"local_thousands":1800,"total_thousands":2820,"growth":"+56%","data_status":"estimated"},
|
| 13 |
+
{"year":"2022","region":"Farg'ona viloyati","foreign_thousands":280,"local_thousands":2400,"total_thousands":2680,"growth":"+51%","data_status":"estimated"},
|
| 14 |
+
{"year":"2022","region":"Xorazm viloyati","foreign_thousands":680,"local_thousands":920,"total_thousands":1600,"growth":"+60%","data_status":"estimated"},
|
| 15 |
+
{"year":"2022","region":"Andijon viloyati","foreign_thousands":88,"local_thousands":1480,"total_thousands":1568,"growth":"+51%","data_status":"estimated"},
|
| 16 |
+
{"year":"2022","region":"Namangan viloyati","foreign_thousands":76,"local_thousands":1300,"total_thousands":1376,"growth":"+52%","data_status":"estimated"},
|
| 17 |
+
{"year":"2022","region":"Qashqadaryo","foreign_thousands":115,"local_thousands":1120,"total_thousands":1235,"growth":"+52%","data_status":"estimated"},
|
| 18 |
+
{"year":"2023","region":"Samarqand viloyati","foreign_thousands":2400,"local_thousands":3900,"total_thousands":6300,"growth":"+35%","data_status":"estimated"},
|
| 19 |
+
{"year":"2023","region":"Toshkent shahri","foreign_thousands":1280,"local_thousands":5200,"total_thousands":6480,"growth":"+32%","data_status":"estimated"},
|
| 20 |
+
{"year":"2023","region":"Buxoro viloyati","foreign_thousands":1680,"local_thousands":2200,"total_thousands":3880,"growth":"+38%","data_status":"estimated"},
|
| 21 |
+
{"year":"2023","region":"Farg'ona viloyati","foreign_thousands":420,"local_thousands":3100,"total_thousands":3520,"growth":"+31%","data_status":"estimated"},
|
| 22 |
+
{"year":"2023","region":"Xorazm viloyati","foreign_thousands":1080,"local_thousands":1180,"total_thousands":2260,"growth":"+41%","data_status":"estimated"},
|
| 23 |
+
{"year":"2023","region":"Andijon viloyati","foreign_thousands":135,"local_thousands":1920,"total_thousands":2055,"growth":"+31%","data_status":"estimated"},
|
| 24 |
+
{"year":"2023","region":"Namangan viloyati","foreign_thousands":118,"local_thousands":1680,"total_thousands":1798,"growth":"+31%","data_status":"estimated"},
|
| 25 |
+
{"year":"2023","region":"Qashqadaryo","foreign_thousands":180,"local_thousands":1440,"total_thousands":1620,"growth":"+31%","data_status":"estimated"},
|
| 26 |
+
{"year":"2024","region":"Samarqand viloyati","foreign_thousands":3200,"local_thousands":5100,"total_thousands":8300,"growth":"+28%","data_status":"estimated"},
|
| 27 |
+
{"year":"2024","region":"Toshkent shahri","foreign_thousands":1800,"local_thousands":6200,"total_thousands":8000,"growth":"+20%","data_status":"estimated"},
|
| 28 |
+
{"year":"2024","region":"Buxoro viloyati","foreign_thousands":2100,"local_thousands":2900,"total_thousands":5000,"growth":"+23%","data_status":"estimated"},
|
| 29 |
+
{"year":"2024","region":"Farg'ona viloyati","foreign_thousands":620,"local_thousands":3800,"total_thousands":4420,"growth":"+14%","data_status":"estimated"},
|
| 30 |
+
{"year":"2024","region":"Xorazm viloyati","foreign_thousands":1400,"local_thousands":1500,"total_thousands":2900,"growth":"+31%","data_status":"estimated"},
|
| 31 |
+
{"year":"2024","region":"Andijon viloyati","foreign_thousands":180,"local_thousands":2400,"total_thousands":2580,"growth":"+11%","data_status":"estimated"},
|
| 32 |
+
{"year":"2024","region":"Namangan viloyati","foreign_thousands":150,"local_thousands":2100,"total_thousands":2250,"growth":"+9%","data_status":"estimated"},
|
| 33 |
+
{"year":"2024","region":"Qashqadaryo","foreign_thousands":240,"local_thousands":1800,"total_thousands":2040,"growth":"+12%","data_status":"estimated"},
|
| 34 |
+
{"year":"2025","region":"Samarqand viloyati","foreign_thousands":4200,"local_thousands":6500,"total_thousands":10700,"growth":"+29%","data_status":"estimated"},
|
| 35 |
+
{"year":"2025","region":"Toshkent shahri","foreign_thousands":2600,"local_thousands":7800,"total_thousands":10400,"growth":"+30%","data_status":"estimated"},
|
| 36 |
+
{"year":"2025","region":"Buxoro viloyati","foreign_thousands":2800,"local_thousands":3600,"total_thousands":6400,"growth":"+28%","data_status":"estimated"},
|
| 37 |
+
{"year":"2025","region":"Farg'ona viloyati","foreign_thousands":820,"local_thousands":4800,"total_thousands":5620,"growth":"+27%","data_status":"estimated"},
|
| 38 |
+
{"year":"2025","region":"Xorazm viloyati","foreign_thousands":1900,"local_thousands":1900,"total_thousands":3800,"growth":"+31%","data_status":"estimated"},
|
| 39 |
+
{"year":"2025","region":"Andijon viloyati","foreign_thousands":240,"local_thousands":3000,"total_thousands":3240,"growth":"+26%","data_status":"estimated"},
|
| 40 |
+
{"year":"2025","region":"Namangan viloyati","foreign_thousands":200,"local_thousands":2650,"total_thousands":2850,"growth":"+27%","data_status":"estimated"},
|
| 41 |
+
{"year":"2025","region":"Qashqadaryo","foreign_thousands":310,"local_thousands":2280,"total_thousands":2590,"growth":"+27%","data_status":"estimated"}
|
| 42 |
+
]
|
top_countries.csv
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
year,country,country_uz,tourists,share_percent,data_status
|
| 2 |
+
2025,Kyrgyzstan,Qirg'iziston,3300000,28.2,official
|
| 3 |
+
2025,Tajikistan,Tojikiston,2700000,23.1,official
|
| 4 |
+
2025,Kazakhstan,Qozog'iston,2700000,23.1,official
|
| 5 |
+
2025,Russia,Rossiya,984000,8.4,official
|
| 6 |
+
2025,Afghanistan,Afg'oniston,477000,4.1,official
|
| 7 |
+
2025,China,Xitoy,279000,2.4,official
|
| 8 |
+
2025,South Korea,Janubiy Koreya,46000,0.4,official
|
| 9 |
+
2025,Turkey,Turkiya,50000,0.4,estimated
|
top_countries_2025.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"rank":1,"country":"Qirg'iziston","country_en":"Kyrgyzstan","tourists":"3.30M","tourists_numeric":3300000,"share_pct":28.2,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 3 |
+
{"rank":2,"country":"Tojikiston","country_en":"Tajikistan","tourists":"2.70M","tourists_numeric":2700000,"share_pct":23.1,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 4 |
+
{"rank":3,"country":"Qozog'iston","country_en":"Kazakhstan","tourists":"2.70M","tourists_numeric":2700000,"share_pct":23.1,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 5 |
+
{"rank":4,"country":"Rossiya","country_en":"Russia","tourists":"0.98M","tourists_numeric":980000,"share_pct":8.4,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 6 |
+
{"rank":5,"country":"Afg'oniston","country_en":"Afghanistan","tourists":"0.48M","tourists_numeric":480000,"share_pct":4.1,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 7 |
+
{"rank":6,"country":"Xitoy","country_en":"China","tourists":"0.28M","tourists_numeric":279000,"share_pct":2.4,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 8 |
+
{"rank":7,"country":"Janubiy Koreya","country_en":"South Korea","tourists":"0.046M","tourists_numeric":46300,"share_pct":0.4,"data_status":"official","source":"dunyo.info / stat.uz"},
|
| 9 |
+
{"rank":8,"country":"Turkiya","country_en":"Turkey","tourists":"0.05M","tourists_numeric":50000,"share_pct":0.4,"data_status":"estimated","source":"approximated"}
|
| 10 |
+
]
|
yearly_statistics.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
year,foreign_tourists_million,local_tourists_million,total_tourists_million,data_status,source
|
| 2 |
+
2019,6.75,18.0,24.75,official,stat.uz
|
| 3 |
+
2020,1.52,8.5,10.02,official,stat.uz
|
| 4 |
+
2021,1.89,10.2,12.09,official,stat.uz
|
| 5 |
+
2022,4.22,15.4,19.62,official,stat.uz
|
| 6 |
+
2023,6.6,21.0,27.6,official,stat.uz / kun.uz
|
| 7 |
+
2024,8.2,24.5,32.7,official,stat.uz / zamin.uz
|
| 8 |
+
2025,11.7,29.0,40.7,official,stat.uz / dunyo.info
|
yearly_statistics.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"year":"2019","foreign_tourists_million":6.75,"local_tourists_million":18.0,"total_tourists_million":24.75,"data_status":"official","source":"stat.uz"},
|
| 3 |
+
{"year":"2020","foreign_tourists_million":1.52,"local_tourists_million":8.5,"total_tourists_million":10.02,"data_status":"official","source":"stat.uz"},
|
| 4 |
+
{"year":"2021","foreign_tourists_million":1.89,"local_tourists_million":10.2,"total_tourists_million":12.09,"data_status":"official","source":"stat.uz"},
|
| 5 |
+
{"year":"2022","foreign_tourists_million":4.22,"local_tourists_million":15.4,"total_tourists_million":19.62,"data_status":"official","source":"stat.uz"},
|
| 6 |
+
{"year":"2023","foreign_tourists_million":6.6,"local_tourists_million":21.0,"total_tourists_million":27.6,"data_status":"official","source":"stat.uz / kun.uz"},
|
| 7 |
+
{"year":"2024","foreign_tourists_million":8.2,"local_tourists_million":24.5,"total_tourists_million":32.7,"data_status":"official","source":"stat.uz / zamin.uz"},
|
| 8 |
+
{"year":"2025","foreign_tourists_million":11.7,"local_tourists_million":29.0,"total_tourists_million":40.7,"data_status":"official","source":"stat.uz / dunyo.info"}
|
| 9 |
+
]
|