Baselight

60 Years Of Paralympics

Country-wise Medal table and Gender counts

@kaggle.shivagovindasamy_60_years_of_paralympics

Loading...
Loading...

About this Dataset

60 Years Of Paralympics

Information

This is a collection of data of every Paralympic Games (Summer and Winter) held between 1960 to 2021.

Dataset Description

  • summer_paralympics.csv : Edition-wise Summer Paralympic Games with the Host Country information, Medal table and Gender counts
  • winter_paralympics.csv : Edition-wise Winter Paralympic Games with the Host Country information, Medal table and Gender counts

N.B.: The obsolete country codes were replaced with the newer ones (from Obsolete IOC codes)

Acknowledgement

The datasets were prepared with data from the Official Paralympics website.

Tables

Summer Paralympics

@kaggle.shivagovindasamy_60_years_of_paralympics.summer_paralympics
  • 24.82 KB
  • 1381 rows
  • 12 columns
Loading...

CREATE TABLE summer_paralympics (
  "year" BIGINT,
  "host_city" VARCHAR,
  "host_country" VARCHAR,
  "country" VARCHAR,
  "country_code" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT,
  "m_total" BIGINT,
  "men" BIGINT,
  "women" BIGINT,
  "p_total" BIGINT
);

Winter Paralympics

@kaggle.shivagovindasamy_60_years_of_paralympics.winter_paralympics
  • 12.81 KB
  • 376 rows
  • 12 columns
Loading...

CREATE TABLE winter_paralympics (
  "year" BIGINT,
  "host_city" VARCHAR,
  "host_country" VARCHAR,
  "country" VARCHAR,
  "country_code" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT,
  "m_total" BIGINT,
  "men" BIGINT,
  "women" BIGINT,
  "p_total" BIGINT
);

Share link

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