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
Describe the bug
When executing a corr aggregation in a groupby apply UDF, the result can diverge from pandas in some cases, specifically when one of the variables to be correlated has no variance.
Describe the bug
When executing a
corr
aggregation in a groupby apply UDF, the result can diverge from pandas in some cases, specifically when one of the variables to be correlated has no variance.Steps/Code to reproduce bug
Expected behavior
Results should be the same as pandas.
Environment overview (please complete the following information)
Bare-metal, 23.10
Additional Context
came up during #13813. This must be due to mishandling the denominator in
corr
.The text was updated successfully, but these errors were encountered: