This repository contains the code for Customer Segmentation Using Agglomerative Clustering Algorithm and representation of result using Dendrograms.
For downloading dataset go to : https://drive.google.com/file/d/1LleLWY-icTw5-qXbf9-Ynmj1F5UXk8MD/view?usp=share_link
NOTE: The code is in .ipynb format, for running the code without error in Google Colab edit in code
from google.colab import drive import pandas as pd
drive.mount('/content/drive')
data = pd.read_csv('/path/to/file.csv')
data = pd.read_csv('file.csv')