# 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