assume i have a dataframe, i want to calculate the r square between two columns.
for example:
In [21]: df = pd.DataFrame(np.random.rand(10, 2)) In [22