[FEA] libcudf Series correlation (Pearson)
Open
feature request
libcudf
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Is your feature request related to a problem? Please describe.**
As a cuDF user, I want to calculate the correlation of two series. Pearson correlation is likely the most commonly used as it is the default in Pandas ([API docs](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.corr.html#pandas.Series.corr)).
**Describe the solution you'd like**
I'd like to be able to do this with `series1.corr(series2)` and also on DataFrame and Groupby objects.
**Describe alternatives you've considered**
The alternative is to actually calculate the correlation manually, which is cumbersome.
Contributor guide
Assessment
This issue has not been assessed yet.