Baselight

2020 Tokyo Paralympics

Details about the participating Athletes, Teams, Countries/NPCs, Coaches, Sports

@kaggle.shivagovindasamy_2020_tokyo_paralympics

Paralympic Teams
@kaggle.shivagovindasamy_2020_tokyo_paralympics.paralympic_teams

  • 6.76 KB
  • 212 rows
  • 6 columns
team

Team

country

Country

countrycode

CountryCode

sport

Sport

sport_code

Sport-code

event

Event

AustraliaAustraliaAUSArcheryARCMixed Team Recurve - Open
BrazilBrazilBRAArcheryARCMixed Team - W1
BrazilBrazilBRAArcheryARCMixed Team Compound - Open
BrazilBrazilBRAArcheryARCMixed Team Recurve - Open
ChinaPeople's Republic of ChinaCHNArcheryARCMixed Team - W1
ChinaPeople's Republic of ChinaCHNArcheryARCMixed Team Compound - Open
ChinaPeople's Republic of ChinaCHNArcheryARCMixed Team Recurve - Open
Czech RepublicCzech RepublicCZEArcheryARCMixed Team - W1
FranceFranceFRAArcheryARCMixed Team Compound - Open
Great BritainGreat BritainGBRArcheryARCMixed Team Compound - Open

CREATE TABLE paralympic_teams (
  "team" VARCHAR,
  "country" VARCHAR,
  "countrycode" VARCHAR,
  "sport" VARCHAR,
  "sport_code" VARCHAR,
  "event" VARCHAR
);

Share link

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