import pandas as pd
import numpy as np
Calling pandas to
Do a job of it Method to load
Dataset into JN
data = pd.read_csv('your_data.csv')
Variable that
Stores the data Excel = .read_excel()
data.head()
Name and format
of your data
Method to show
The first 5 rows of
The table