| --- |
| language: |
| - uz |
| - en |
| - ru |
| license: cc-by-4.0 |
| task_categories: |
| - question-answering |
| - text-retrieval |
| tags: |
| - tourism |
| - uzbekistan |
| - statistics |
| - economics |
| - central-asia |
| - information-retrieval |
| size_categories: |
| - n<1K |
| pretty_name: "O'zbekiston Turizm Statistikasi (2019-2026)" |
| --- |
| |
| # O'zbekiston Turizm Statistikasi Dataset |
|
|
| **uzbekistan-tourism-statistics** — O'zbekiston ichki va xorijiy turizm statistikasi asosida yaratilgan dataset. Magistrlik dissertatsiyasi doirasida tayyorlangan. |
|
|
| **Dissertatsiya mavzusi:** "Intelligent models and algorithms for information search and processing in unstructured information environments" |
|
|
| **Muallif:** [Sohiba01](https://huggingface.co/Sohiba01) — AIRIUz, Toshkent, O'zbekiston |
|
|
| --- |
|
|
| ## Dataset tarkibi |
|
|
| | Fayl | Tavsif | Qatorlar | |
| |------|--------|---------| |
| | `yearly_statistics.json` | Yillar bo'yicha turistlar soni (2019–2025) | 7 | |
| | `top_countries_2025.json` | 2025 yilda eng ko'p keluvchi 8 mamlakat | 8 | |
| | `regions_by_year.json` | Viloyatlar kesimida sayyohlar (2021–2025) | 40 | |
| | `attractions_by_year.json` | Turistik joylar tashrifi (2021–2025) | 30 | |
| | `qa_pairs.json` | Savol-javob juftliklari (O'zbek/Ingliz) | 80+ | |
|
|
| --- |
|
|
| ## Ma'lumot sifati |
|
|
| | Belgi | Ma'no | |
| |-------|-------| |
| | ✅ `official` | Statistika agentligi tomonidan rasmiy tasdiqlangan | |
| | ⚠️ `estimated` | Baholangan yoki modellashtirilgan ko'rsatkich | |
|
|
| **Rasmiy tasdiqlangan:** xorijiy turistlar soni (6.6M / 8.2M / 11.7M), TOP mamlakatlar, eksport daromadi. |
|
|
| **Baholangan:** ichki sayyohlar, viloyatlar kesimi, turistik obyektlar tashrifi. |
|
|
| --- |
|
|
| ## Foydalanish |
|
|
| ```python |
| import json, urllib.request |
| |
| BASE = "https://huggingface.co/datasets/Sohiba01/uzbekistan-tourism-statistics/resolve/main" |
| |
| with urllib.request.urlopen(f"{BASE}/yearly_statistics.json") as r: |
| yearly = json.loads(r.read()) |
| |
| print(yearly[0]) |
| # {'year': '2019', 'foreign_tourists_million': 6.75, ...} |
| ``` |
|
|
| --- |
|
|
| ## Manbalar |
|
|
| - [stat.uz](https://stat.uz) — O'zbekiston Statistika agentligi |
| - [uzbektourism.uz](https://uzbektourism.uz) — O'zbekturizm qo'mitasi |
| - [unwto.org](https://unwto.org) — UNWTO |
| - Kun.uz, Gazeta.uz, Dunyo.info (2024–2026 yangiliklari) |
|
|
| --- |
|
|
| ## Iqtibos |
|
|
| ```bibtex |
| @dataset{uzbekistan_tourism_stats_2026, |
| author = {Sohiba01}, |
| title = {O'zbekiston Turizm Statistikasi Dataset (2019--2026)}, |
| year = {2026}, |
| publisher = {HuggingFace}, |
| url = {https://huggingface.co/datasets/Sohiba01/uzbekistan-tourism-statistics} |
| } |
| ``` |
|
|
| ## Litsenziya |
|
|
| [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) — erkin foydalanish mumkin, manba ko'rsatish shart. |
|
|