Exercise

Importing the dataset

Throughout this course, you will use pandas to manipulate data and calculate summary statistics!

In this exercise, you will begin by importing pandas and the marketing dataset into your environment.

Instructions

100 XP
  • Import pandas into your environment with the alias pd.
  • Import the 'marketing.csv' dataset.