is_missing property

is_missing property

Indicates whether the item was removed from the data source.

Remarks

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

Definition:

@property
def is_missing(self):
    ...

See Also