Baselight

Cricket World Cup Winners

The pinnacle of Cricket

@kaggle.zsinghrahulk_cricket_world_cup_winners

Loading...
Loading...

About this Dataset

Cricket World Cup Winners

The cricket odi world cup is hosted every 4 years from 1975. The dataset contains a list of the winners and data related to every world cup that has been hosted . The statistics around the winning team and what were the conducive factors for the win.

Tables

World Cup

@kaggle.zsinghrahulk_cricket_world_cup_winners.world_cup
  • 24.78 KB
  • 16 rows
  • 29 columns
Loading...

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
);

Share link

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