Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 2.92 KB

README.md

File metadata and controls

76 lines (46 loc) · 2.92 KB

IPL-analysis-2008-2018

Objective:

To analyze IPL match data to identify trends, top performers, and key insights.

Key Skills:

Data cleaning, pivot tables, data visualization, descriptive statistics, conditional formatting.

Description:

Imported and cleaned IPL data in Excel. Used pivot tables to summarize team and player performances, and created various charts (bar charts, line graphs, pie charts) to visualize trends. Applied conditional formatting to highlight top performers. Developed an interactive dashboard to present key insights.

Results:

Identified winnings with respect to toss decisions, best venues and player of the match stats. Also analyzed team performance over seasons, and discovered key trends in match outcomes by venue.

Step-by-step guide:

1.Data Collection:

Data source: kaggle dataset data format: XLSX File

2.Data Cleaning:

Remove duplicates, Missing values, Drop redundancies & Standardize date-format.

3.Data Analysis:

Pivot Tables: Create pivot tables to summarize and analyze the data.

Match Analysis:

Pivot table showing the number of matches played by each team. Win/loss records for each team on the basis of post-toss decisions.

Screenshot 2024-07-02 003941

Venue Analysis:

Matches played at each venue. Win/loss records at different venues.

Screenshot 2024-07-01 235648

4.Data Visualization:

Using charts and graphs to visualize the data. Stacked column chart: winnings based on toss decisions. Donut chart: percentage of winnings. Bar stacked chart: Top venues with most winnings and matches. Tree map: Winners and their respective count of winninig titles.

Screenshot 2024-07-01 235637

Team Performance Analysis:

Pivot table summarizing each team's performance by season. Chart showing the number of matches won by each team over different seasons.

Player Performance Analysis:

Pivot table and chart showing the top 10 Player of match in the tournament.

Screenshot 2024-07-01 235707

Match Outcome Analysis:

Pivot table summarizing match outcomes by venue. Chart showing win/loss records for different teams at various venues.

5.Presenting Findings

Dashboard Creation:

Created a summary dashboard with key insights, including charts, pivot tables, and key statistics. Using slicers we enable interactive filtering of data (e.g., by season, team, player).

Screenshot 2024-07-02 000336