Customer Analysis
Customer churn refers to the rate at which customers stop doing business with a company. Reducing customer churn is crucial for businesses as it directly impacts revenue and profitability
NB: The full code for this tutorial is set up in my Github Repo
Loading dependencies:
Our first step involves Loading the libarires in Google Colab. If you do not have these libraries installed in your enviroment please install thme using the pip command
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import plotly.graph_objs as go
import plotly.offline as pyoff
Download the data:
The dataset can be found in the following Online Retail - UCI Machine Learning Repository