cterdam/iso_3166-2
收藏Hugging Face2026-03-27 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/cterdam/iso_3166-2
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
- ru
- zh
dataset_info:
features:
- name: code
dtype: string
- name: name_ctx
dtype: string
- name: name_en
dtype: string
- name: name_ru
dtype: string
- name: name_zh
dtype: string
- name: names_en_alt
sequence: string
- name: names_ru_alt
sequence: string
- name: names_zh_alt
sequence: string
- name: names_other
sequence: string
- name: region
dtype: string
- name: parent
dtype: string
- name: children
sequence: string
- name: links
sequence: string
- name: note
dtype: string
---
# iso_3166-2
Subdivision codes (provinces, states, regions) defined by ISO 3166-2.
## Fields
| Field | Type | Description |
|---|---|---|
| `code` | string | Full ISO 3166-2 code (e.g. US-CA) |
| `name_ctx` | string | Display name language (en/ru/zh) |
| `name_en` | string | Name in English |
| `name_ru` | string | Name in Russian |
| `name_zh` | string | Name in Traditional Chinese |
| `names_en_alt` | list[string] | Alternative English names |
| `names_ru_alt` | list[string] | Alternative Russian names |
| `names_zh_alt` | list[string] | Alternative Traditional Chinese names |
| `names_other` | list[string] | Names in other languages |
| `region` | string | ISO 3166-1 alpha-2 country code |
| `parent` | string | Parent subdivision code, if nested |
| `children` | list[string] | Child subdivision codes |
| `links` | list[string] | Reference URLs |
| `note` | string | Brief annotation |
## Usage
```python
from datasets import load_dataset
ds = load_dataset("cterdam/iso_3166-2")
```
提供机构:
cterdam



