Baselight

ISO 3166-1 Country Codes Alpha2, Alpha3 & Numeric

Global identification made simple - ISO 3166-1 country codes

@kaggle.ursmaheshj_iso_3166_1_country_codes_alpha1alpha2_and_numeric

Loading...
Loading...

About this Dataset

ISO 3166-1 Country Codes Alpha2, Alpha3 & Numeric

What is ISO 3166-1

ISO 3166-1 is a standard published by the International Organization for Standardization (ISO) that defines codes for the names of countries, dependent territories, and special areas of geographical interest. The standard provides a two-letter code (ISO 3166-1 alpha-2), a three-letter code (ISO 3166-1 alpha-3), and a numeric code (ISO 3166-1 numeric) for each entry in its list of country names and codes.

Use of ISO 3166-1

The ISO 3166-1 standard is widely used in various fields such as international trade, shipping, finance, and telecommunications to uniquely identify countries and facilitate the exchange of information between different systems and applications. The standard is also used by international organizations such as the United Nations and the International Olympic Committee to represent countries and territories in their respective systems.

Attributes
  • Country: Name of the country in the UTF-8 encoding.
  • Alpha-2: Associated two-letter code
  • Alpha-3: Associated three-letter code
  • Numeric: Associated numerical code
Source of information

Use case - This can be used for EDA or visualization along with any dataset where countries are represented in ISO 3166-1 codes.

Tables

Iso 3166–1 Country Codes

@kaggle.ursmaheshj_iso_3166_1_country_codes_alpha1alpha2_and_numeric.iso_3166_1_country_codes
  • 10.37 kB
  • 249 rows
  • 4 columns
Loading...
CREATE TABLE iso_3166_1_country_codes (
  "country" VARCHAR,
  "alpha_2" VARCHAR,
  "alpha_3" VARCHAR,
  "numeric" BIGINT
);

Share link

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