Country

The country table is made by COKI, it contains country data, including each country’s: ISO 3166 name, Wikipedia name, ISO 3166 two letter alpha2 code, ISO 3166 three letter alpha3 code, United Nations Statistics Division M49 region name, United Nations Statistics Division M49 subregion name, Wikidata QID and Wikipedia URL.

Latest schema

name

type

mode

description

iso_name

STRING

NULLABLE

The country’s ISO 3166 name.

wikipedia_name

STRING

NULLABLE

The country’s name as displayed on it’s Wikipedia page.

google_analytics_name

STRING

NULLABLE

The country’s name from Google Analytics.

alpha2

STRING

NULLABLE

The country’s ISO 3166 two letter alpha2 code.

alpha3

STRING

NULLABLE

The country’s ISO 3166 three letter alpha3 code.

region

STRING

NULLABLE

The country’s United Nations Statistics Division M49 region name.

subregion

STRING

NULLABLE

The country’s United Nations Statistics Division M49 subregion name.

qid

STRING

NULLABLE

The country’s Wikidata QID.

wikipedia_url

STRING

NULLABLE

The country’s Wikipedia URL.