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
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
The name of this should be changed. A float('nan') is not a missing value; that would be a python None. dropna() and num_na() are not consistent in that they handle NAN differently.
According to documentation, Sketch.num_na() should return the exact number of missing values (https://apple.github.io/turicreate/docs/api/generated/turicreate.Sketch.html#turicreate-sketch), however, when
dtype
is float, it always returns 0.The text was updated successfully, but these errors were encountered: