How to make a column correlation bar graph using this?

Viewed 16

correlations = application_train.corr()['TARGET'].sort_values(ascending=False)

any idea to making this into a bar chart?

0 Answers
Related