is_missing property

is_missing property

Indicates whether the item has a missing value.

Remarks

True means this value has benn removed from the data source.

Definition:

@property
def is_missing(self):
    ...

See Also