Gender And Diplomatic Representation
Ambassador postings worldwide 1968 - 2021
@kaggle.konradb_gender_and_diplomatic_representation
Ambassador postings worldwide 1968 - 2021
@kaggle.konradb_gender_and_diplomatic_representation
From the website: https://www.gu.se/en/gendip/the-gendip-dataset-on-gender-and-diplomatic-representation
This unique dataset is the only one of its kind that combines the information of where countries keep foreign missions and the gender of the heads of those missions. This data is a necessary component in understanding the changing gender of bilateral diplomacy, the causes and effects of ambassador appointments, status quests and status hierarchies involving gender and ambassadors, and more. Indeed, we hope that this dataset will inspire many new intriguing research questions.
CREATE TABLE gender_diplomacy (
"year" BIGINT,
"cname_send" VARCHAR,
"main_posting" BIGINT,
"title" BIGINT,
"gender" BIGINT,
"cname_receive" VARCHAR,
"ccode_send" BIGINT,
"ccodealp_send" VARCHAR,
"ccodecow_send" BIGINT,
"region_send" BIGINT,
"gme_send" BIGINT,
"v2lgfemleg_send" DOUBLE,
"ffp_send" BIGINT,
"ccode_receive" BIGINT,
"ccodealp_receive" VARCHAR,
"ccodecow_receive" BIGINT,
"region_receive" BIGINT,
"gme_receive" BIGINT,
"ffp_receive" BIGINT
);Anyone who has the link will be able to view this.