You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Set the values to the GDF. All the columns have the same values in the GDF despite the output not showing it should be the case.
Looks like values are
Environment overview (please complete the following information)
conda install rapids 21.06, bare-metal.
The text was updated successfully, but these errors were encountered:
The following is a minimal, reproducible example that demonstrates the underlying setitem issue causing data corruption in 21.08. In this example, the first 10 values of the contiguous array are being set into the 10 rows for each column.
beckernick
changed the title
[BUG] Setting the values obtained from multiple columns to the GDF is not working
[BUG] DataFrame setitem causing data corruption for cupy array inputs
Aug 3, 2021
Describe the bug
Setting the values obtained from multiple columns of a StandardScaler to the GDF is not working (although this might be user error)
Steps/Code to reproduce bug
Code is here
Untitled.zip
Expected behavior
Set the values to the GDF. All the columns have the same values in the GDF despite the output not showing it should be the case.
Looks like values are
Environment overview (please complete the following information)
conda install rapids 21.06, bare-metal.
The text was updated successfully, but these errors were encountered: