Skip to content
#

cudf

Here are 14 public repositories matching this topic...

esnvidia
esnvidia commented Jun 15, 2021

Describe the bug
Clipping a DataFrame or Series using ints causes a cudf Failure because it won't handle the different dtypes (int and float)

Steps/Code to reproduce bug

data = cudf.Series([-0.43, 0.1234, 1.5, -1.31])
data.clip(0, 1)

...
  File "cudf/_lib/replace.pyx", line 216, in cudf._lib.replace.clip
  File "cudf/_lib/replace.pyx", line 198, in cudf._lib.replace.clamp

Improve this page

Add a description, image, and links to the cudf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cudf topic, visit your repo's landing page and select "manage topics."

Learn more