how to check correlation of one column with other in python 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'])