Table of content
An investor is interested in purchasing TellCo (a telecommunication company), an existing mobile service provider in the Republic of Pefkakia. This project aims to provide a report to analyse opportunities for growth and make a recommendation on whether TellCo is worth buying or selling. We will do this by analysing a telecommunication dataset that contains useful information about the customers & their activities on the network. We will deliver insights that we managed to extract to the employer through an easy to use web based dashboard and a written report.
Data source For this Project was given by the employer. (It can be found in data folder)
To install and run this project
git clone https://github.com/Meserat/Telecommunication-Data-Analysis
cd Telecommunication-Data-Analysis
pip install -r requirements.txt
This folder holds the nooteboks used to process and visualize the data
- Preprocessing and EDA - holds Data Exploratory features and visualizations
- User Engagement Analysis - holds User engagement features and visualizations
- User Experience Analytics - holds User experience features and visualizations
- User Overview Analysis - holds User overview features and visualization
- User Satisfaction Analysis - holds User satisfaction features and visualization
This folder holds the data of the project (data is store on google drive using DVC)
- Week1_challenge_data_source(CSV)
- Others cleaned data's
This folder holds streamlit dashboard codes
This folder holds models created for the project
This folder holds script python files that modularize the codebase
This folder holds unit test files