https://github.com/codewithjaspreet/icc_wc_2011
https://github.com/codewithjaspreet/icc_wc_2011
data-analytics data-visualization powerbi selenium sql webscraping
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithjaspreet/icc_wc_2011
- Owner: codewithjaspreet
- Created: 2023-09-21T17:08:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T04:08:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T05:51:08.569Z (3 months ago)
- Topics: data-analytics, data-visualization, powerbi, selenium, sql, webscraping
- Language: Python
- Homepage: https://www.kaggle.com/datasets/jaspreet5911/icc-mens-world-cup-2011
- Size: 64.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICC 2011 World Cup Analysis 🏏📊

## Table of Contents
1. [Data](#data)
2. [Web Scraping](#web-scraping)
3. [Data Cleaning](#data-cleaning)
4. [Exploratory Analysis using SQL](#exploratory-analysis-using-sql)
5. [Dashboard Designing](#dashboard-designing) ---- IN PROGRESS
6. [Deployment](#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](https://www.espncricinfo.com/)
## 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](https://github.com/codewithjaspreet/icc_wc_2011/tree/main/scrapers)
[My Open Source Kaggle Dataset Link](https://www.kaggle.com/datasets/jaspreet5911/icc-mens-world-cup-2011)
## 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 ](https://github.com/codewithjaspreet/icc_wc_2011/blob/main/sql_analysis_batting.md)
[Link to SQL Analysis Code Part 2 ](https://github.com/codewithjaspreet/icc_wc_2011/blob/main/sql_analysis_bowling.md)
## Dashboard Designing
[Link to Dashboard Code/Design](dashboard_code_link_here)
## Deployment
[Link to Deployment](deployment_instructions_link_here)
## 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!