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
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.