UN General Assembly Votes, 1946-2015
Votes by member states on individual resolutions and specific issues
@kaggle.unitednations_general_assembly
Votes by member states on individual resolutions and specific issues
@kaggle.unitednations_general_assembly
CREATE TABLE votes (
"assembly_session" BIGINT,
"vote_id" BIGINT,
"resolution" VARCHAR,
"state_code" BIGINT,
"state_name" VARCHAR,
"member" BIGINT,
"vote" BIGINT
);
Anyone who has the link will be able to view this.