Skip to content

featurebyte.Target.isnull

isnull( ) -> Target

Description

Returns a boolean Target indicating whether each element is missing.

Returns

  • Target
    Target with boolean values

Examples

>>> target = catalog.get_target("target_latest_invoice_timestamp")
>>> new_target = target.isnull()