Baselight

IPL 2022-Dataset

Matchwise data of Tata IPL 2022 ( IPL Season 15)

@kaggle.aravindas01_ipl_2022dataset

Loading...
Loading...

About this Dataset

IPL 2022-Dataset

Complete Match-wise data of IPL 2022

MAKE AN EDA with this dataset

**Content
This dataset contains Matchwise data of IPL matches 2022 (March26 - May29 2022) ,The complete data of group stage matches.

Attribute Information

  1. Match Number
  2. Date of the match
  3. Name of Venue
  4. Playing team 1
  5. Playing team 2
  6. Stage of the tournament
  7. Toss winning team
  8. Decision of toss winning team
  9. First innings score
  10. First innings wickets
  11. Second innings score
  12. Second innings wickets
  13. Winning Team
  14. Specify whether won by runs or wickets
  15. Winning Margin
  16. Player of the match (Best Performance)
  17. Top scoring Batter in the match
  18. Highscore in the match (Highest Individual score from both teams)
  19. Bowler who has best bowling figure in the match
    (if two or more bowlers has the same bowling figure ,bowler who takes more wickets from less number of overs is selected)
  20. Best bowling Figure in the match
    (if two bowlers has the same bowling figure ,bowler who takes more wickets from less number of overs is selected)

Acknowledgement
Data Source credit : https://www.espncricinfo.com/

Please appreciate the effort with an upvote 👍 ,if you found this useful..

Stay Tuned for Updated Versions of this Dataset

THANK YOU

Tables

Book Ipl22 Ver 33

@kaggle.aravindas01_ipl_2022dataset.book_ipl22_ver_33
  • 18.71 KB
  • 74 rows
  • 20 columns
Loading...

CREATE TABLE book_ipl22_ver_33 (
  "match_id" BIGINT,
  "date" VARCHAR,
  "venue" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "stage" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "first_ings_score" BIGINT,
  "first_ings_wkts" BIGINT,
  "second_ings_score" BIGINT,
  "second_ings_wkts" BIGINT,
  "match_winner" VARCHAR,
  "won_by" VARCHAR,
  "margin" BIGINT,
  "player_of_the_match" VARCHAR,
  "top_scorer" VARCHAR,
  "highscore" BIGINT,
  "best_bowling" VARCHAR,
  "best_bowling_figure" VARCHAR
);

Share link

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