🚀 Featured Project: Telecom Customer Usage Analytics Dashboard
**Live App:**https://denis0242-telecom-analysis-app-odjz0z.streamlit.app
GitHub:Telecom-User-Behavior-Analytics
Exploratory data analysis of telecom user activity to uncover behavioral patterns, usage trends, and anomalies. This project serves as the foundation layer for understanding user behavior before building product analytics and predictive systems.
Telecom providers need to understand how users interact with services to:
- Identify high-usage behaviors
- Detect anomalies or inefficiencies
- Inform downstream analytics and modeling
- User sessions
- Call duration
- Data usage
- Device types
- Application traffic
- Session count
- Average session duration
- Data consumption per user
- Device distribution
- Traffic by application
- Univariate and bivariate analysis
- Distribution analysis (usage patterns)
- Outlier detection
- Device and traffic segmentation
- Heavy users contribute disproportionately to total traffic
- Certain applications dominate bandwidth usage
- Outliers indicate potential misuse or premium users
- Interactive filtering (device, app, usage)
- Traffic distribution visualization
- Session behavior trends
Python, Pandas, Plotly, Streamlit
streamlit run app.py
📁 Project Structure Telecom_Analysis/ │── app.py │── data/ │── notebooks/ │── README.md
Denis Agyapong