Callable correlation support
Open
dataframe
needs attention
- Dominant language
- Python
- Stars
- 13.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
https://docs.dask.org/en/latest/dataframe-api.html#dask.dataframe.DataFrame.corr
Please support `callable` option for `DataFrame.corr`.
When I tried to run the callable function, the error shown as:
```
NotImplementedError: Only Pearson correlation has been implemented
```
Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.