Baselight

IPL2020

IPL2020 Ball by Ball Data

@kaggle.ambarish_ipl2020

Loading...
Loading...

About this Dataset

IPL2020

Context

IPLT20 ball by ball data is provided

Content

  • All the matches metadata is in IPLT2020_ALL_MATCHES.csv
  • All the matches details are in all_matches_details.csv

Acknowledgements

All data is from cricsheet.org

Inspiration

Do an inspring cricket analysis to guide the IPL team owners

Tables

All Matches Details

@kaggle.ambarish_ipl2020.all_matches_details
  • 60.82 KB
  • 14510 rows
  • 12 columns
Loading...

CREATE TABLE all_matches_details (
  "innings" VARCHAR,
  "delivery_no" BIGINT,
  "delivery_no_over" DOUBLE,
  "non_striker" VARCHAR,
  "bowler" VARCHAR,
  "runs_extras" BIGINT,
  "runs_total" BIGINT,
  "runs_batsman" BIGINT,
  "batsman" VARCHAR,
  "player_out" VARCHAR,
  "player_out_kind" VARCHAR,
  "match_no" BIGINT
);

Iplt2020 All Matches

@kaggle.ambarish_ipl2020.iplt2020_all_matches
  • 9.66 KB
  • 60 rows
  • 10 columns
Loading...

CREATE TABLE iplt2020_all_matches (
  "venue" VARCHAR,
  "competition" VARCHAR,
  "dates" TIMESTAMP,
  "outcome_winner" VARCHAR,
  "outcome_wickets" DOUBLE,
  "outcome_runs" DOUBLE,
  "n_1st_innings_team" VARCHAR,
  "n_2nd_innings_team" VARCHAR,
  "player_of_match" VARCHAR,
  "match_no" BIGINT
);

Share link

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