📅  最后修改于: 2022-03-11 14:46:07.298000             🧑  作者: Mango
# Necessary Imports
import pandas as pd
import matplotlib.pyplot as plt
import pickle
% matpllotlib inline
data= pd.read_csv('Example.csv') # Reading the data file
data.head() # checking the first five rows from the dataset