Hi, dears, I find `DataFrame.drop_nan()` can only ...
# daft-dev
c
Hi, dears, I find
DataFrame.drop_nan()
can only deal with `float32`/`float64` . Is it a bug? @jay @Colin Ho @Sammy Sidhu
s
Oh yes that might be a bug and should be a simple fix! Can you share the error message / stack trace?
j
Hmm isn’t it the case that only
float32/float64
columns have nans? What’s the intended behavior for other columns?