import pandas as pdimport numpy as npimport seaborn as snsimport matplotlib.pyplot as plt%matplotlib inline# pull data from githubbank_data = pd.read_csv("<https://mycontent.com/>"\\"PacktWorkshops/"\\"thd/"\\"bank-additional.csv", sep=";")# visualize the head of the datasetbank_data.head().T