Baselight

UN General Assembly Votes, 1946-2015

Votes by member states on individual resolutions and specific issues

@kaggle.unitednations_general_assembly

Resolutions
@kaggle.unitednations_general_assembly.resolutions

  • 104.59 KB
  • 5429 rows
  • 15 columns
assembly_session

Assembly Session

vote_id

Vote Id

resolution

Resolution

amendment

Amendment

vote_date

Vote Date

significant_vote

Significant Vote

yes_votes

Yes Votes

no_votes

No Votes

abstain

Abstain

colonization

Colonization

human_rights

Human Rights

israel_palestine

Israel Palestine

disarmament

Disarmament

nuclear_weapons

Nuclear Weapons

economic_development

Economic Development

13R/1/661Tue Jan 01 1946 00:00:00 GMT+0000 (Coordinated Universal Time)29184
14R/1/79Wed Jan 02 1946 00:00:00 GMT+0000 (Coordinated Universal Time)9348
15R/1/98Fri Jan 04 1946 00:00:00 GMT+0000 (Coordinated Universal Time)28221
16R/1/107Fri Jan 04 1946 00:00:00 GMT+0000 (Coordinated Universal Time)1227101
17R/1/2951Wed Jan 02 1946 00:00:00 GMT+0000 (Coordinated Universal Time)2518
18R/1/2971Sat Jan 05 1946 00:00:00 GMT+0000 (Coordinated Universal Time)38121
19R/1/329Tue Feb 05 1946 00:00:00 GMT+0000 (Coordinated Universal Time)452
110R/1/3611Tue Feb 05 1946 00:00:00 GMT+0000 (Coordinated Universal Time)462
111R/1/376Tue Feb 05 1946 00:00:00 GMT+0000 (Coordinated Universal Time)411
112R/1/3941Wed Feb 06 1946 00:00:00 GMT+0000 (Coordinated Universal Time)21223

CREATE TABLE resolutions (
  "assembly_session" BIGINT,
  "vote_id" BIGINT,
  "resolution" VARCHAR,
  "amendment" DOUBLE,
  "vote_date" TIMESTAMP,
  "significant_vote" BIGINT,
  "yes_votes" BIGINT,
  "no_votes" BIGINT,
  "abstain" BIGINT,
  "colonization" DOUBLE,
  "human_rights" DOUBLE,
  "israel_palestine" DOUBLE,
  "disarmament" DOUBLE,
  "nuclear_weapons" DOUBLE,
  "economic_development" DOUBLE
);

Share link

Anyone who has the link will be able to view this.