Baselight

Cricket World Cup Winners

The pinnacle of Cricket

@kaggle.zsinghrahulk_cricket_world_cup_winners

World Cup
@kaggle.zsinghrahulk_cricket_world_cup_winners.world_cup

  • 24.78 KB
  • 16 rows
  • 29 columns
winning_country

Winning Country

matches_won_out_of_last_10

Matches Won Out Of Last 10

runs_scored_in_last_10_matches

Runs Scored In Last 10 Matches

wickets_taken_in_last_10_matches

Wickets Taken In Last 10 Matches

odi_rankings_entering_world_cup

ODI Rankings Entering World Cup

severe_injuries_to_main_players

Severe Injuries To Main Players

won_in_home_ground

Won In Home Ground

number_of_batsmen

Number Of Batsmen

number_of_bowlers

Number Of Bowlers

number_of_all_rounders

Number Of All-Rounders

winning_country_s_gdp_growth

Winning Country\u0027s GDP Growth

host_country

Host Country

host_country_s_gdp_growth

Host Country\u0027s GDP Growth

finalist

Finalist

number_of_rain_affected_matches

Number Of Rain-Affected Matches

test_match_players

Test Match Players

winning_country_1

Winning Country.1

total_matches_of_players_leading_into_world_cup

Total Matches Of Players Leading Into World Cup

total_runs_of_players_leading_into_world_cup

Total Runs Of Players Leading Into World Cup

total_wickets_of_players_leading_into_world_cup

Total Wickets Of Players Leading Into World Cup

total_catches_of_players_leading_into_world_cup

Total Catches Of Players Leading Into World Cup

year

Year

captain

Captain

primary_skill

Primary Skill

runs_scored_by_captain

Runs Scored By Captain

wickets_taken_by_captain

Wickets Taken By Captain

boundaries_hit_in_the_tournament

Boundaries Hit In The Tournament

centuries_hit_in_the_tournament

Centuries Hit In The Tournament

n_5_wicket_hauls_in_the_tournament

5-wicket Hauls In The Tournament

West Indies51657732nanNo562.90%England-0.20%Australia12West Indies1068213504651975Clive LloydBatsman24256031
West Indies41308551nanNo652.80%England1.50%England11West Indies1647259624421979Clive LloydBatsman18310522
India2792308nanNo576.50%England1.80%West Indies111India876160033271983Kapil DevAll-rounder303121091
Australia52314785nanNo5512.90%India3.60%England114Australia28206879612841171987Allan BorderBatsman12911622
Pakistan41519666YesNo7314.10%Australia-0.50%England29Pakistan112425315404171992Imran KhanAll-rounder185188013
Sri Lanka732871252nanNo655.10%India7.60%Australia110Sri Lanka10864142513071181996Arjuna RanatungaBatsman241510523
Australia41653651nanNo4614.20%England0.70%Pakistan213Australia13956019221901341999Steve WaughBatsman120412623
Australia1043371941yesNo5513.40%South Africa1.70%India114Australia3281880051442462003Ricky PontingBatsman4151406
Australia934541381nanNo474.40%West Indies4.30%Sri Lanka14Australia3191780141373262007Ricky PontingBatsman14010819
India62620832yesYes7427.70%India8.40%Sri Lanka213India230649075716232011MS DhoniAll-rounder2419316

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.