Asian Games Athletics Winning Countries(1951-2018)
List of winning countries on Asian Games Athletics Winning Countries(1951-2018)
@kaggle.kavya2099_asian_games_athletics_winning_countries19512018
List of winning countries on Asian Games Athletics Winning Countries(1951-2018)
@kaggle.kavya2099_asian_games_athletics_winning_countries19512018
This dataset contains two files.
Atheletics_record - Contains the list of winning countries in athletics in the Asian Games between 1951-2018
Country_code - Contains the country code of the countries( old and new codes)
Source:
Atheletics_record
Country_code
CREATE TABLE athletics_record (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"gold" VARCHAR,
"silver" VARCHAR,
"bronze" VARCHAR,
"category" VARCHAR,
"sports" VARCHAR
);CREATE TABLE country_code (
"unnamed_0" BIGINT -- Unnamed: 0,
"code" VARCHAR,
"national_olympic_committee" VARCHAR,
"other_codes_used" VARCHAR
);Anyone who has the link will be able to view this.