modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.59k stars 647 forks source link

Push computation to query compiler for Series.corr #7291

Open noloerino opened 1 month ago

noloerino commented 1 month ago

Series.corr performs a significant amount of computation within the frontend method for Pearson correlations which other backends may want to avoid.

See also: #7104