Course Content
Python Clustering Demystified: Exploring Data Groups
Python Clustering Demystified: Exploring Data Groups
Import Necessary Libraries and Data
TaskCompleted
- Import
numpy
,pandas
,matplotlib.pyplot
andseaborn
(asnp
,pd
,plt
, andsns
, respectively); - Read the
"Live.csv"
file; - Show the first 5 rows of the dataset.
Everything was clear?
Section 1. Chapter 2