rapidsai/cudf

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

オープン

#10,059 opened on 2022/01/15

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (735 件のフォーク)batch import
Pythonfeature requestgood first issue

Repository metrics

Stars
 (6,000 個のスター)
PR merge metrics
 (平均マージ 17d 21h) (30d で 230 merged PRs)

説明

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.

コントリビューターガイド