[FEA] add DataFrame.interpolate methods supported by cupyx
- 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.**
working with `import cudf as pd`
**Describe the solution you'd like**
[cudf.DataFrame.interpolate](https://docs.rapids.ai/api/cudf/stable/api_docs/api/cudf.dataframe.interpolate) supports `method="linear"`
[pandas.DataFrame.interpolate](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.interpolate.html) supports a number of methods, including
- [ ] time
- [ ] krogh
- [ ] piecewise_polynomial
- [ ] spline
- [ ] pchip
- [ ] akima
- [ ] cubicspline
[cupyx.scipy.interpolate](https://docs.cupy.dev/en/latest/reference/scipy_interpolate.html) provides implementations for most of these
extend the supported methods by those available in `cupyx`
Contributor guide
Assessment
This issue has not been assessed yet.