how to find the correlation of a column with other 2 column in the dataframe code example
Example: correlation between two columns pandas
Top15['Citable docs per Capita'].corr(Top15['Energy Supply per Capita'])
Top15['Citable docs per Capita'].corr(Top15['Energy Supply per Capita'])