This project presents a funnel visualization of page visits across a user journey on a website. The goal is to identify drop-off points, conversion patterns, and optimization opportunities based on web traffic flow.
.html
file exported from a Jupyter Notebook using Plotly.Tool | Purpose |
---|---|
Python | Data manipulation and analysis |
Pandas | Reading and transforming data |
Plotly | Interactive data visualization |
Jupyter Notebook | Exploratory analysis & reporting |
HTML Export | Sharing interactive charts outside notebooks |
📂 Web-Funnel-Analysis │ ├── Page_Funnel_Visits.html # Final interactive funnel chart ├── funnel_analysis.ipynb # (Optional) Jupyter notebook used to generate the chart ├── data.csv # (Optional) Dataset used (anonymized) └── README.md # This documentation
Each bar in the funnel chart represents the number of users at a specific stage in the navigation journey. The decreasing width shows user attrition between pages. Use this to:
To view the interactive funnel:
Page_Funnel_Visits.html
in any modern browser (Chrome, Firefox, Edge).Bodea Dana Ramona
Data Analyst | Python & BI Enthusiast
📌 Completed — Open to enhancements such as cohort segmentation or time-based funnels.
If you have questions or suggestions, feel free to reach out via [LinkedIn] www.linkedin.com/in/dana-bodea-0aa3262a6 or GitHub Issues .https://amaliada.github.io/page-funnel-analysis/