Open
Description
Currently Arrow::Array#to_narray
raises an error when the receiver array has nulls.
I'd like to make this method to fill all the nulls by a specific value.
My API proposal is here:
nary = ary.to_narray(fillna: 0) # filling nulls by 0
nary = ary.to_narray(fillna: Float::NAN) # filling nulls by NaN
Metadata
Metadata
Assignees
Labels
No labels