Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 5 new columns ({'answer', 'question_en', 'confidence', 'question_uz', 'category'}) and 7 missing columns ({'visitors', 'growth', 'type', 'name', 'name_en', 'data_status', 'city'}).
This happened while the json dataset builder was generating data using
hf://datasets/Mailka/Turizm/qa_pairs.json (at revision 1dbe772436d5cee313e094fce476bbcd74e47988), [/tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/attractions_by_year.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/attractions_by_year.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/qa_pairs.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/qa_pairs.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/regions_by_year.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/regions_by_year.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/top_countries_2025.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/top_countries_2025.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/yearly_statistics.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/yearly_statistics.json)], ['hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/attractions_by_year.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/qa_pairs.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/regions_by_year.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/top_countries_2025.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/yearly_statistics.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
question_uz: string
question_en: string
answer: string
year: string
category: string
confidence: string
to
{'year': Value('string'), 'name': Value('string'), 'name_en': Value('string'), 'city': Value('string'), 'type': Value('string'), 'visitors': Value('int64'), 'growth': Value('string'), 'data_status': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 5 new columns ({'answer', 'question_en', 'confidence', 'question_uz', 'category'}) and 7 missing columns ({'visitors', 'growth', 'type', 'name', 'name_en', 'data_status', 'city'}).
This happened while the json dataset builder was generating data using
hf://datasets/Mailka/Turizm/qa_pairs.json (at revision 1dbe772436d5cee313e094fce476bbcd74e47988), [/tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/attractions_by_year.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/attractions_by_year.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/qa_pairs.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/qa_pairs.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/regions_by_year.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/regions_by_year.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/top_countries_2025.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/top_countries_2025.json), /tmp/hf-datasets-cache/medium/datasets/23717645768650-config-parquet-and-info-Mailka-Turizm-915562ca/hub/datasets--Mailka--Turizm/snapshots/1dbe772436d5cee313e094fce476bbcd74e47988/yearly_statistics.json (origin=hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/yearly_statistics.json)], ['hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/attractions_by_year.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/qa_pairs.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/regions_by_year.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/top_countries_2025.json', 'hf://datasets/Mailka/Turizm@1dbe772436d5cee313e094fce476bbcd74e47988/yearly_statistics.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
year string | name string | name_en string | city string | type string | visitors int64 | growth string | data_status string |
|---|---|---|---|---|---|---|---|
2021 | Registon maydoni | Registan Square | Samarqand | UNESCO | 620,000 | +41% | estimated |
2021 | Buxoro tarixi markazi | Historic Centre of Bukhara | Buxoro | UNESCO | 480,000 | +38% | estimated |
2021 | Itchan Qala — Xiva | Itchan Kala Khiva | Xorazm | UNESCO | 310,000 | +35% | estimated |
2021 | Shohizinda majmuasi | Shah-i-Zinda | Samarqand | Arxitektura | 260,000 | +30% | estimated |
2021 | Gur-Amir maqbarasi | Gur-e-Amir Mausoleum | Samarqand | Tarixiy | 230,000 | +28% | estimated |
2021 | Chimyon toglari | Chimgan Mountains | Toshkent | Tabiat | 180,000 | +20% | estimated |
2022 | Registon maydoni | Registan Square | Samarqand | UNESCO | 980,000 | +58% | estimated |
2022 | Buxoro tarixi markazi | Historic Centre of Bukhara | Buxoro | UNESCO | 730,000 | +52% | estimated |
2022 | Itchan Qala — Xiva | Itchan Kala Khiva | Xorazm | UNESCO | 520,000 | +68% | estimated |
2022 | Shohizinda majmuasi | Shah-i-Zinda | Samarqand | Arxitektura | 430,000 | +65% | estimated |
2022 | Gur-Amir maqbarasi | Gur-e-Amir Mausoleum | Samarqand | Tarixiy | 390,000 | +70% | estimated |
2022 | Chimyon toglari | Chimgan Mountains | Toshkent | Tabiat | 290,000 | +61% | estimated |
2023 | Registon maydoni | Registan Square | Samarqand | UNESCO | 1,240,000 | +27% | estimated |
2023 | Buxoro tarixi markazi | Historic Centre of Bukhara | Buxoro | UNESCO | 920,000 | +26% | estimated |
2023 | Itchan Qala — Xiva | Itchan Kala Khiva | Xorazm | UNESCO | 695,000 | +34% | estimated |
2023 | Shohizinda majmuasi | Shah-i-Zinda | Samarqand | Arxitektura | 610,000 | +42% | estimated |
2023 | Gur-Amir maqbarasi | Gur-e-Amir Mausoleum | Samarqand | Tarixiy | 555,000 | +42% | estimated |
2023 | Chimyon toglari | Chimgan Mountains | Toshkent | Tabiat | 380,000 | +31% | estimated |
2024 | Registon maydoni | Registan Square | Samarqand | UNESCO | 1,500,000 | +21% | estimated |
2024 | Buxoro tarixi markazi | Historic Centre of Bukhara | Buxoro | UNESCO | 1,100,000 | +19% | estimated |
2024 | Itchan Qala — Xiva | Itchan Kala Khiva | Xorazm | UNESCO | 850,000 | +22% | estimated |
2024 | Shohizinda majmuasi | Shah-i-Zinda | Samarqand | Arxitektura | 720,000 | +18% | estimated |
2024 | Gur-Amir maqbarasi | Gur-e-Amir Mausoleum | Samarqand | Tarixiy | 640,000 | +15% | estimated |
2024 | Chimyon toglari | Chimgan Mountains | Toshkent | Tabiat | 490,000 | +29% | estimated |
2025 | Registon maydoni | Registan Square | Samarqand | UNESCO | 1,920,000 | +28% | estimated |
2025 | Buxoro tarixi markazi | Historic Centre of Bukhara | Buxoro | UNESCO | 1,380,000 | +25% | estimated |
2025 | Itchan Qala — Xiva | Itchan Kala Khiva | Xorazm | UNESCO | 1,050,000 | +24% | estimated |
2025 | Shohizinda majmuasi | Shah-i-Zinda | Samarqand | Arxitektura | 880,000 | +22% | estimated |
2025 | Gur-Amir maqbarasi | Gur-e-Amir Mausoleum | Samarqand | Tarixiy | 790,000 | +23% | estimated |
2025 | Chimyon toglari | Chimgan Mountains | Toshkent | Tabiat | 650,000 | +33% | estimated |
2019 | null | null | null | null | null | null | null |
2019 | null | null | null | null | null | null | null |
2019 | null | null | null | null | null | null | null |
2020 | null | null | null | null | null | null | null |
2020 | null | null | null | null | null | null | null |
2020 | null | null | null | null | null | null | null |
2021 | null | null | null | null | null | null | null |
2021 | null | null | null | null | null | null | null |
2021 | null | null | null | null | null | null | null |
2022 | null | null | null | null | null | null | null |
2022 | null | null | null | null | null | null | null |
2022 | null | null | null | null | null | null | null |
2023 | null | null | null | null | null | null | null |
2023 | null | null | null | null | null | null | null |
2023 | null | null | null | null | null | null | null |
2024 | null | null | null | null | null | null | null |
2024 | null | null | null | null | null | null | null |
2024 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2025 | null | null | null | null | null | null | null |
2021 | null | null | null | null | null | +38% | estimated |
2021 | null | null | null | null | null | +22% | estimated |
2021 | null | null | null | null | null | +35% | estimated |
2021 | null | null | null | null | null | +18% | estimated |
2021 | null | null | null | null | null | +42% | estimated |
2021 | null | null | null | null | null | +15% | estimated |
2021 | null | null | null | null | null | +12% | estimated |
2021 | null | null | null | null | null | +14% | estimated |
2022 | null | null | null | null | null | +60% | estimated |
2022 | null | null | null | null | null | +50% | estimated |
2022 | null | null | null | null | null | +56% | estimated |
2022 | null | null | null | null | null | +51% | estimated |
2022 | null | null | null | null | null | +60% | estimated |
2022 | null | null | null | null | null | +51% | estimated |
2022 | null | null | null | null | null | +52% | estimated |
2022 | null | null | null | null | null | +52% | estimated |
2023 | null | null | null | null | null | +35% | estimated |
2023 | null | null | null | null | null | +32% | estimated |
2023 | null | null | null | null | null | +38% | estimated |
2023 | null | null | null | null | null | +31% | estimated |
2023 | null | null | null | null | null | +41% | estimated |
2023 | null | null | null | null | null | +31% | estimated |
2023 | null | null | null | null | null | +31% | estimated |
2023 | null | null | null | null | null | +31% | estimated |
2024 | null | null | null | null | null | +28% | estimated |
2024 | null | null | null | null | null | +20% | estimated |
2024 | null | null | null | null | null | +23% | estimated |
2024 | null | null | null | null | null | +14% | estimated |
2024 | null | null | null | null | null | +31% | estimated |
2024 | null | null | null | null | null | +11% | estimated |
2024 | null | null | null | null | null | +9% | estimated |
2024 | null | null | null | null | null | +12% | estimated |
2025 | null | null | null | null | null | +29% | estimated |
2025 | null | null | null | null | null | +30% | estimated |
2025 | null | null | null | null | null | +28% | estimated |
2025 | null | null | null | null | null | +27% | estimated |
End of preview.
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 — 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
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 — O'zbekiston Statistika agentligi
- uzbektourism.uz — O'zbekturizm qo'mitasi
- unwto.org — UNWTO
- Kun.uz, Gazeta.uz, Dunyo.info (2024–2026 yangiliklari)
Iqtibos
@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 — erkin foydalanish mumkin, manba ko'rsatish shart.
- Downloads last month
- 13