The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 5 new columns ({'m49_countrycode', 'vote_nonvote', 'vote_date', 'm49_region_intermediate', 'veto_anomaly'}) and 5 missing columns ({'unified_id', 'status', 'pdf_url_en', 'is_adopted', 'meeting_record_url'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Ayushnangia/ananya/unsc_master_data.csv (at revision f06bedb8063ad080dee39ef3932b4e092178387b)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
res_no: int64
symbol: string
date: string
year: int64
decade: int64
meeting_no: double
english_text_best: string
text_length: int64
title: string
vote_yes: int64
vote_no: int64
vote_abstention: int64
vote_nonvote: int64
vote_total: int64
is_unanimous: bool
voting_countries: string
vote_date: string
chapter6: bool
chapter7: bool
chapter8: bool
peace_threat: bool
peace_breach: bool
aggression: bool
self_defence: bool
human_rights: bool
enforcement_level: string
iso_alpha3: string
iso_name: string
m49_countrycode: string
m49_region: string
m49_region_sub: string
m49_region_intermediate: string
cited_resolutions: string
subjects: string
agenda_information: string
has_veto: bool
vetoed_by: string
p5_abstentions: int64
veto_anomaly: bool
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 4924
to
{'res_no': Value('int64'), 'symbol': Value('string'), 'date': Value('string'), 'year': Value('int64'), 'decade': Value('int64'), 'meeting_no': Value('string'), 'status': Value('string'), 'is_adopted': Value('bool'), 'english_text_best': Value('string'), 'text_length': Value('float64'), 'title': Value('string'), 'agenda_information': Value('string'), 'subjects': Value('string'), 'vote_yes': Value('float64'), 'vote_no': Value('int64'), 'vote_abstention': Value('float64'), 'vote_total': Value('float64'), 'is_unanimous': Value('bool'), 'voting_countries': Value('string'), 'has_veto': Value('bool'), 'vetoed_by': Value('string'), 'p5_abstentions': Value('float64'), 'chapter6': Value('bool'), 'chapter7': Value('bool'), 'chapter8': Value('bool'), 'peace_threat': Value('bool'), 'peace_breach': Value('bool'), 'aggression': Value('bool'), 'self_defence': Value('bool'), 'human_rights': Value('bool'), 'enforcement_level': Value('string'), 'm49_region': Value('string'), 'm49_region_sub': Value('string'), 'iso_alpha3': Value('string'), 'iso_name': Value('string'), 'cited_resolutions': Value('string'), 'pdf_url_en': Value('string'), 'meeting_record_url': Value('string'), 'unified_id': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1455, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 5 new columns ({'m49_countrycode', 'vote_nonvote', 'vote_date', 'm49_region_intermediate', 'veto_anomaly'}) and 5 missing columns ({'unified_id', 'status', 'pdf_url_en', 'is_adopted', 'meeting_record_url'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Ayushnangia/ananya/unsc_master_data.csv (at revision f06bedb8063ad080dee39ef3932b4e092178387b)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
res_no int64 | symbol string | date string | year int64 | decade int64 | meeting_no string | status string | is_adopted bool | english_text_best string | text_length float64 | title string | agenda_information string | subjects string | vote_yes float64 | vote_no int64 | vote_abstention float64 | vote_total float64 | is_unanimous bool | voting_countries string | has_veto bool | vetoed_by string | p5_abstentions float64 | chapter6 bool | chapter7 bool | chapter8 bool | peace_threat bool | peace_breach bool | aggression bool | self_defence bool | human_rights bool | enforcement_level string | m49_region string | m49_region_sub string | iso_alpha3 string | iso_name string | cited_resolutions string | pdf_url_en string | meeting_record_url string | unified_id int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | S/RES/1(1946) | 1946-01-25 | 1,946 | 1,940 | 2.0 | adopted | true | MILITARY STAFF COMMITTEE
1 (1946) Resolution of 25 January 1946
By Article 47 of the Charter, the United Nations have agreed that there shall be established a Military Staff Committee to advise and assist the Security Council and that the Military Staff Committee shall consist of the Chiefs of Staff of the permanent ... | 1,063 | Security Council resolution 1 (1946) [on establishment of the Military Staff Committee] | null | UN. Military Staff Committee > Establishment|ESTABLISHMENT | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 1 |
2 | S/RES/2(1946) | 1946-01-30 | 1,946 | 1,940 | 5.0 | adopted | true | 2 (1946). Resolution of 30 January 1946
The Security Council,
Having heard the statements by the representatives of the Soviet Union and Iran in the course of its meetings of 28 and 30 January 1946,
Having taken cognizance of the documents presented by the Soviet and Iranian delegations and those referred to in the ... | 779 | Security Council resolution 2 (1946) [on negotiations between Iran and USSR] | null | NEGOTIATION|IRAN (ISLAMIC REPUBLIC OF)|USSR | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia | Southern Asia | IRN | Iran, Islamic Republic of | [] | null | null | 2 |
-238 | S/PV.23, p. 355 | 1946-02-16 | 1,946 | 1,940 | 23 | vetoed | false | null | null | 1946 Letter from Lebanon and Syria (Lebanon) | Letter from the Heads of the Lebanese and Syrian delegations--Report by the Committee of Experts on alterations in the provisional rules of procedure | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.23 | https://undocs.org/en/S/PV.23 | 3 |
3 | S/RES/3(1946) | 1946-04-04 | 1,946 | 1,940 | 30.0 | adopted | true | 3 (1946). Resolution of 4 April 1946
The Security Council,
Taking note of the statements by the Iranian representative that the Iranian appeal to the Council arises from the presence of USSR troops in Iran and their continued presence there beyond the date stipulated for their withdrawal in the Tri-partite Treaty of ... | 2,914 | Security Council resolution 3 (1946) [on withdrawal of USSR troops from Iran] | null | TROOP WITHDRAWAL|NEGOTIATION|IRAN (ISLAMIC REPUBLIC OF)|USSR | 9 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "abstention"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia|Oceania | Australia and New Zealand|Southern Asia | AUS|IRN | Australia|Iran, Islamic Republic of | [] | null | null | 4 |
4 | S/RES/4(1946) | 1946-04-29 | 1,946 | 1,940 | 39.0 | adopted | true | 4 (1946). Resolution of 29 April 1946
The attention of the Security Council has been drawn to the situation in Spain by a Member of the United Nations acting in accordance with Article 35 of the Charter, and the Security Council has been asked to declare that this situation has led to international friction and endang... | 1,800 | Security Council resolution 4 (1946) [appointing a subcommittee on the Spanish question] | null | SPANISH QUESTION|INTERNATIONAL SECURITY|SUBSIDIARY BODIES | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Europe | Southern Europe | ESP | Spain | [] | null | null | 5 |
5 | S/RES/5(1946) | 1946-05-08 | 1,946 | 1,940 | 40.0 | adopted | true | 5 (1946). Resolution of 8 May 1946
The Security Council,
Having considered the statement made by the Iranian Government in its preliminary report of 6 May,5 submitted in compliance with the resolution of 4 April 1946 [resolution 3 (1946)], that it was not able as
of 6 May to state whether the withdrawal of all USSR t... | 1,283 | Security Council resolution 5 (1946) [on withdrawal of USSR troops from Iran] | null | TROOP WITHDRAWAL|IRAN (ISLAMIC REPUBLIC OF)|USSR | 10 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia | Southern Asia | IRN | Iran, Islamic Republic of | ["3"] | null | null | 6 |
6 | S/RES/6(1946) | 1946-05-17 | 1,946 | 1,940 | 42.0 | adopted | true | 6 (1946). Resolution of 17 May 1946 21
The Security Council,
Taking into account the fact that under Article 4 of the Charter, membership in the United Nations is
open to all peace-loving States which accept the obligations contained in the Charter and, in the judgement
of the Organization, are able and willing to car... | 1,183 | Security Council resolution 6 (1946) [on procedures for admission of new members to the United Nations] | null | UN > Members|UN. Security Council > Rules of procedure|MEMBERS|RULES OF PROCEDURE | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 7 |
-241 | S/PV.45, p.326 | 1946-06-18 | 1,946 | 1,940 | 47 | vetoed | false | null | null | Spanish question | The Spanish question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.45 | https://undocs.org/en/S/PV.47 | 8 |
-240 | S/PV.45, p. 326 | 1946-06-18 | 1,946 | 1,940 | 47 | vetoed | false | null | null | Spanish question | The Spanish question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.45 | https://undocs.org/en/S/PV.47 | 9 |
7 | S/RES/7(1946) | 1946-06-26 | 1,946 | 1,940 | 49.0 | adopted | true | 7 (1946). Resolution of 26 June 1946
Whereas the Security Council on 29 April 1946 appointed a Sub-Committee to investigate the situation
in Spain, and
Whereas the investigation of the Sub-Committee has fully confirmed the facts which led to the condemnation
of the Franco régime by the Potsdam and San Francisco Confe... | 1,001 | Security Council resolution 7 (1946) [deciding to keep the situation in Spain under observation] | null | SPANISH QUESTION|SUBSIDIARY BODIES|INTERNATIONAL SECURITY | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe | Southern Europe | ESP | Spain | ["4"] | null | null | 10 |
-7 | 7 (1946) | 1946-06-26 | 1,946 | 1,940 | 49 | vetoed | false | null | null | Spanish question | The Spanish question | null | null | 2 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}, {"country": "FRANCE", "vote": "no"}] | true | ["Russia/USSR", "France"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.49 | https://undocs.org/en/S/PV.49 | 11 |
-6 | 49th meeting, p. 444 | 1946-06-26 | 1,946 | 1,940 | 49 | vetoed | false | null | null | Spanish question | The Spanish question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.49 | https://undocs.org/en/S/PV.49 | 12 |
-5 | 49th meeting, ,p. 401 | 1946-06-26 | 1,946 | 1,940 | 49 | vetoed | false | null | null | Spanish question | The Spanish question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.49 | https://undocs.org/en/S/PV.49 | 13 |
-242 | S/PV.57, p. 138 | 1946-08-29 | 1,946 | 1,940 | 57 | vetoed | false | null | null | Admission of new Members | Application for Membership (Transjordan) | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.57 | https://undocs.org/en/S/PV.57 | 14 |
-243 | S/PV.57, p. 139 | 1946-08-29 | 1,946 | 1,940 | 57 | vetoed | false | null | null | Admission of new Members | Report of the Committee on the Admission of New Members | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.57 | https://undocs.org/en/S/PV.57 | 15 |
8 | S/RES/8(1946) | 1946-08-29 | 1,946 | 1,940 | 57.0 | adopted | true | 8 (1946). Resolution of 29 August 1946
The Security Council,
Having received and considered the report submitted by the Committee on the Admission of New Members
regarding application for membership in the United Nations presented by the People’s Republic of Albania, the Mongolian People’s Republic, Afghanistan, the ... | 903 | Security Council resolution 8 (1946) [on admission of Afghanistan, Iceland and Sweden to membership in the United Nations] | null | UN > Members|AFGHANISTAN|ICELAND|SWEDEN|MEMBERS | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "abstention"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia|Europe|Oceania | Australia and New Zealand|Eastern Asia|Northern Europe|Southern Asia|Southern Europe | AFG|ALB|AUS|IRL|ISL|MNG|PRT|SWE | Afghanistan|Albania|Australia|Ireland|Iceland|Mongolia|Portugal|Sweden | [] | null | null | 16 |
-8 | 70 meeting, p. 396. | 1946-09-20 | 1,946 | 1,940 | 70 | vetoed | false | null | null | 1946 Telegram from Ukrainian SSR (Greece) | Telegram from the Minister of Foreign Affairs of the Ukrainian Socialist Soviet Republic to the Secretary-General, dated 24 August 1946 (document S/137) | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.70 | https://undocs.org/en/S/PV.70 | 17 |
9 | S/RES/9(1946) | 1946-10-15 | 1,946 | 1,940 | 76.0 | adopted | true | 9 (1946). Resolution of 15 October 1946
The Security Council,
In virtue of the powers conferred upon it by Article 35, paragraph 2, of the Statute of the International Court of Justice, and subject to the provisions of that Article,
Resolves that:
1. The International Court of Justice shall be open to a State which... | 2,808 | Security Council resolution 9 (1946) [on the International Court of Justice] | null | ICJ|Statute of the International Court of Justice (1945)|Charter of the United Nations (1945)|INTERNATIONAL JURISDICTION|DISPUTE SETTLEMENT|TERMS OF REFERENCE|INTERNATIONAL COURTS | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 18 |
10 | S/RES/10(1946) | 1946-11-04 | 1,946 | 1,940 | 79.0 | adopted | true | 10 (1946). Resolution of 4 November 1946
The Security Council
Resolves that the situation in Spain be taken off the list of matters of which the Council is seized, and that all records and documents of the case be put at the disposal of the General Assembly ;
Requests the Secretary-General to notify the General Asse... | 384 | Security Council resolution 10 (1946) [removing the Spanish question from the list of matters of which the Council is seized] | null | SPANISH QUESTION | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe | Southern Europe | ESP | Spain | [] | null | null | 19 |
11 | S/RES/11(1946) | 1946-11-15 | 1,946 | 1,940 | 80.0 | adopted | true | 11 (1946). Resolution of 15 November 1946
The Security Council
Recommends that the General Assembly, in accordance with Article 93, paragraph 2, of the Charter, determine the conditions on which Switzerland may become a party to the Statute of the International Court of Justice, as follows:
Switzerland will become a... | 999 | Security Council resolution 11 (1946) [on the conditions under which Switzerland might become a party to the Statute of the International Court of Justice] | null | ICJ > Members|ICJ > BUDGET CONTRIBUTIONS.|Statute of the International Court of Justice (1945)|CONSTITUTIONAL LAW|SWITZERLAND|MEMBERS|TERMS OF REFERENCE|BUDGET CONTRIBUTIONS | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe | Western Europe | CHE | Switzerland | [] | null | null | 20 |
12 | S/RES/12(1946) | 1946-12-10 | 1,946 | 1,940 | 82.0 | adopted | true | 12 (1946). Resolution of 10 December 1946
The Security Council
Resolves that:
1. The representatives of Greece and Yugoslavia are invited to participate in the discussion without
vote;
2. The representatives of Albania and Bulgaria are invited to enable the Security Council to hear such declarations as they may wish... | 721 | Security Council resolution 12 (1946) [on border incidents between Greece, Albania, Bulgaria and Yugoslavia] | null | UN. SECURITY COUNCIL (1ST YEAR : 1946) > PARTICIPANTS.|BORDER INCIDENTS|GREECE|YUGOSLAVIA|ALBANIA|BULGARIA|GREEK QUESTION | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe|Southern Europe | ALB|BGR|GRC | Albania|Bulgaria|Greece | [] | null | null | 21 |
13 | S/RES/13(1946) | 1946-12-12 | 1,946 | 1,940 | 83.0 | adopted | true | 13 (1946). Resolution of 12 December 1946
The Security Council,
Having taken note of the unanimous approval by its members of the application of Siam for membership
in the United Nations,
Recommends to the General Assembly that it admit Siam to membership in the United Nations.
Adopted unanimously at the 83rd meeti... | 323 | Security Council resolution 13 (1946) [on admission of Siam (Thailand) to membership in the United Nations] | null | UN > Members|THAILAND|MEMBERS | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 22 |
14 | S/RES/14(1946) | 1946-12-16 | 1,946 | 1,940 | 84.0 | adopted | true | 14 (1946). Resolution of 16 December 1946
As the General Assembly has decided that the terms of office of the elected members of the Security Council should commence on 1 January and end on 31 December, it would seem desirable that the monthly rotation of the presidency should be adjusted so that the rotation would co... | 773 | Security Council resolution 14 (1946) [on the term of office of Presidency of the Security Council] | null | UN. Security Council > Rules of procedure|UN. Security Council. President|RULES OF PROCEDURE | 9 | 0 | 2 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 2 | false | false | false | false | false | false | false | false | none | Americas | Northern America | USA | United States | [] | null | null | 23 |
15 | S/RES/15(1946) | 1946-12-19 | 1,946 | 1,940 | 87.0 | adopted | true | 15 (1946). Resolution of 19 December 1946
[S/339]
Whereas there have been presented to the Security Council oral and written statements by the Greek,
Yugoslav. Albanian and Bulgarian Governments relating to disturbed conditions in northern Greece along the frontier between Greece on the one hand and Albania, Bulgaria ... | 2,732 | Security Council resolution 15 (1946) [on establishment of the Commission of Investigation on the Greek question] | null | UN. COMMISSION OF INVESTIGATION CONCERNING GREEK FRONTIER INCIDENTS > ESTABLISHMENT.|BORDER INCIDENTS|GREECE|ALBANIA|BULGARIA|YUGOSLAVIA|COMMISSIONS OF INQUIRY|ESTABLISHMENT|GREEK QUESTION | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "EGYPT", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "MEXICO", "vote": "yes"}, {"country": "NETHERLANDS", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe|Southern Europe | ALB|BGR|GRC | Albania|Bulgaria|Greece | [] | null | null | 24 |
16 | S/RES/16(1947) | 1947-01-10 | 1,947 | 1,940 | 91.0 | adopted | true | 16 (1947). Resolution of 10 January 1947
The Security Council,
Having received and examined the annexes to the
proposed Peace Treaty with Italy relating to the creation and government of the Free Territory of Trieste
(including an arrangement for the Free Port), 1
Hereby records its approval of the three following
d... | 768 | Security Council resolution 16 (1947) [on approval of the statute of the Free Territory of Trieste, Italy] | null | FREE PORTS|TRIESTE (FREE TERRITORY)|ITALY|INTERNATIONAL INSTRUMENTS | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "abstention"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe|Oceania | Australia and New Zealand|Southern Europe | AUS|ITA | Australia|Italy | [] | null | null | 25 |
17 | S/RES/17(1947) | 1947-02-10 | 1,947 | 1,940 | 101.0 | adopted | true | 17 (1947). Resolution of 10 February 1947
Whereas the Commission of Investigation established by the Security Council by its resolution
15 (1946) of 19 December 1946 has referred to the
Council the question of whether the Commission’s
request to the Greek Government to postpone the
execution of persons sentenced to de... | 1,133 | Security Council resolution 17 [1947) [requesting postponement of the execution of persons sentenced by the Greek Government] | null | UN. Commission of Investigation concerning Greek Frontier Incidents|CAPITAL PUNISHMENT|POLITICAL PRISONERS|GREECE|WITNESSES|GREEK QUESTION | 9 | 0 | 2 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe|Southern Europe | ALB|BGR|GRC|POL | Albania|Bulgaria|Greece|Poland | ["15"] | null | null | 26 |
18 | S/RES/18(1947) | 1947-02-13 | 1,947 | 1,940 | 105.0 | adopted | true | 18 (1947). Resolution of 13 February 1947
[S/268/Rev.1/Corr.1]
The Security Council,
Having accepted General Assembly resolution 41 (1)
of 14 December 1946, and recognizing that the general
regulation and reduction of armaments and armed
forces constitute a most important measure for strengthening international peace... | 3,159 | Security Council resolution 18 (1947) [on regulation and reduction of armaments] | null | UN. Military Staff Committee|UN. Atomic Energy Commission|UN. COMMISSION FOR CONVENTIONAL ARMAMENTS > ESTABLISHMENT.|ARMAMENTS|ARMED FORCES|CONVENTIONAL WEAPONS|ARMS LIMITATION|DISARMAMENT|ESTABLISHMENT | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 1 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 27 |
19 | S/RES/19(1947) | 1947-02-27 | 1,947 | 1,940 | 114.0 | adopted | true | 19 (1947). Resolution of 27 February 1947
As a preliminary step in the consideration of the
incidents in the Corfu Channel which are the subject
of a dispute between the United Kingdom and Albania,
The Security Council
Resolves to appoint a sub-committee of three members to examine all the available evidence concern... | 894 | Security Council resolution 19 (1947) [on incidents in the Corfu Channel] | null | DISPUTES|ARMED INCIDENTS|ALBANIA|UNITED KINGDOM|ARMED INCIDENTS|CORFU CHANNEL|SUBSIDIARY BODIES | 8 | 0 | 3 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia|Europe | Eastern Europe|Northern Europe|Southern Europe|Western Asia | ALB|GBR|POL|SYR | Albania|United Kingdom|Poland|Syrian Arab Republic | [] | null | null | 28 |
20 | S/RES/20(1947) | 1947-03-10 | 1,947 | 1,940 | 117.0 | adopted | true | 20 (1947). Resolution of 10 March 1947
[S/296]
The Security Council,
Having received and considered the first report of
the Atomic Energy Commission, 21 dated 31 December
1946, together with the letter of transmittal 22 of the
same date,
1, Recognizes that any agreement expressed by the
members of the Council to the... | 1,553 | Security Council resolution 20 (1947) [on international control of atomic energy] | null | UN. Atomic Energy Commission|NUCLEAR ENERGY|TREATIES | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 29 |
-1 | 120th meeting, p. 567, as amended (S/PV.122, pp. 608-609) | 1947-03-25 | 1,947 | 1,940 | 122 | vetoed | false | null | null | Corfu Channel | The Corfu Channel Question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.122 | https://undocs.org/en/S/PV.122 | 30 |
21 | S/RES/21(1947) | 1947-04-02 | 1,947 | 1,940 | 124.0 | adopted | true | 21 (1947). Resolution of 2 April 1947
[S/318]
Whereas Article 75 of the Charter of the United
Nations provides for the establishment of an International Trusteeship System for the administration and
supervision of such territories as may be placed thereunder by subsequent agreements ; and
Whereas under Article 77 of ... | 9,743 | Security Council resolution 21 (1947) [on the Trusteeship Agreement for the Trust Territory of the Pacific Islands] | null | Trusteeship Agreement for the Trust Territory of the Pacific Islands (1947)|PACIFIC ISLANDS (TRUST TERRITORY) QUESTION|TRUSTEESHIP AGREEMENTS | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Americas|Asia | Eastern Asia|Northern America | JPN|USA | Japan|United States | [] | null | null | 31 |
22 | S/RES/22(1947) | 1947-04-09 | 1,947 | 1,940 | 127.0 | adopted | true | 22 (1947). Resolution of 9 April 1947
[S/324]
The Security Council,
Having considered statements of representatives of
the United Kingdom and of Albania concerning a
dispute between the United Kingdom and Albania
arising out of an incident on 22 October 1946 in the
Straits of Corfu in which two British ships were dam... | 704 | Security Council resolution 22 (1947) [on incidents in the Corfu Channel) | null | ICJ|DISPUTES|ARMED INCIDENTS|ALBANIA|UNITED KINGDOM|ARMED INCIDENTS|CORFU CHANNEL|SUBMARINE MINES | 8 | 0 | 2 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe|Northern Europe|Southern Europe | ALB|GBR|POL | Albania|United Kingdom|Poland | [] | null | null | 32 |
23 | S/RES/23(1947) | 1947-04-18 | 1,947 | 1,940 | 131.0 | adopted | true | 23 (1947). Resolution of 18 April 1947
[S/330/Corr. 1]
The Security Council
Resolves that, pending a new decision of the Security Council, the Commission established by the Council’s resolution 15 (1946) of 19 December 1946 shall
maintain in the area concerned a subsidiary group,
composed of a representative of each ... | 581 | Security Council resolution 23 (1947) [on the Commission of Investigation established by Security Council resolution 15 (1946) on the Greek question] | null | UN. Commission of Investigation concerning Greek Frontier Incidents|COMMISSIONS OF INQUIRY|GREEK QUESTION | 9 | 0 | 2 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe | POL | Poland | ["15"] | null | null | 33 |
24 | S/RES/24(1947) | 1947-04-30 | 1,947 | 1,940 | 132.0 | adopted | true | 24 (1947). Resolution of 30 April 1947
The Security Council
Resolves that the application of Hungary for admission to membership in the United Nations dated 22
April 1947 should be referred to the Committee on
the Admission of New Members for study and report
to the Security Council at the appropriate time.
Adopted a... | 369 | Security Council resolution 24 (1947) [on admission of Hungary to membership in the United Nations] | null | UN > Members|UN. Security Council. Committee on the Admission of New Members|HUNGARY|MEMBERS | 10 | 1 | 0 | 11 | false | [{"country": "AUSTRALIA", "vote": "no"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe|Oceania | Australia and New Zealand|Eastern Europe | AUS|HUN | Australia|Hungary | [] | null | null | 34 |
25 | S/RES/25(1947) | 1947-05-22 | 1,947 | 1,940 | 137.0 | adopted | true | 25 (1947). Resolution of 22 May 1947
The Security Council
Resolves that the application of Italy to the Security
Council for membership in the United Nations be
referred to the Security Council’s Committee on the
Admission of New Members for study and report to
the Security Council.
Adopted at the 137th meeting by 10... | 366 | Security Council resolution 25 (1947) [on admission of Hungary to membership in the United Nations] | null | UN > Members|UN. Security Council. Committee on the Admission of New Members|ITALY|MEMBERS | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "abstention"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Europe|Oceania | Australia and New Zealand|Southern Europe | AUS|ITA | Australia|Italy | [] | null | null | 35 |
26 | S/RES/26(1947) | 1947-06-04 | 1,947 | 1,940 | 138.0 | adopted | true | 26 (1947). Resolution of 4 June 1947
[S/368]
The Security Council,
Having considered General Assembly resolution
88 (I) of 19 November 1946, adopting provisionally
and subject to the concurrence of the Security Council
the following rule of procedure :
“Rule 99 A
“Any meeting of the General Assembly held in
pursuanc... | 1,208 | Security Council resolution 26 (1947) [on the provisional rules of procedure of the Security Council] | null | UN. Security Council > Rules of procedure|ICJ > Members|ICJ > Terms of reference|Statute of the International Court of Justice (1945)|RULES OF PROCEDURE|ELECTION OF MEMBERS|TERMS OF REFERENCE | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 36 |
-201 | S/391 | 1947-07-29 | 1,947 | 1,940 | 170 | vetoed | false | null | null | Greek frontier incidents | The Greek frontier incidents question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/391 | https://undocs.org/en/S/PV.170 | 37 |
27 | S/RES/27(1947) | 1947-08-01 | 1,947 | 1,940 | 173.0 | adopted | true | 27 (1947). Resolution of 1 August 1947
[S/459]
The Security Council,
Noting with concern the hostilities in progress between the armed forces of the Netherlands and the
Republic of Indonesia,
Calls upon the parties :
(a) To cease hostilities forthwith, and
(6) To settle their dispute by arbitration or by other
pe... | 532 | Security Council resolution 27 (1947) [calling upon the Netherlands and Indonesia to cease hostilities] | null | MILITARY OCCUPATION|ARMED INCIDENTS|INDONESIA|NETHERLANDS (KINGDOM OF THE)|INDONESIAN QUESTION | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia|Europe | South-eastern Asia|Western Europe | IDN|NLD | Indonesia|Netherlands | [] | null | null | 38 |
28 | S/RES/28(1947) | 1947-08-06 | 1,947 | 1,940 | 177.0 | adopted | true | 28 (1947). Resolution of 6 August 1947
The Security Council
Resolves to appoint a sub-committee of the representatives of the delegations which have submitted
proposals on the Greek question and amendments
thereto, in order to ascertain the possibility of formulating a new draft resolution which the sub-committee can... | 546 | Security Council resolution 28 (1947) [on appointment of a subcommittee of the representatives of the delegations which have submitted proposals on the Greek question] | null | SUBSIDIARY BODIES|GREEK QUESTION | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 1 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 39 |
29 | S/RES/29(1947) | 1947-08-12 | 1,947 | 1,940 | 190.0 | adopted | true | 29 (1947). Resolution of 12 August 1947
The Security Council,
Having received and considered the report submitted
by the Committee on the Admission of New Members
regarding the re-examination of the applications for
membership in the United Nations of the People’s
Republic of Albania, the Mongolian People’s Republic,
... | 929 | Security Council resolution 29 (1947) [on admission of Yemen and Pakistan to membership in the United Nations] | null | UN > Members|YEMEN|PAKISTAN|MEMBERS | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia|Europe | Eastern Asia|Eastern Europe|Northern Europe|Southern Asia|Southern Europe|Western Asia|Western Europe | ALB|AUT|BGR|HUN|IRL|ITA|MNG|PAK|PRT|YEM | Albania|Austria|Bulgaria|Hungary|Ireland|Italy|Mongolia|Pakistan|Portugal|Yemen | [] | null | null | 40 |
-233 | S/PV.186, p. 2042 | 1947-08-18 | 1,947 | 1,940 | 186 | vetoed | false | null | null | Admission of new Members | Admission of new Members | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.186 | https://undocs.org/en/S/PV.186 | 41 |
-234 | S/PV.186, p.2041 | 1947-08-18 | 1,947 | 1,940 | 186 | vetoed | false | null | null | Admission of new Members | Admission of new Members | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.186 | https://undocs.org/en/S/PV.186 | 42 |
-232 | S/PV.186, p. 2041 | 1947-08-18 | 1,947 | 1,940 | 186 | vetoed | false | null | null | Admission of new Members | Admission of new Members | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.186 | https://undocs.org/en/S/PV.186 | 43 |
-212 | S/471 and add. 1 , 177th meeting, p. 1808 and S/PV.188, pp. 2093-2094 | 1947-08-19 | 1,947 | 1,940 | 188 | vetoed | false | null | null | Greek frontier incidents | The Greek Frontier Incidents Question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.186 | https://undocs.org/en/S/PV.188 | 44 |
-215 | S/486, 180th meeting, footnote, pp. 1910-1911 | 1947-08-19 | 1,947 | 1,940 | 188 | vetoed | false | null | null | Greek frontier incidents | The Greek Frontier Incidents Question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/486 | https://undocs.org/en/S/PV.188 | 45 |
-235 | S/PV.190, p. 2127 | 1947-08-21 | 1,947 | 1,940 | 190 | vetoed | false | null | null | Admission of new Members | Applications for Membership (Italy) | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.190 | https://undocs.org/en/S/PV.190 | 46 |
-236 | S/PV.190, p. 2130-2131 | 1947-08-21 | 1,947 | 1,940 | 190 | vetoed | false | null | null | Admission of new Members | Admission of new Members | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.190 | https://undocs.org/en/S/PV.190 | 47 |
-3 | 29 (1947); 30 (1947); 31 (1947) | 1947-08-25 | 1,947 | 1,940 | 194 | vetoed | false | null | null | Indonesian question | The Indonesian question | null | null | 1 | null | null | false | [{"country": "FRANCE", "vote": "no"}] | true | ["France"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/513 | https://undocs.org/en/S/PV.194 | 48 |
30 | S/RES/30(1947) | 1947-08-25 | 1,947 | 1,940 | 194.0 | adopted | true | 30 (1947). Resolution of 25 August 1947
(S/525, I]
Whereas the Security Council on 1 August 1947
called upon the Netherlands and the Republic of Indonesia to cease hostilities forthwith,
Whereas communications have been received from
the Governments of the Netherlands and of the Republic of Indonesia advising that ord... | 2,458 | Security Council resolution 30 (1947) [on the cease-fire between Indonesia and the Netherlands] | null | UN. Security Council Consular Commission at Batavia|SOVEREIGNTY|INDONESIA|TREATIES|CEASEFIRES|TROOP WITHDRAWAL|INDONESIA|NETHERLANDS (KINGDOM OF THE)|INDONESIAN QUESTION|DISPUTE SETTLEMENT | 7 | 0 | 4 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "abstention"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC"... | false | [] | 2 | false | false | false | false | false | false | false | false | none | Americas|Asia|Europe | Eastern Europe|Latin America and the Caribbean|Northern Europe|South-eastern Asia|Western Europe | COL|GBR|IDN|IRL|NLD|POL | Colombia|United Kingdom|Indonesia|Ireland|Netherlands|Poland | ["27"] | null | null | 49 |
31 | S/RES/31(1947) | 1947-08-25 | 1,947 | 1,940 | 194.0 | adopted | true | 31 (1947). Resolution of 25 August 1947
[S/525, IY]
The Security Council
Resolves to tender its good offices to the parties in
order to assist in the pacific settlement of their dispute
in accordance with sub-paragraph (5) of its resolution
27 (1947) of 1 August 1947. The Council expresses
its readiness, if the parti... | 644 | Security Council resolution 31 (1947) [on the Security Council Committee of Good Offices on the Indonesian question] | null | UN. Security Council. Committee of Good Offices|GOOD OFFICES|INDONESIAN QUESTION | 8 | 0 | 3 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia|Europe | Eastern Europe|Western Asia | POL|SYR | Poland|Syrian Arab Republic | ["27"] | null | null | 50 |
32 | S/RES/32(1947) | 1947-08-26 | 1,947 | 1,940 | 195.0 | adopted | true | 32 (1947). Resolution of 26 August 1947
[S/525, III]
The Security Council,
Taking into consideration that military operations
are being continued on the territory of the Republic
of Indonesia,
1. Reminds the Government of the Netherlands and
the Government of the Republic of Indonesia of its
resolution 27 (1947) of ... | 713 | Security Council resolution 32 (1947) [concerning continued military operations in Indonesia] | null | ARMED INCIDENTS|CEASEFIRES|NETHERLANDS (KINGDOM OF THE)|INDONESIA|INDONESIAN QUESTION | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia|Europe | Northern Europe|South-eastern Asia|Western Europe | GBR|IDN|IRL|NLD | United Kingdom|Indonesia|Ireland|Netherlands | ["27"] | null | null | 51 |
33 | S/RES/33(1947) | 1947-08-27 | 1,947 | 1,940 | 197.0 | adopted | true | 33 (1947). Resolution of 27 August 1947
[S/528]
The Security Council
Resolves :
1. That the sub-committee of the Committee of
Experts be instructed to negotiate with the General
Assembly’s committee on procedure for its acceptance
of rule 58 of the provisional rules of procedure of the
Security Council as tentatively ... | 1,695 | Security Council resolution 33 (1947) [on the provisional rules of procedure of the Security Council] | null | UN. Security Council > Rules of procedure|UN. General Assembly > Rules of procedure|UN. Committee of Experts concerning the Rules Governing the Admission of New Members|RULES OF PROCEDURE|EXPERTS|SUBSIDIARY BODIES | 10 | 0 | 1 | 11 | false | [{"country": "AUSTRALIA", "vote": "abstention"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Oceania | Australia and New Zealand | AUS | Australia | [] | null | null | 52 |
-222 | S/552, 202nd meeting, p. 2369 | 1947-09-15 | 1,947 | 1,940 | 202 | vetoed | false | null | null | Greek frontier incidents | The Greek Frontier Incidents Question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/552 | https://undocs.org/en/S/PV.202 | 53 |
34 | S/RES/34(1947) | 1947-09-15 | 1,947 | 1,940 | 202.0 | adopted | true | 34 (1947). Resolution of 15 September 1947
[S/555]
The Security Council
(a) Resolves that the dispute between Greece, on
the one hand, and Albania, Yugoslavia and Bulgaria,
on the other, be taken off the list of matters of which
the Council is seized ; and
(b) Requests that the Secretary-General be instructed to pla... | 494 | Security Council resolution 34 (1947) [on settlement of the Greek question] | null | DISPUTE SETTLEMENT|GREEK QUESTION | 9 | 2 | 0 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "no"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"... | true | ["USSR"] | 0 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe|Southern Europe | ALB|BGR|GRC|POL | Albania|Bulgaria|Greece|Poland | [] | null | null | 54 |
-237 | S/PV.202, p. 2400 | 1947-09-15 | 1,947 | 1,940 | 202 | vetoed | false | null | null | Greek frontier incidents | The Greek Frontier Incidents Question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.202 | https://undocs.org/en/S/PV.202 | 55 |
-231 | S/PV. 206, p. 2476 | 1947-10-01 | 1,947 | 1,940 | 206 | vetoed | false | null | null | Admission of new Members | Reconsideration of the applications for admission to the United Nations of Bulgaria, Hungary, Italy and Romania--Application [for admission to the United Nations] of Finland | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.206 | https://undocs.org/en/S/PV.206 | 56 |
35 | S/RES/35(1947) | 1947-10-03 | 1,947 | 1,940 | 207.0 | adopted | true | 35 (1947). Resolution of 3 October 1947
[S/574]
The Security Council
Resolves :
1. That the Secretary-General be requested to act
as convener of the Committee of three ® and arrange
for the organization of its work ;
2. That the Committee of Three be requested to
proceed to exercise its functions with the utmost
dis... | 442 | Security Council resolution 35 (1947) [concerning the Committee of Good Offices on the Indonesian question] | null | UN. Security Council. Committee of Good Offices|INDONESIAN QUESTION | 9 | 0 | 2 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "abstention"}, {"country": "SYRIAN ARAB REPUBLIC", "vote... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Europe | Eastern Europe | POL | Poland | [] | null | null | 57 |
36 | S/RES/36(1947) | 1947-11-01 | 1,947 | 1,940 | 219.0 | adopted | true | 36 (1947). Resolution of 1 November 1947
(S/597]
The Security Council,
Having received and taken note of the report of
the Consular Commission dated 14 October 1947, 9
indicating that the Council’s resolution 27 (1947) of
1 August 1947 relating to the cessation of hostilities
has not been fully effective,
Having tak... | 1,990 | Security Council resolution 36 (1947) [on an arrangement which will ensure the observance of the cease-fire in Indonesia] | null | UN. Security Council. Committee of Good Offices|UN. Security Council Consular Commission at Batavia|TROOP WITHDRAWAL|CEASEFIRES|TREATIES|INDONESIA|NETHERLANDS (KINGDOM OF THE)|INDONESIAN QUESTION | 7 | 1 | 3 | 11 | false | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "abstention"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "no"}, {"country": "SYRIAN ARAB REPUBLIC", "vote"... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Americas|Asia|Europe | Eastern Europe|Latin America and the Caribbean|Western Asia | COL|POL|SYR | Colombia|Poland|Syrian Arab Republic | ["27", "30"] | null | null | 58 |
37 | S/RES/37(1947) | 1947-12-09 | 1,947 | 1,940 | 222.0 | adopted | true | 37 (1947). Resolution of 9 December 1947
The Security Council
Decides to include in its rules of procedure the
following revised rules :
CHAPTER X. —- ADMISSION OF NEW MEMBERS
“Rule 58
“Any State which desires to become a Member
of the United Nations shall submit an application
to the Secretary-General. This applica... | 1,773 | Security Council resolution 37 (1947) [on inclusion of revised rules in the provisional rules of procedure of the Security Council] | null | UN. Security Council > Rules of procedure|UN > Members|RULES OF PROCEDURE|MEMBERS | 11 | 0 | 0 | 11 | true | [{"country": "AUSTRALIA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "BRAZIL", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "POLAND", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes... | false | [] | 0 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 59 |
38 | S/RES/38(1948) | 1948-01-17 | 1,948 | 1,940 | 229.0 | adopted | true | 38 (1948). Resolution of 17 January 1948
(S/651]
The Security Council,
Having heard statements on the situation in Kashmir
from representatives of the Governments of India and
Pakistan,
Recognizing the urgency of the situation,
Taking note of the telegram addressed on 6 January
1948 by its President to each of the ... | 1,431 | Security Council resolution 38 (1948) [requesting India and Pakistan to take measures to improve the situation in Kashmir] | null | INDIA-PAKISTAN QUESTION | 9 | 0 | 2 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ab... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia | Southern Asia | IND|PAK | India|Pakistan | [] | null | null | 60 |
39 | S/RES/39(1948) | 1948-01-20 | 1,948 | 1,940 | 230.0 | adopted | true | 39 (1948). Resolution of 20 January 1948
[S/654]
The Security Council,
Considering that it may investigate any dispute or
any situation which might, by its continuance, endanger
the maintenance of international peace and security
and that, in the existing state of affairs between India
and Pakistan, such an investiga... | 3,367 | Security Council resolution 39 (1948) [establishing a Commission on the India-Pakistan question] | null | UN COMMISSION FOR INDIA AND PAKISTAN > ESTABLISHMENT.|POLITICAL STATUS|JAMMU AND KASHMIR|INDIA-PAKISTAN QUESTION|ESTABLISHMENT | 9 | 0 | 2 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ab... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia | Southern Asia | IND|PAK | India|Pakistan | ["47"] | null | null | 61 |
40 | S/RES/40(1948) | 1948-02-28 | 1,948 | 1,940 | 259.0 | adopted | true | 40 (1948). Resolution of 28 February 1948
[S/689]
The Security Council
Requests the Committee of Good Offices to pay
particular attention to the political developments in
western Java and Madura and to report to the Council
thereon at frequent intervals.
Adopted at the 259th meeting by 8 votes to none, with 3 abstent... | 411 | Security Council resolution 40 (1948) [on political developments in western Java and Madura, Indonesia] | null | UN. Security Council. Committee of Good Offices|POLITICAL CONDITIONS|JAVA (INDONESIA)|MADURA (INDONESIA)|INDONESIA|INDONESIAN QUESTION | 8 | 0 | 3 | 11 | false | [{"country": "ARGENTINA", "vote": "abstention"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vot... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Americas | Latin America and the Caribbean | ARG | Argentina | [] | null | null | 62 |
41 | S/RES/41(1948) | 1948-02-28 | 1,948 | 1,940 | 259.0 | adopted | true | 41 (1948). Resolution of 28 February 1948
[S/678]
The Security Council,
Having considered the report of the Committee of
Good Offices,1! informing the Council of the steps
taken by the Netherlands Government and the Government of the Republic of Indonesia to comply with
the Council’s resolution 27 (1947) of 1 August ... | 1,152 | Security Council resolution 41 (1948) [on the signing of the Truce Agreement by the Netherlands and Indonesia] | null | UN. Security Council. Committee of Good Offices|CEASEFIRES|TREATIES|NETHERLANDS (KINGDOM OF THE)|INDONESIA|DISPUTE SETTLEMENT|GOOD OFFICES|INDONESIAN QUESTION | 7 | 0 | 4 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "abstention"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "abstention"}, {"country": "UKRAINE... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Americas|Asia|Europe | Latin America and the Caribbean|South-eastern Asia|Western Asia|Western Europe | COL|IDN|NLD|SYR | Colombia|Indonesia|Netherlands|Syrian Arab Republic | ["27", "31"] | null | null | 63 |
42 | S/RES/42(1948) | 1948-03-05 | 1,948 | 1,940 | 263.0 | adopted | true | 42 (1948). Resolution of 5 March 1948
[S/691]
The Security Council,
Having received General Assembly resolution 181
(II) of 29 November 1947 on Palestine, and having
received from the United Nations Palestine Commission its first monthly report 23 and its first special
report on the problem of security in Palestine, ... | 1,302 | Security Council resolution 42 (1948) [on implementation of General Assembly resolution 181 (II) on the question of Palestine] | null | UN. Security Council|UN Palestine Commission|Jewish Agency for Palestine|Arab Higher Committee for Palestine|Plan of Partition with Economic Union (1947)|TERRITORIAL PARTITION|PALESTINE|PALESTINE QUESTION|CONSULTATIONS | 8 | 0 | 3 | 11 | false | [{"country": "ARGENTINA", "vote": "abstention"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "abstention"}, {"country": "UKRAINE... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Americas|Asia|Europe | Latin America and the Caribbean|Northern Europe|Western Asia | ARG|GBR|IRL|PSE|SYR | Argentina|United Kingdom|Ireland|Palestine, State of|Syrian Arab Republic | [] | null | null | 64 |
43 | S/RES/43(1948) | 1948-04-01 | 1,948 | 1,940 | 277.0 | adopted | true | 43 (1948). Resolution of 1 April 1948
[S/714, I]
The Security Council,
In the exercise of its primary responsibility for the
maintenance of international peace and security,
1. Notes the increasing violence and disorder in
Palestine and believes that it is of the utmost urgency
that an immediate truce be effected in... | 803 | Security Council resolution 43 (1948) [calling for an immediate truce in Palestine] | null | Jewish Agency for Palestine|Arab Higher Committee for Palestine|POLITICAL VIOLENCE|CEASEFIRES|PALESTINE QUESTION | 11 | 0 | 0 | 11 | true | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ye... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia | Western Asia | PSE | Palestine, State of | [] | null | null | 65 |
44 | S/RES/44(1948) | 1948-04-01 | 1,948 | 1,940 | 277.0 | adopted | true | 44 (1948). Resolution of 1 April 1948
(S/714, 1]
The Security Council,
Having received, on 9 December 1947, General
Assembly resolution 181 (II) concerning Palestine
dated 29 November 1947,
Having taken note of the United Nations Palestine
Commission’s first 23 and second 25 monthly progress
reports and first specia... | 879 | Security Council resolution 44 (1948) [requesting a special session of the General Assembly to discuss the future government of Palestine] | null | UN. General Assembly (2nd special sess. : 1948 : Flushing Meadow, N.Y.)|UN Palestine Commission|PALESTINE QUESTION|CONSULTATIONS | 9 | 0 | 2 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ab... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia | Western Asia | PSE | Palestine, State of | [] | null | null | 66 |
45 | S/RES/45(1948) | 1948-04-10 | 1,948 | 1,940 | 279.0 | adopted | true | 45 (1948). Resolution of 10 April 1948
[S/717]
The Security Council,
Having received and considered the report submitted by the Committee on the Admission of New
Members regarding the application of the Union of
Burma, 46
Having taken note of the unanimous approval of
the members of the Council of the application of... | 669 | Security Council resolution 45 (1948) [on admission of Burma (Myanmar) to membership in the United Nations] | null | UN > Members|MYANMAR|MEMBERS | 10 | 0 | 1 | 11 | false | [{"country": "ARGENTINA", "vote": "abstention"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vot... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Americas | Latin America and the Caribbean | ARG | Argentina | [] | null | null | 67 |
-4 | 45 (1948) | 1948-04-10 | 1,948 | 1,940 | 279 | vetoed | false | null | null | Admission of new Members | Applications of the Union of Burma for membership in the United Nations--Reconsideration of the applications for membership in the United Nations of Albania, Austria, Bulgaria, Finland, Hungary, Ireland, the Mongolian People's Republic, Portugal, Romania and Transjordan | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.279 | https://undocs.org/en/S/PV.279 | 68 |
46 | S/RES/46(1948) | 1948-04-17 | 1,948 | 1,940 | 283.0 | adopted | true | 46 (1948). Resolution of 17 April 1948
[S/723]
The Security Council,
Considering its resolution 43 (1948) of 1 April
1948 and the conversations held by its President with
the representatives of the Jewish Agency for Palestine
and the Arab Higher Committee with a view to
arranging a truce between Arabs and Jews in Pal... | 3,323 | Security Council resolution 46 (1948) [calling upon all parties to take immediate measures for a truce in Palestine] | null | UN. Security Council|UN. General Assembly|Jewish Agency for Palestine|Arab Higher Committee for Palestine|UNITED KINGDOM|CEASEFIRES|TRANSPORT|HEALTH SERVICES|FOOD SUPPLY|WATER SUPPLY|PALESTINE QUESTION|NEIGHBOURING STATES | 9 | 0 | 2 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ab... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia|Europe | Northern Europe|Western Asia | GBR|PSE | United Kingdom|Palestine, State of | ["43"] | null | null | 69 |
47 | S/RES/47(1948) | 1948-04-21 | 1,948 | 1,940 | 286.0 | adopted | true | 47 (1948). Resolution of 21 April 1948
[S/726]
The Security Council,
Having considered the complaint of the Government
of India concerning the dispute over the State of
Jammu and Kashmir,
Having heard the representative of India in support
of that complaint and the reply and counter-complaints
of the representative ... | 10,575 | Security Council resolution 47 (1948) [on restoration of peace and order and the plebiscite in the State of Jammu and Kashmir] | null | UN Commission for India and Pakistan|UN Military Observer Group in India and Pakistan|CEASEFIRES|TROOP WITHDRAWAL|TRUCE SUPERVISION|PAKISTAN|INDIA|TROOP WITHDRAWAL|PLEBISCITES|POLITICAL PRISONERS|CEASEFIRES|JAMMU AND KASHMIR|INDIA-PAKISTAN QUESTION|NEGOTIATION|PEACEKEEPING OPERATIONS | 11 | 0 | 0 | 11 | true | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ye... | false | [] | 0 | false | false | false | false | false | false | false | false | none | Asia | Southern Asia | IND|PAK | India|Pakistan | ["39", "38"] | null | null | 70 |
48 | S/RES/48(1948) | 1948-04-23 | 1,948 | 1,940 | 287.0 | adopted | true | 48 (1948). Resolution of 23 April 1948
[S/727]
The Security Council,
Referring to its resolution 46 (1948) of 17 April
1948 calling upon all parties concerned to comply
with specific terms for a truce in Palestine,
Establishes a Truce Commission for Palestine composed of representatives of those members of the
Secur... | 1,430 | Security Council resolution 48 (1948) [on establishment of the UN Truce Commission for Palestine] | null | UN. Truce Commission for Palestine > Establishment|TRUCE SUPERVISION|PALESTINE QUESTION|ESTABLISHMENT|FREEDOM OF MOVEMENT | 8 | 0 | 3 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "abstention"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vot... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Americas|Asia | Latin America and the Caribbean|Western Asia | COL|PSE|SYR | Colombia|Palestine, State of|Syrian Arab Republic | ["46"] | null | null | 71 |
49 | S/RES/49(1948) | 1948-05-22 | 1,948 | 1,940 | 302.0 | adopted | true | 49 (1948). Resolution of 22 May 1948
[S/773]
The Security Council,
Taking into consideration that previous resolutions
of the Security Council in respect to Palestine have
not been complied with and that military operations
are taking place in Palestine,
1. Calls upon all Governments and authorities,
without prejudi... | 1,363 | Security Council resolution 49 (1948) [calling for a cease-fire and maintenance of the truce in Jerusalem] | null | UN Mediator in Palestine|UN. Truce Commission for Palestine|CEASEFIRES|JERUSALEM|PALESTINE QUESTION|ISRAEL-ARAB WAR (1948-1949)|TRUCE SUPERVISION | 8 | 0 | 3 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "abstention"}, {"country": "UKRAINE", "vot... | false | [] | 1 | false | false | false | false | false | false | false | false | none | Asia | Western Asia | PSE|SYR | Palestine, State of|Syrian Arab Republic | ["48"] | null | null | 72 |
-2 | 281st meeting, p. 2 | 1948-05-24 | 1,948 | 1,940 | 303 | vetoed | false | null | null | Czechoslovak question | The Czechoslovak Question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.303 | https://undocs.org/en/S/PV.303 | 73 |
-245 | See PV | 1948-05-24 | 1,948 | 1,940 | 303 | vetoed | false | null | null | Czechoslovak question | Letter from the permanent representative of Chile relative to the events in Czechoslovakia--The Palestine question | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/PV.303 | https://undocs.org/en/S/PV.303 | 74 |
50 | S/RES/50(1948) | 1948-05-29 | 1,948 | 1,940 | 310.0 | adopted | true | 50 (1948). Resolution of 29 May 1948
[S/801]
The Security Council,
Desiring to bring about a cessation of hostilities in
Palestine without prejudice to the rights, claims and
position of either Arabs or Jews,
1. Calls upon all Governments and authorities
concerned to order a cessation of all acts of armed
force for ... | 2,728 | Security Council resolution 50 (1948) [calling for a cessation of hostilities in Palestine] | null | UN Mediator in Palestine|League of Arab States|UN. Truce Commission for Palestine|UN Truce Supervision Organization in Palestine|Arab Higher Committee for Palestine|Jewish Agency for Palestine|RELIGIOUS PLACES|JERUSALEM|ARMS EMBARGO|CEASEFIRES|PALESTINE|EGYPT|IRAQ|LEBANON|SAUDI ARABIA|SYRIAN ARAB REPUBLIC|JORDAN|YEMEN|... | 11 | 0 | 0 | 11 | true | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ye... | false | [] | 0 | false | true | false | false | false | false | false | false | none | Africa|Asia | Northern Africa|Western Asia | EGY|IRQ|LBN|PSE|SAU|SYR|YEM | Egypt|Iraq|Lebanon|Palestine, State of|Saudi Arabia|Syrian Arab Republic|Yemen | [] | null | null | 75 |
51 | S/RES/51(1948) | 1948-06-03 | 1,948 | 1,940 | 312.0 | adopted | true | 51 (1948). Resolution of 3 June 1948
[S/819]
The Security Council
1. Reaffirms its resolutions 38 (1948) of 17 January,
39 (1948) of 20 January and 47 (1948) of 21 April
1948 ;
2. Directs the United Nations Commission for India
and Pakistan to proceed without delay to the areas
of dispute with a view to accomplishin... | 935 | Security Council resolution 51 (1948) [directing the UN Commission for India and Pakistan to proceed without delay to the areas of dispute] | null | UN Commission for India and Pakistan|INDIA-PAKISTAN QUESTION | 8 | 0 | 3 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "abstention"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vot... | false | [] | 2 | false | false | false | false | false | false | false | false | none | Asia | Eastern Asia|Southern Asia | CHN|IND|PAK | China|India|Pakistan | ["39", "47"] | null | null | 76 |
-226 | S/836 | 1948-06-22 | 1,948 | 1,940 | 325 | vetoed | false | null | null | International control of atomic energy | Atomic Energy: International Control | null | null | 1 | null | null | false | [{"country": "RUSSIAN FEDERATION", "vote": "no"}] | true | ["Russia/USSR"] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | [] | http://www.un.org/ga/search/view_doc.asp?symbol=S/836 | https://undocs.org/en/S/PV.325 | 77 |
52 | S/RES/52(1948) | 1948-06-22 | 1,948 | 1,940 | 325.0 | adopted | true | 52 (1948). Resolution of 22 June 1948
[S/852]
The Security Council,
Having received and examined the first, second and
third reports of the Atomic Energy Commission, 48
Directs the Secretary-General to transmit to the
General Assembly and to the States Members of the
United Nations the first, second and third report... | 793 | Security Council resolution 52 (1948) [on international control of atomic energy] | null | UN. Atomic Energy Commission|NUCLEAR ENERGY | 9 | 0 | 2 | 11 | false | [{"country": "ARGENTINA", "vote": "yes"}, {"country": "BELGIUM", "vote": "yes"}, {"country": "CANADA", "vote": "yes"}, {"country": "CHINA", "vote": "yes"}, {"country": "COLOMBIA", "vote": "yes"}, {"country": "FRANCE", "vote": "yes"}, {"country": "SYRIAN ARAB REPUBLIC", "vote": "yes"}, {"country": "UKRAINE", "vote": "ab... | false | [] | 1 | false | false | false | false | false | false | false | false | none | null | null | null | null | [] | null | null | 78 |
UN Security Council Complete Dataset (UNSC-Complete)
🌍 The Most Comprehensive UN Security Council Dataset Available
Dataset Summary
UNSC-Complete is the first dataset to combine ALL UN Security Council activity:
- ✅ 2,722 adopted resolutions (1946-2024) with full texts and voting records
- ❌ 271 vetoed draft resolutions (1946-2025) that were blocked by P5 members
- 📊 2,993 total records showing what passes AND what fails at the UN's most powerful body
This unified dataset reveals the complete picture of Security Council decision-making, including the 90.9% passage rate and the critical 9.1% of drafts that never see the light of day due to vetoes.
🎯 Why This Dataset Matters
Previous datasets only included adopted resolutions, missing the crucial story of what gets blocked. This dataset shows:
- 271 vetoed drafts - the "dark matter" of international diplomacy
- Russia/USSR: 161 vetoes, USA: 95 vetoes, showing geopolitical fault lines
- Cold War vs Post-Cold War dynamics: 200 vetoes (1946-89) vs 71 vetoes (1990-2025)
- Complete voting records: See exactly how each country voted on every resolution
📁 Dataset Structure
Unified Schema
Every record (adopted or vetoed) contains:
{
"unified_id": 1234,
"res_no": 242, // Positive for adopted, negative for vetoed
"symbol": "S/RES/242(1967)", // or draft number for vetoed
"date": "1967-11-22",
"status": "adopted", // or "vetoed"
"is_adopted": true, // boolean flag
"vote_yes": 15,
"vote_no": 0,
"vote_abstention": 0,
"voting_countries": [
{"country": "UNITED STATES", "vote": "yes"},
{"country": "USSR", "vote": "yes"},
...
],
"has_veto": false,
"vetoed_by": [], // List of P5 members who vetoed
"english_text_best": "Full resolution text...",
"text_length": 1977,
"chapter7": false, // Legal framework indicators
"enforcement_level": "none", // none/threat/breach/aggression
"m49_region": "Asia",
"cited_resolutions": ["181", "234"],
...
}
Key Features
| Feature | Description |
|---|---|
| Unified ID | Sequential ID across all records (1-2993) |
| Status | "adopted" or "vetoed" - know immediately what passed |
| Voting Details | Complete country-by-country votes for adopted resolutions |
| Veto Information | Which P5 member(s) blocked each draft |
| Legal Framework | Chapter VI/VII/VIII, enforcement levels, human rights |
| Text Content | Full resolution texts (for adopted) |
| Geographic Scope | Countries and regions mentioned |
| Citation Network | Links between resolutions |
📊 Dataset Statistics
Overall
- Total records: 2,993
- Success rate: 90.9% adopted, 9.1% vetoed
- Date range: 1946-2025 (79 years)
- Text length: 189 to 343,887 characters
Adopted Resolutions (2,722)
- Unanimous: 81.4%
- Chapter VII: 32.9% (enforcement actions)
- With citations: 94.5%
- Human rights: 29.1%
Vetoed Drafts (271)
- Russia/USSR: 161 vetoes (59.4%)
- United States: 95 vetoes (35.1%)
- United Kingdom: 32 vetoes (11.8%)
- China: 21 vetoes (7.7%)
- France: 18 vetoes (6.6%)
- Double/Triple vetoes: 43 drafts
Top Vetoed Topics
- Admission of new Members (60)
- Middle East, including Palestinian question (22)
- Middle East (Syria) (18)
- Occupied Arab territories (16)
- Middle East (Lebanon) (10)
🚀 Supported Tasks
1. Veto Prediction (Binary Classification)
- Task: Predict if a draft will be vetoed
- Baseline: 9.1% positive rate (highly imbalanced)
- Challenge: Understand geopolitical red lines
2. Passage Prediction (Binary Classification)
- Task: Given draft text/metadata, predict adoption
- Baseline: 90.9% positive rate
- Value: Understand what makes resolutions passable
3. P5 Consensus Analysis
- Task: Predict P5 voting alignment
- Features: Historical patterns, topics, regional focus
- Insight: When do great powers agree?
4. Temporal Analysis
- Task: Classify era (Cold War/Post-Cold War/War on Terror/Multipolar)
- Signal: Language evolution, topics, voting patterns
- Text growth: 170 words (1946) → 3,600+ words (2011)
5. Legal Framework Detection
- Chapter VII: 32.9% of adopted (enforcement)
- Threat hierarchy: none → threat → breach → aggression
- Human rights: Growing from rare to 29.1%
6. Geographic Classification
- Multi-label: Africa (33.6%), Asia (22.2%), Europe (6.2%)
- Challenge: Multiple regions per resolution
- Vetoed drafts: Heavy Middle East focus
7. Citation Network Analysis
- Task: Predict citation links
- Data: 94.5% of adopted resolutions cite others
- Application: Understanding precedent and evolution
📥 Usage
Loading the Dataset
from datasets import load_dataset
# Load the unified dataset
dataset = load_dataset("your-username/unsc-complete")
# Separate adopted and vetoed
adopted = dataset.filter(lambda x: x['is_adopted'])
vetoed = dataset.filter(lambda x: not x['is_adopted'])
Example: Analyzing Veto Patterns
import pandas as pd
# Load the unified dataset
df = pd.read_json("unsc_unified_dataset.jsonl", lines=True)
# Analyze veto patterns over time
vetoed = df[df['status'] == 'vetoed']
# P5 veto counts
for member in ['United States', 'Russia/USSR', 'China', 'United Kingdom', 'France']:
count = vetoed['vetoed_by'].apply(lambda x: member in x if x else False).sum()
print(f"{member}: {count} vetoes")
# Veto rate by decade
veto_rate = df.groupby('decade').agg({
'is_adopted': lambda x: (1 - x.mean()) * 100
}).round(1)
print(f"Veto rate by decade:\n{veto_rate}")
Example: Predicting Passage
from sklearn.ensemble import RandomForestClassifier
from sklearn.feature_extraction.text import TfidfVectorizer
# Prepare features
X_text = df['title'].fillna('') + ' ' + df['agenda_information'].fillna('')
y = df['is_adopted'].astype(int)
# Create features
vectorizer = TfidfVectorizer(max_features=1000)
X = vectorizer.fit_transform(X_text)
# Train model
model = RandomForestClassifier(class_weight='balanced')
model.fit(X, y)
# Feature importance shows what topics face vetoes
important_features = vectorizer.get_feature_names_out()[model.feature_importances_.argsort()[-20:]]
print(f"Topics associated with vetoes: {important_features}")
🗂️ Files
unsc_unified_dataset.csv- Complete unified dataset (28.9 MB)unsc_unified_dataset.jsonl- JSONL format for streaming (30.8 MB)unsc_master_data.csv- Adopted resolutions only with full details (28.8 MB)unsc_vetoed_drafts.csv- Vetoed drafts only (50 KB)unsc_voting_details.csv- Country-by-country voting records (1.9 MB)
📚 Data Sources
- Adopted Resolutions: CR-UNSC Academic Dataset by Fobbe, Gasbarri, and Ridi
- Vetoed Drafts: UN DPPA Security Council Vetoes Database
⚖️ License
Released under CC0 1.0 Universal (Public Domain) in accordance with UN document policy.
📖 Citation
@dataset{unsc_complete_2024,
title={UN Security Council Complete Dataset (UNSC-Complete)},
author={[Your Name]},
year={2024},
publisher={HuggingFace},
note={Combines adopted resolutions and vetoed drafts for complete UNSC coverage}
}
🎯 Key Insights from the Data
- Veto Power Shapes Everything: 271 drafts never became resolutions due to P5 vetoes
- Cold War Legacy: 73.8% of all vetoes occurred during Cold War (1946-1989)
- Middle East Dominance: Most vetoed topic post-Cold War
- Text Explosion: Resolutions grew from ~170 to ~3,600 words, reflecting complexity
- Consensus Building: 81.4% of adopted resolutions are unanimous - but this hides the vetoed 9.1%
🔬 Research Applications
- International Relations: Quantify great power politics
- Conflict Studies: What conflicts get UN attention vs ignored?
- Legal NLP: Train models on diplomatic/legal language
- Temporal Analysis: 79 years of language evolution
- Network Analysis: Citation networks reveal precedent patterns
- Fairness Studies: Geographic and political biases in UN action
💡 What Makes This Dataset Unique
This is the FIRST dataset to show both sides of Security Council action:
- ✅ What passes (adopted resolutions)
- ❌ What fails (vetoed drafts)
Previous datasets only showed adopted resolutions, missing the critical story of power politics revealed by vetoes. With this complete picture, researchers can finally study:
- True P5 disagreement rates
- Topics that trigger vetoes
- Evolution of international consensus
- The "selection bias" in adopted resolutions
Ready to explore 79 years of international diplomacy? Download the dataset and discover what shapes our world order!
- Downloads last month
- 24