Baselight

Paris Paralympics 2024 Medal Table

Paris Paralympics 2024 medal table

@kaggle.sahityasetu_paris_paralympics_2024_medal_table

Paraolmypics 2024 Medals
@kaggle.sahityasetu_paris_paralympics_2024_medal_table.paraolmypics_2024_medals

  • 7.35 KB
  • 169 rows
  • 6 columns
ranking

Ranking

country

Country

gold

Gold

silver

Silver

bronze

Bronze

total

Total

1China947650220
2Great Britain494431124
3United States364227105
4Netherlands27171256
5Brazil25263889
6Italy24153271
7Ukraine22283282
8France19282875
9Australia18172863
10Japan14101741

CREATE TABLE paraolmypics_2024_medals (
  "ranking" BIGINT,
  "country" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT,
  "total" BIGINT
);

Share link

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