Import pandas and read in the Ecommerce Purchases csv file and set it to a DataFrame called ecom. In [2]: import pandas as pd Check the head of the DataFrame. In [4]: df = pd.read_csv('C:/Users/ka030/Documents/GitHub/python_analysis/sources/Day4/workbook/Ecommerce Purchases.csv') df.head() Out[4]: Address Lot AM or PM Browser Info Company Credit Card CC Exp Date CC Security Code CC Provi..