Cricket World Cup Winners
The pinnacle of Cricket
@kaggle.zsinghrahulk_cricket_world_cup_winners
The pinnacle of Cricket
@kaggle.zsinghrahulk_cricket_world_cup_winners
CREATE TABLE world_cup (
"winning_country" VARCHAR,
"matches_won_out_of_last_10" DOUBLE,
"runs_scored_in_last_10_matches" DOUBLE,
"wickets_taken_in_last_10_matches" DOUBLE,
"odi_rankings_entering_world_cup" DOUBLE,
"severe_injuries_to_main_players" VARCHAR,
"won_in_home_ground" VARCHAR,
"number_of_batsmen" DOUBLE,
"number_of_bowlers" DOUBLE,
"number_of_all_rounders" DOUBLE,
"winning_country_s_gdp_growth" VARCHAR,
"host_country" VARCHAR,
"host_country_s_gdp_growth" VARCHAR,
"finalist" VARCHAR,
"number_of_rain_affected_matches" DOUBLE,
"test_match_players" DOUBLE,
"winning_country_1" VARCHAR,
"total_matches_of_players_leading_into_world_cup" DOUBLE,
"total_runs_of_players_leading_into_world_cup" DOUBLE,
"total_wickets_of_players_leading_into_world_cup" DOUBLE,
"total_catches_of_players_leading_into_world_cup" DOUBLE,
"year" VARCHAR,
"captain" VARCHAR,
"primary_skill" VARCHAR,
"runs_scored_by_captain" DOUBLE,
"wickets_taken_by_captain" DOUBLE,
"boundaries_hit_in_the_tournament" DOUBLE,
"centuries_hit_in_the_tournament" DOUBLE,
"n_5_wicket_hauls_in_the_tournament" DOUBLE
);
Anyone who has the link will be able to view this.