Baselight

WPL INDIA Complete Data - Latest [2025, 2024,2023]

INDIA WOMEN'S PREMIER LEAGUE DATA including the matches completed in 2025

@kaggle.aravindas01_wpl_india

Loading...
Loading...

About this Dataset

WPL INDIA Complete Data - Latest [2025, 2024,2023]

Complete Match-wise data of WPL 2025

Complete Match-wise data of WPL 2024

Complete Match-wise data of WPL 2023💯

MAKE insights with this dataset

**Content
This dataset contains Matchwise data of WPL matches 2025, WPL matches 2024( 23 February – 17 March 2024) and complete data of 2023 (March4 - March26 2023) ,(data will be UPDATED everyday)

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. First innings score
  8. Second innings score
  9. Winning Team
  10. Winning Margin
  11. Player of the match (Best Performance)

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

Wpl2025 Data

@kaggle.aravindas01_wpl_india.wpl2025_data
  • 10.75 KB
  • 21 rows
  • 12 columns
Loading...

CREATE TABLE wpl2025_data (
  "match_number" BIGINT,
  "date" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "venue" VARCHAR,
  "first_batting_team" VARCHAR,
  "first_innings_score" VARCHAR,
  "second_batting_team" VARCHAR,
  "second_innings_score" VARCHAR,
  "winning_team" VARCHAR,
  "won_by" VARCHAR,
  "winning_margin" VARCHAR
);

Wpl2024 Match Results Complete

@kaggle.aravindas01_wpl_india.wpl2024_match_results_complete
  • 5.08 KB
  • 22 rows
  • 6 columns
Loading...

CREATE TABLE wpl2024_match_results_complete (
  "match_number" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "venue" VARCHAR,
  "winning_team" VARCHAR,
  "won_by" VARCHAR
);

Wpl Ver11

@kaggle.aravindas01_wpl_india.wpl_ver11
  • 8.87 KB
  • 22 rows
  • 11 columns
Loading...

CREATE TABLE wpl_ver11 (
  "match_number" BIGINT,
  "date" VARCHAR,
  "team_1" VARCHAR,
  "team_2" VARCHAR,
  "n__venue" VARCHAR,
  "stage" VARCHAR,
  "n__first_inngs_score" VARCHAR,
  "n__second_inngs_score" VARCHAR,
  "n__winner" VARCHAR,
  "won_by" VARCHAR,
  "player_of_the_match" VARCHAR
);

Share link

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