Commonwealth Games 2022
Medal Standings, Event Schedule, Athlete details and more...
@kaggle.varunnagpalspyz_commonwealth_games_2022
Medal Standings, Event Schedule, Athlete details and more...
@kaggle.varunnagpalspyz_commonwealth_games_2022
CREATE TABLE countrywise_athlete_count (
"country" VARCHAR,
"athletes" BIGINT
);
CREATE TABLE event_schedule (
"unnamed_0" BIGINT,
"event_category" VARCHAR,
"event_subtype" VARCHAR,
"n_28ththu" VARCHAR,
"n_29thfri" VARCHAR,
"n_30thsat" VARCHAR,
"n_31stsun" VARCHAR,
"n_1stmon" VARCHAR,
"n_2ndtue" VARCHAR,
"n_3rdwed" VARCHAR,
"n_4ththu" VARCHAR,
"n_5thfri" VARCHAR,
"n_6thsat" VARCHAR,
"n_7thsun" VARCHAR,
"n_8thmon" VARCHAR,
"events" VARCHAR
);
CREATE TABLE medal_standings (
"country_name" VARCHAR,
"men_gold" BIGINT,
"men_silver" BIGINT,
"men_bronze" BIGINT,
"women_gold" BIGINT,
"women_silver" BIGINT,
"women_bronze" BIGINT,
"mixed_gold" BIGINT,
"mixed_silver" BIGINT,
"mixed_bronze" BIGINT,
"total_gold" BIGINT,
"total_silver" BIGINT,
"total_bronze" BIGINT,
"total" BIGINT
);
Anyone who has the link will be able to view this.