A fully interactive e-commerce conversion funnel analysis dashboard built with Plotly Dash. Analyze 50,000 user sessions with live filters across device, traffic source, country, and category.
- Live KPIs — users, conversions, CVR, revenue, AOV
- Interactive funnel visualization with drop-off rates
- CVR breakdown by device, traffic source, category, country
- Monthly trend with dual-axis (CVR + volume)
- Revenue intelligence by category and source
- Day-of-week conversion patterns
- All charts update instantly on filter change
- Python — Dash, Plotly, Pandas
- Data — 50,000 simulated e-commerce sessions
- Clone the repo
python -m venv venvthen activatepip install -r requirements.txt- Place
funnel_data.csvindata/folder python app.py- Open
http://localhost:8050