Pandas
A smarter and more abstract tool to handle .csv files is another Python tool named Pandas
We use Pandas to:
- Manipulate data.
- Visualize and plot data combined with matplotlib library
Manipulate data and Visualize data
Let us take a look at this presentation . Open this notebook and let us execute the command together (use the dataset Salary Data.csv)
Then, complete this exercise on Jupiter Notebook on the same dataset.
Exploratory Data Analysis and Clustering Algorithms
Open this notebook and let us execute the analysis together.
Then, let’s do the exercise in this second notebook.