cterdam/iso_3166-1_alpha-2
收藏Hugging Face2026-03-27 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/cterdam/iso_3166-1_alpha-2
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
- ru
- zh
dataset_info:
features:
- name: code
dtype: string
- name: status
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: links
sequence: string
- name: note
dtype: string
---
# iso_3166-1_alpha-2
Two-letter country codes defined by ISO 3166-1, covering all 676 possible codes (AA-ZZ) with assignment status.
## Fields
| Field | Type | Description |
|---|---|---|
| `code` | string | ISO 3166-1 alpha-2 code |
| `status` | string | Assignment status: A=assigned, U=user-assigned, E=exceptionally reserved, T=transitionally reserved, I=indeterminately reserved, X=unassigned |
| `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 |
| `links` | list[string] | Reference URLs |
| `note` | string | Brief annotation |
## Usage
```python
from datasets import load_dataset
ds = load_dataset("cterdam/iso_3166-1_alpha-2")
```
提供机构:
cterdam



