NVIDIA / NVIDIA/cudf

[FEA] Add support for equivalence of Pandas 'unstack' on Series

Open
#10,059 3 comments 0 reactions 0 assignees View on GitHub
feature request good first issue 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.**
Hi,

While porting some code from Pandas to cuDF, I have noticed that cuDF series do not support `unstack` method.
As an additional request, It would be great if `fill_values` could be supported in both `cudf.DataFrame.unstack` and `cudf.Series.unstack` methods. Thanks!

**Describe the solution you'd like**
To have that method supported in cuDF series.

**Describe alternatives you've considered**
Creating a cuDF DataFrame from the cuDF series, use `unstack` on the DataFrame.

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.