This repository contains code for analyzing customer behavior data using the Customer Personality Analysis dataset. The dataset can be found here.
This repository uses Python 3.11
- The
requirements.txtis provided to install dependencies easily.
- Download and install Anaconda from here.
- Open Anaconda and create a new environment:
conda create --name customer_analysis python=3.11
conda activate customer_analysis- Install Jupyter Notebook:
conda install -c conda-forge jupyterlab- Install all dependencies from
requirements.txt:
pip install -r requirements.txt- Download the dataset from here and place it in the same directory as the analysis code.
- Run the Jupyter Notebook to analyze customer behavior:
jupyter notebook customer-behavior-analysis.ipynb- Follow the instructions in the notebook to preprocess data, analyze customer segments, and derive insights.