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
Was working with the python version, it returns 0.0 for balance if the property is an integer. I think the problem is when it casts into_f64 it only works if the property is an f64 one. I guess the tricky part is if you're doing things with integers you need to worry about signed/unsigned etc.
Was working with the python version, it returns 0.0 for balance if the property is an integer. I think the problem is when it casts
into_f64
it only works if the property is an f64 one. I guess the tricky part is if you're doing things with integers you need to worry about signed/unsigned etc.where into_f64 is
(not a problem for me right now as I can just cast the column as float before)
The text was updated successfully, but these errors were encountered: