WPL INDIA Complete Data - Latest [2025, 2024,2023]
INDIA WOMEN'S PREMIER LEAGUE DATA including the matches completed in 2025
@kaggle.aravindas01_wpl_india
INDIA WOMEN'S PREMIER LEAGUE DATA including the matches completed in 2025
@kaggle.aravindas01_wpl_india
**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
Acknowledgement
Data Source credit : https://www.espncricinfo.com/
Stay Tuned for Updated Versions of this Dataset
THANK YOU
CREATE TABLE wpl2024_match_results_complete (
"match_number" VARCHAR,
"team1" VARCHAR,
"team2" VARCHAR,
"venue" VARCHAR,
"winning_team" VARCHAR,
"won_by" VARCHAR
);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
);CREATE TABLE wpl_ver11 (
"match_number" BIGINT,
"date" VARCHAR,
"team_1" VARCHAR,
"team_2" VARCHAR,
"n__venue" VARCHAR -- Venue,
"stage" VARCHAR,
"n__first_inngs_score" VARCHAR -- First Inngs Score,
"n__second_inngs_score" VARCHAR -- Second Inngs Score,
"n__winner" VARCHAR -- Winner,
"won_by" VARCHAR,
"player_of_the_match" VARCHAR
);Anyone who has the link will be able to view this.