Skip to content

codewithjaspreet/icc_wc_2011

Repository files navigation

ICC 2011 World Cup Analysis 🏏📊

worldcup

Table of Contents

  1. Data
  2. Web Scraping
  3. Data Cleaning
  4. Exploratory Analysis using SQL
  5. Dashboard Designing ---- IN PROGRESS
  6. Deployment --- IN PROGRESS

Data

Data Source: The dataset for our ICC Men's 2011 World Cup project was sourced from ESPN Cricinfo, a reputable platform for cricket-related data and statistics.

Data Format: The data was collected and structured into CSV (Comma-Separated Values) files, making it accessible and easy to work with for our analysis.

Link to the Website

Web Scraping

In this section, we'll explain the web scraping process used to gather crucial data related to the ICC Men's 2011 World Cup. We utilized Selenium, a powerful web automation tool, to automate Google Chrome browser interactions and collect comprehensive match details, batting statistics, and bowling statistics.

Tools and Libraries Used:

Selenium: Selenium is a widely-used tool for automating web browsers, making it an ideal choice for dynamic web scraping tasks. Google Chrome: We employed the Google Chrome web browser as the platform for our scraping activities due to its compatibility with Selenium.

Data Collected & Scraping Code can be found below ⬇️⬇️

Link to Web Scraping Code

My Open Source Kaggle Dataset Link

Data Cleaning

Here I handled missing values, Special Character, or any other data quality issues using MS EXCEL

Exploratory Analysis using SQL

In this section, I delve into the exploratory analysis of the ICC Men's 2011 World Cup dataset conducted using SQL queries. Our primary objectives were to uncover valuable insights, identify trends, and test hypotheses regarding the tournament.

Link to SQL Analysis Code Part 1

Link to SQL Analysis Code Part 2

Dashboard Designing

Link to Dashboard Code/Design

Deployment

Link to Deployment

Conclusion

🚀 I hope you found our ICC Men's 2011 World Cup analysis project informative and valuable for your data journey.

🌟 Don't forget to give our project a star ⭐ if you found it helpful!