You are on page 1of 1

SOLUTIONS

1.1 To perform Exploratory Data Analysis on the dataset and describe it briefly.
The dataset in question is imported in jupyter notebook using pd.read_csv () function and will store
the dataset in “bank_df”. The top 5 rows of the dataset are viewed using pd.head () function.

Structure of the Dataset can be computed using .info () function.

Summary
The summary of the dataset can be computed using .describe () function.

5|Page

You might also like