# settings to display all columns
pd.set_option("display.max_columns", None)
# display the dataframe head
df.head()