Correlation df.corr()
from Python API
#295
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Correlation
I would really like to see the original
df.corr()
from Polars, because now we only havedf.pearsonCorr(a, b)
, which need 2 columns. I would like to havedf.corr()
, which returns the correlation between every pair of columns in the dataframe.Here is a usage example
Here is the link to the Python API :
The text was updated successfully, but these errors were encountered: