Baselight

Ipl Predictions2020

IPL_data 2008 to 2019

@kaggle.chandra03_ipl_predictions2020

Loading...
Loading...

About this Dataset

Ipl Predictions2020

Context
Indian Premier League (IPL) is a Twenty20 cricket format league in India. It is usually played in April and May every year. As of 2019, the title sponsor of the game is Vivo. The league was founded by Board of Control for Cricket India (BCCI) in 2008.

Content
Data till Season 11 (2008 - 2019)
matches.csv - Match by match data

Acknowledgements
Data source from 2008-2017 - CricSheet.org and Manas - Kaggle
Data source for 2018-2019 - IPL T20 - Official website

Inspiration
Draw analysis, player/team performance, apply and learn statistical methods on real data

Kernels
-Statistics

Summarizing quantitative data (mean, median, std. deviation, percentile, box plots etc.)
Distributions - Cumulative relative frequency, Normal distribution, PDF, Z-score, empirical rule, binomial distribution, Bernoulli distribution
Bivariate data - Scatter plot, Correlation, Covariance, Least square regression, R-Squared, Root mean square error

Tables

Matches

@kaggle.chandra03_ipl_predictions2020.matches
  • 31.81 KB
  • 756 rows
  • 18 columns
Loading...

CREATE TABLE matches (
  "id" BIGINT,
  "season" BIGINT,
  "city" VARCHAR,
  "date" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "result" VARCHAR,
  "dl_applied" BIGINT,
  "winner" VARCHAR,
  "win_by_runs" BIGINT,
  "win_by_wickets" BIGINT,
  "player_of_match" VARCHAR,
  "venue" VARCHAR,
  "umpire1" VARCHAR,
  "umpire2" VARCHAR,
  "umpire3" VARCHAR
);

Share link

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