Baselight

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

Loading...
Loading...

About this Dataset

Asian Games Athletics Winning Countries(1951-2018)

This dataset contains two files.

File Description

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:

Column Description

Atheletics_record

  • Year- the year when the Asian games held
  • Gold- Countries that won the gold medal
  • Silver- Countries that won the silver medal
  • Bronze- Countries that won the bronze medal
  • Category- Gender category (male/female/mixed)
  • Sports- Types of athletics

Country_code

  • Code - 3 letter country code
  • National Olympic Committee - Full name of country
  • Other codes used - Other country code that has been used earlier

Tables

Athletics Record

@kaggle.kavya2099_asian_games_athletics_winning_countries19512018.athletics_record
  • 11.7 kB
  • 732 rows
  • 7 columns
Loading...
CREATE TABLE athletics_record (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "year" BIGINT,
  "gold" VARCHAR,
  "silver" VARCHAR,
  "bronze" VARCHAR,
  "category" VARCHAR,
  "sports" VARCHAR
);

Country Code

@kaggle.kavya2099_asian_games_athletics_winning_countries19512018.country_code
  • 10.67 kB
  • 206 rows
  • 4 columns
Loading...
CREATE TABLE country_code (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "code" VARCHAR,
  "national_olympic_committee" VARCHAR,
  "other_codes_used" VARCHAR
);

Share link

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