March 2019
Beginner to intermediate
420 pages
7h 19m
English
This section is included to assist the students to perform the activities in the book. It includes detailed steps that are to be performed by the students to achieve the objectives of the activities.
import pandas as pd
import copy
sales = pd.read_excel("sales.xlsx")
sales.head()
sales.dtypes
You should get the following output:

Read now
Unlock full access