Baselight

Gender And Diplomatic Representation

Ambassador postings worldwide 1968 - 2021

@kaggle.konradb_gender_and_diplomatic_representation

Loading...
Loading...

About this Dataset

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.

Tables

Gender Diplomacy

@kaggle.konradb_gender_and_diplomatic_representation.gender_diplomacy
  • 327.46 KB
  • 94509 rows
  • 19 columns
Loading...

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
);

Share link

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