Learn practical skills, build real-world projects, and advance your career
from PIL import Image
Pandas=Image.open('/Users/Laptop Point/Desktop/jovian_image/pandas.png')
Pandas
Notebook Image

Playing With Pandas

This notebook is dedicated to the pandas library of python. The main objective of creating this notebook is to learn the basics of pandas library and slowly and steadily move to advanced level of pandas so as to get the skills of data manipulation and further analysing so as to visualise it with the other libraries of python such as Matplotlib and seaborn.

Let's begin with importing a simple dataset

During importing a dataset the data set might be in csv, xlsx or any other format. Here, we will see how to import csv and xlsx format.

First begin with importing pandas