Skip to content

This is a data-analysis project of T20 of 2022, where we are going to take a look at the beloved cricket t20 series but from a data point of view, We analyzed the performance of each player since the start of the series trying to filter the players on based of their performance criterion.

Notifications You must be signed in to change notification settings

rajni-kapoor/Power_bi_project_worldcup_cricket_T2022

Repository files navigation

Power_bi_project_worldcup_cricket_T2022

image

About this project: This project shows the performance of the players in different teams and the best 11 player of the tournament.

Datasource : Webscrapping the ESPN website usign brightdata. The data we got in json file format. So we used jupyter Notebook is used to convert the json files into the dataframes and then these dataframes into csv files for further data analysis.

image

###Data Cleaning: For the data cleaning, I used Power Query Editor. I took followed steps for data transformations

In dim_players

  • renaming the files
  • using first row as a header
  • splitting the name into two columns
  • removing duplicate records

In dim_match_summary

  • adding a custom column 'stage' to categorize the game into qualifier or Super12
  • changing the datatype of stage column to text

In fact_bowling

  • renaming column Bowling Team to team
  • creating a ball column from overs column by splitting (like 2.5 over to 2 over and 5 balls)
  • replacing null values to 0

In batting_summary**

  • renaming columns 4s to fours, 6s to sixes, and team innings to team
  • renaming column 'out/not_out to out where out=1 and not_out=0
  • changing datatype of 'balls' to whole number
  • removing ( text after name from batsman_name

Power BI: Import data using CSV files, data modelling, transformations using Power Query Editor, created DAX measures, designed dashboard using bookmark, tooltip, matrix,scatter chart, area chart, buttons, slicers and many more features.

image This image shows the top opening batsman and their batting average, strike rate, boundaries scored and number of balls they faced. Screenshot (6)

image This image shows the best 11 players of the T20 cricket world cup and their performance.

Player analysis using tooltip image

About

This is a data-analysis project of T20 of 2022, where we are going to take a look at the beloved cricket t20 series but from a data point of view, We analyzed the performance of each player since the start of the series trying to filter the players on based of their performance criterion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published