modin-project / modin

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

Push computation to query compiler for Series.corr #7291

Open noloerino opened 5 months ago

noloerino commented 5 months 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