rapidsai/cudf

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

Open

#10.059 aperta il 15 gen 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)C++ (735 fork)batch import
Pythonfeature requestgood first issue

Metriche repository

Star
 (6000 star)
Metriche merge PR
 (Merge medio 17g 21h) (230 PR mergiate in 30 g)

Descrizione

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.

Guida contributor