Remove note column; lang→col 3
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ dataset_info:
|
|
| 15 |
dtype: string
|
| 16 |
- name: name
|
| 17 |
dtype: string
|
|
|
|
|
|
|
| 18 |
- name: name_en
|
| 19 |
dtype: string
|
| 20 |
- name: name_ru
|
|
@@ -37,10 +39,6 @@ dataset_info:
|
|
| 37 |
list: string
|
| 38 |
- name: links
|
| 39 |
list: string
|
| 40 |
-
- name: note
|
| 41 |
-
dtype: string
|
| 42 |
-
- name: lang
|
| 43 |
-
dtype: string
|
| 44 |
splits:
|
| 45 |
- name: train
|
| 46 |
num_bytes: 2050697
|
|
@@ -70,7 +68,6 @@ Regional subdivision codes with language selection.
|
|
| 70 |
- **names_zh_alt** (list): Alternative Chinese names
|
| 71 |
- **names_other** (list): Names in other languages
|
| 72 |
- **links** (list): Reference links
|
| 73 |
-
- **note** (string): Additional notes
|
| 74 |
|
| 75 |
## Language Rule
|
| 76 |
|
|
|
|
| 15 |
dtype: string
|
| 16 |
- name: name
|
| 17 |
dtype: string
|
| 18 |
+
- name: lang
|
| 19 |
+
dtype: string
|
| 20 |
- name: name_en
|
| 21 |
dtype: string
|
| 22 |
- name: name_ru
|
|
|
|
| 39 |
list: string
|
| 40 |
- name: links
|
| 41 |
list: string
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
splits:
|
| 43 |
- name: train
|
| 44 |
num_bytes: 2050697
|
|
|
|
| 68 |
- **names_zh_alt** (list): Alternative Chinese names
|
| 69 |
- **names_other** (list): Names in other languages
|
| 70 |
- **links** (list): Reference links
|
|
|
|
| 71 |
|
| 72 |
## Language Rule
|
| 73 |
|