course content

Course Content

Python Clustering Demystified: Exploring Data Groups

Import Necessary Libraries and DataImport Necessary Libraries and Data

The task is completed!

TaskCompleted

  1. Import numpy, pandas, matplotlib.pyplot and seaborn (as np, pd, plt, and sns, respectively);
  2. Read the "Live.csv" file;
  3. Show the first 5 rows of the dataset.

Everything was clear?

Section 1. Chapter 2