is_missing property

is_missing property

Indicates whether the item is removed from the data source.

Remarks

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

Definition:

@property
def is_missing(self):
    ...

See Also