June 2020
Intermediate to advanced
382 pages
11h 39m
English
The historical data for this problem is stored in a file called dataset in .csv format. We will use the pd.read_csv function from pandas to import the data as a data frame:
dataset = pd.read_csv('Social_Network_Ads.csv')