Skip to content

Instantly share code, notes, and snippets.

View zaynpatel's full-sized avatar

Zayn Patel zaynpatel

View GitHub Profile
@zaynpatel
zaynpatel / mktg.py
Created October 21, 2021 04:00
Using Customer Segmentation Data + Unsupervised Learning to Recognize Buyer Patterns
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
df=pd.read_csv("Mall_Customers.csv")
df.head()
df.shape