rapidsai/cudf

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

Open

#10,059 创建于 2022年1月15日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C++ (735 fork)batch import
Pythonfeature requestgood first issue

仓库指标

Star
 (6,000 star)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 230 个 PR)

描述

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.

贡献者指南