rapidsai/cudf

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

開放

#10,059 建立於 2022年1月15日

 (3 則留言) (0 個反應) (0 位負責人)C++ (735 個分叉)batch import
Pythonfeature requestgood first issue

倉庫指標

星標
 (6,000 顆星)
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.

貢獻者指南