You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is it intentional that pandas does not through an error message when computing a correlation between two series of different lengths?
e.g. pd.Series([1,2,3]).corr(pd.Series([3,2]))
Thanks,
-Matan