NVIDIA / NVIDIA/cudf

[FEA] add DataFrame.interpolate methods supported by cupyx

Open
#12,654 0 comments 0 reactions 0 assignees View on GitHub
0 - Backlog 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.**
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.