This project focuses on analyzing customer churn data. The goal of this project was to gain insights on the customers, why they were churning, and what actions could be taken to lower churn rates. A dashboard was also created to present findings.
The entire process can be seen here but below will show a brief outline of the steps performed during the analysis.
Initial Setup
The data was loaded into an SQLite database. This process was super easy since it was only one table and did not need much setup for the database itself.
Using JupySQL, I was able to connect the database to Jupyter Notebook and use SQL to analyze this data.
Customer Analysis
The following questions were asked for the customer analysis:
Customer Analysis
Next was the churn analysis for the customers to figure out why the customers were churning.
Findings