| --- |
| language: |
| - kaa |
| license: cc-by-4.0 |
| task_categories: |
| - text-classification |
| - text-generation |
| tags: |
| - karakalpakstan |
| - karakalpak |
| - health |
| - medicine |
| pretty_name: Shipaker.uz Dataset |
| size_categories: |
| - n<1K |
| --- |
| |
| # Shipaker.uz Dataset |
|
|
| A collection of health and medicine articles in the Karakalpak language, scraped from [shipaker.uz](https://shipaker.uz). The site is run by a public health organization in Karakalpakstan, Uzbekistan, and publishes articles on topics such as disease prevention, nutrition, psychology, and general wellness. |
|
|
| ## Columns |
|
|
| | Column | Type | Description | |
| |--------|------|-------------| |
| | `id` | int | Article ID | |
| | `title` | string | Article title | |
| | `content_html` | string | Full article body (original HTML) | |
| | `content_text` | string | Full article body (plain text, HTML tags stripped) | |
| | `author` | string | Author name and credentials | |
| | `published_date` | string | Publication date (DD-MM-YYYY) | |
| | `url` | string | Direct link to the article | |
| | `featured_image_url` | string | URL of the article's featured image | |
|
|
| ## Usage |
|
|
| ```python |
| from datasets import load_dataset |
| |
| ds = load_dataset("kaa-ml/shipaker-dataset", split="train") |
| ``` |
|
|
| ## Source |
|
|
| All data is scraped from the [shipaker.uz](https://shipaker.uz) website. Only Karakalpak-language articles are included. |
|
|
| **Last updated:** 2026-06-01 |
|
|