{"id":22793815,"url":"https://github.com/codewithjaspreet/icc_wc_2011","last_synced_at":"2026-03-05T09:03:42.215Z","repository":{"id":196232529,"uuid":"694777197","full_name":"codewithjaspreet/icc_wc_2011","owner":"codewithjaspreet","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-26T04:08:44.000Z","size":66,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T14:53:13.881Z","etag":null,"topics":["data-analytics","data-visualization","powerbi","selenium","sql","webscraping"],"latest_commit_sha":null,"homepage":"https://www.kaggle.com/datasets/jaspreet5911/icc-mens-world-cup-2011","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithjaspreet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-21T17:08:35.000Z","updated_at":"2023-09-26T09:03:01.000Z","dependencies_parsed_at":"2025-02-05T19:44:43.345Z","dependency_job_id":"f0d04093-8f76-46c9-b320-e7304d6037d6","html_url":"https://github.com/codewithjaspreet/icc_wc_2011","commit_stats":null,"previous_names":["codewithjaspreet/icc_wc_2011"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithjaspreet/icc_wc_2011","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithjaspreet%2Ficc_wc_2011","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithjaspreet%2Ficc_wc_2011/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithjaspreet%2Ficc_wc_2011/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithjaspreet%2Ficc_wc_2011/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithjaspreet","download_url":"https://codeload.github.com/codewithjaspreet/icc_wc_2011/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithjaspreet%2Ficc_wc_2011/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analytics","data-visualization","powerbi","selenium","sql","webscraping"],"created_at":"2024-12-12T03:42:14.969Z","updated_at":"2026-03-05T09:03:42.149Z","avatar_url":"https://github.com/codewithjaspreet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICC 2011 World Cup Analysis 🏏📊\n\n\n![worldcup](https://github.com/codewithjaspreet/icc_wc_2011/assets/85099922/157805b7-36e8-4589-898f-f7575f744fdb)\n\n## Table of Contents\n\n1. [Data](#data)\n2. [Web Scraping](#web-scraping)\n3. [Data Cleaning](#data-cleaning)\n4. [Exploratory Analysis using SQL](#exploratory-analysis-using-sql)\n5. [Dashboard Designing](#dashboard-designing) ---- IN PROGRESS\n6. [Deployment](#deployment) --- IN PROGRESS\n\n## Data\n\nData 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.\n\nData Format: The data was collected and structured into CSV (Comma-Separated Values) files, making it accessible and easy to work with for our analysis.\n\n[Link to the Website](https://www.espncricinfo.com/)\n\n## Web Scraping\n\nIn 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.\n\nTools and Libraries Used:\n\nSelenium: Selenium is a widely-used tool for automating web browsers, making it an ideal choice for dynamic web scraping tasks.\nGoogle Chrome: We employed the Google Chrome web browser as the platform for our scraping activities due to its compatibility with Selenium.\n\nData Collected \u0026 Scraping Code can be found below ⬇️⬇️\n\n[Link to Web Scraping Code](https://github.com/codewithjaspreet/icc_wc_2011/tree/main/scrapers)\n\n[My Open Source Kaggle Dataset Link](https://www.kaggle.com/datasets/jaspreet5911/icc-mens-world-cup-2011) \n\n## Data Cleaning\n\nHere I handled missing values, Special Character, or any other data quality issues using MS EXCEL  \n\n## Exploratory Analysis using SQL\n\n\nIn 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, \nidentify trends, and test hypotheses regarding the tournament.\n\n\n[Link to SQL Analysis Code Part 1 ](https://github.com/codewithjaspreet/icc_wc_2011/blob/main/sql_analysis_batting.md)\n\n[Link to SQL Analysis Code Part 2 ](https://github.com/codewithjaspreet/icc_wc_2011/blob/main/sql_analysis_bowling.md)\n\n\n## Dashboard Designing\n\n\n[Link to Dashboard Code/Design](dashboard_code_link_here)\n\n## Deployment\n\n\n[Link to Deployment](deployment_instructions_link_here) \n\n\n## Conclusion\n\n🚀 I hope you found our ICC Men's 2011 World Cup analysis project informative and valuable for your data journey.\n\n🌟 Don't forget to give our project a star ⭐ if you found it helpful! \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithjaspreet%2Ficc_wc_2011","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithjaspreet%2Ficc_wc_2011","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithjaspreet%2Ficc_wc_2011/lists"}