turicreate.Sketch.num_missing

Sketch.num_missing()

Returns the the number of missing (i.e. None) values in the SArray. Return 0 on an empty SArray.

Returns:
out : int

The number of missing values in the SArray.