An interactive dashboard built with Python, Dash, Plotly, and Pandas
to explore real ICC Cricket World Cup statistics.
- Filter matches by venue, winner & city
- Analyze batsmen stats (runs, strike rate, 4s, 6s)
- Analyze bowlers stats (wickets, economy, runs)
- Fully interactive graphs (Plotly)
Python • Dash • Plotly • Pandas
git clone https://github.com/YOUR_USERNAME/icc-cricket-dashboard.git
cd icc-cricket-dashboard
pip install -r requirements.txt
python app.py