Skip to content

JosuaLimbu/customer-behavior-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis

Customer Behavior Analysis

This repository contains code for analyzing customer behavior data using the Customer Personality Analysis dataset. The dataset can be found here.

Getting Started

This repository uses Python 3.11

  • The requirements.txt is provided to install dependencies easily.

Usage

  1. Download and install Anaconda from here.
  2. Open Anaconda and create a new environment:
conda create --name customer_analysis python=3.11
conda activate customer_analysis
  1. Install Jupyter Notebook:
conda install -c conda-forge jupyterlab
  1. Install all dependencies from requirements.txt:
pip install -r requirements.txt
  1. Download the dataset from here and place it in the same directory as the analysis code.
  2. Run the Jupyter Notebook to analyze customer behavior:
jupyter notebook customer-behavior-analysis.ipynb
  1. Follow the instructions in the notebook to preprocess data, analyze customer segments, and derive insights.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors