File size: 9,021 Bytes
688ea81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: Title
    dtype: string
  - name: Agenda
    dtype: string
  - name: Resolution
    dtype: string
  - name: Meeting record
    dtype: string
  - name: Draft resolution
    dtype: string
  - name: Note
    dtype: string
  - name: Vote summary
    dtype: string
  - name: Vote date
    dtype: string
  - name: Vote
    struct:
    - name: AFGHANISTAN
      dtype: string
    - name: ALBANIA
      dtype: string
    - name: ALGERIA
      dtype: string
    - name: ANDORRA
      dtype: string
    - name: ANGOLA
      dtype: string
    - name: ANTIGUA AND BARBUDA
      dtype: string
    - name: ARGENTINA
      dtype: string
    - name: ARMENIA
      dtype: string
    - name: AUSTRALIA
      dtype: string
    - name: AUSTRIA
      dtype: string
    - name: AZERBAIJAN
      dtype: string
    - name: BAHAMAS
      dtype: string
    - name: BAHRAIN
      dtype: string
    - name: BANGLADESH
      dtype: string
    - name: BARBADOS
      dtype: string
    - name: BELARUS
      dtype: string
    - name: BELGIUM
      dtype: string
    - name: BELIZE
      dtype: string
    - name: BENIN
      dtype: string
    - name: BHUTAN
      dtype: string
    - name: BOLIVIA
      dtype: string
    - name: BOSNIA AND HERZEGOVINA
      dtype: string
    - name: BOTSWANA
      dtype: string
    - name: BRAZIL
      dtype: string
    - name: BRUNEI DARUSSALAM
      dtype: string
    - name: BULGARIA
      dtype: string
    - name: BURKINA FASO
      dtype: string
    - name: BURUNDI
      dtype: string
    - name: CABO VERDE
      dtype: string
    - name: CAMBODIA
      dtype: string
    - name: CAMEROON
      dtype: string
    - name: CANADA
      dtype: string
    - name: CENTRAL AFRICAN REPUBLIC
      dtype: string
    - name: CHAD
      dtype: string
    - name: CHILE
      dtype: string
    - name: CHINA
      dtype: string
    - name: COLOMBIA
      dtype: string
    - name: COMOROS
      dtype: string
    - name: CONGO
      dtype: string
    - name: COSTA RICA
      dtype: string
    - name: CROATIA
      dtype: string
    - name: CUBA
      dtype: string
    - name: CYPRUS
      dtype: string
    - name: CZECHIA
      dtype: string
    - name: CÔTE D'IVOIRE
      dtype: string
    - name: DEMOCRATIC PEOPLE'S REPUBLIC OF KOREA
      dtype: string
    - name: DEMOCRATIC REPUBLIC OF THE CONGO
      dtype: string
    - name: DENMARK
      dtype: string
    - name: DJIBOUTI
      dtype: string
    - name: DOMINICA
      dtype: string
    - name: DOMINICAN REPUBLIC
      dtype: string
    - name: ECUADOR
      dtype: string
    - name: EGYPT
      dtype: string
    - name: EL SALVADOR
      dtype: string
    - name: EQUATORIAL GUINEA
      dtype: string
    - name: ERITREA
      dtype: string
    - name: ESTONIA
      dtype: string
    - name: ESWATINI
      dtype: string
    - name: ETHIOPIA
      dtype: string
    - name: FIJI
      dtype: string
    - name: FINLAND
      dtype: string
    - name: FRANCE
      dtype: string
    - name: GABON
      dtype: string
    - name: GAMBIA
      dtype: string
    - name: GEORGIA
      dtype: string
    - name: GERMANY
      dtype: string
    - name: GHANA
      dtype: string
    - name: GREECE
      dtype: string
    - name: GRENADA
      dtype: string
    - name: GUATEMALA
      dtype: string
    - name: GUINEA
      dtype: string
    - name: GUINEA-BISSAU
      dtype: string
    - name: GUYANA
      dtype: string
    - name: HAITI
      dtype: string
    - name: HONDURAS
      dtype: string
    - name: HUNGARY
      dtype: string
    - name: ICELAND
      dtype: string
    - name: INDIA
      dtype: string
    - name: INDONESIA
      dtype: string
    - name: IRAN (ISLAMIC REPUBLIC OF)
      dtype: string
    - name: IRAQ
      dtype: string
    - name: IRELAND
      dtype: string
    - name: ISRAEL
      dtype: string
    - name: ITALY
      dtype: string
    - name: JAMAICA
      dtype: string
    - name: JAPAN
      dtype: string
    - name: JORDAN
      dtype: string
    - name: KAZAKHSTAN
      dtype: string
    - name: KENYA
      dtype: string
    - name: KIRIBATI
      dtype: string
    - name: KUWAIT
      dtype: string
    - name: KYRGYZSTAN
      dtype: string
    - name: LAO PEOPLE'S DEMOCRATIC REPUBLIC
      dtype: string
    - name: LATVIA
      dtype: string
    - name: LEBANON
      dtype: string
    - name: LESOTHO
      dtype: string
    - name: LIBERIA
      dtype: string
    - name: LIBYA
      dtype: string
    - name: LIECHTENSTEIN
      dtype: string
    - name: LITHUANIA
      dtype: string
    - name: LUXEMBOURG
      dtype: string
    - name: MADAGASCAR
      dtype: string
    - name: MALAWI
      dtype: string
    - name: MALAYSIA
      dtype: string
    - name: MALDIVES
      dtype: string
    - name: MALI
      dtype: string
    - name: MALTA
      dtype: string
    - name: MARSHALL ISLANDS
      dtype: string
    - name: MAURITANIA
      dtype: string
    - name: MAURITIUS
      dtype: string
    - name: MEXICO
      dtype: string
    - name: MICRONESIA (FEDERATED STATES OF)
      dtype: string
    - name: MONACO
      dtype: string
    - name: MONGOLIA
      dtype: string
    - name: MONTENEGRO
      dtype: string
    - name: MOROCCO
      dtype: string
    - name: MOZAMBIQUE
      dtype: string
    - name: MYANMAR
      dtype: string
    - name: NAMIBIA
      dtype: string
    - name: NAURU
      dtype: string
    - name: NEPAL
      dtype: string
    - name: NETHERLANDS
      dtype: string
    - name: NEW ZEALAND
      dtype: string
    - name: NICARAGUA
      dtype: string
    - name: NIGER
      dtype: string
    - name: NIGERIA
      dtype: string
    - name: NORTH MACEDONIA
      dtype: string
    - name: NORWAY
      dtype: string
    - name: OMAN
      dtype: string
    - name: PAKISTAN
      dtype: string
    - name: PALAU
      dtype: string
    - name: PANAMA
      dtype: string
    - name: PAPUA NEW GUINEA
      dtype: string
    - name: PARAGUAY
      dtype: string
    - name: PERU
      dtype: string
    - name: PHILIPPINES
      dtype: string
    - name: POLAND
      dtype: string
    - name: PORTUGAL
      dtype: string
    - name: QATAR
      dtype: string
    - name: REPUBLIC OF KOREA
      dtype: string
    - name: REPUBLIC OF MOLDOVA
      dtype: string
    - name: ROMANIA
      dtype: string
    - name: RUSSIAN FEDERATION
      dtype: string
    - name: RWANDA
      dtype: string
    - name: SAINT KITTS AND NEVIS
      dtype: string
    - name: SAINT LUCIA
      dtype: string
    - name: SAINT VINCENT AND THE GRENADINES
      dtype: string
    - name: SAMOA
      dtype: string
    - name: SAN MARINO
      dtype: string
    - name: SAO TOME AND PRINCIPE
      dtype: string
    - name: SAUDI ARABIA
      dtype: string
    - name: SENEGAL
      dtype: string
    - name: SERBIA
      dtype: string
    - name: SEYCHELLES
      dtype: string
    - name: SIERRA LEONE
      dtype: string
    - name: SINGAPORE
      dtype: string
    - name: SLOVAKIA
      dtype: string
    - name: SLOVENIA
      dtype: string
    - name: SOLOMON ISLANDS
      dtype: string
    - name: SOMALIA
      dtype: string
    - name: SOUTH AFRICA
      dtype: string
    - name: SOUTH SUDAN
      dtype: string
    - name: SPAIN
      dtype: string
    - name: SRI LANKA
      dtype: string
    - name: SUDAN
      dtype: string
    - name: SURINAME
      dtype: string
    - name: SWEDEN
      dtype: string
    - name: SWITZERLAND
      dtype: string
    - name: SYRIAN ARAB REPUBLIC
      dtype: string
    - name: TAJIKISTAN
      dtype: string
    - name: THAILAND
      dtype: string
    - name: TIMOR-LESTE
      dtype: string
    - name: TOGO
      dtype: string
    - name: TONGA
      dtype: string
    - name: TRINIDAD AND TOBAGO
      dtype: string
    - name: TUNISIA
      dtype: string
    - name: TURKMENISTAN
      dtype: string
    - name: TUVALU
      dtype: string
    - name: TÜRKİYE
      dtype: string
    - name: UGANDA
      dtype: string
    - name: UKRAINE
      dtype: string
    - name: UNITED ARAB EMIRATES
      dtype: string
    - name: UNITED KINGDOM
      dtype: string
    - name: UNITED REPUBLIC OF TANZANIA
      dtype: string
    - name: UNITED STATES
      dtype: string
    - name: URUGUAY
      dtype: string
    - name: UZBEKISTAN
      dtype: string
    - name: VANUATU
      dtype: string
    - name: VENEZUELA
      dtype: string
    - name: VIET NAM
      dtype: string
    - name: YEMEN
      dtype: string
    - name: ZAMBIA
      dtype: string
  - name: Collections
    dtype: string
  - name: Committee report
    dtype: string
  splits:
  - name: train
    num_bytes: 2708386
    num_examples: 1796
  download_size: 361469
  dataset_size: 2708386
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "un-general-assembly-votes-2000-2023"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)