I want to make a histogram for each column of my data set, with the distribution of the answers
for i in range(0,len(df.columns)): plt.clf() plt.hist(df.loc[:,i