Skip to content

featurebyte.Feature.isnull

isnull( ) -> Feature

Description

Returns a boolean Feature indicating whether each element is missing.

Returns

  • Feature
    Feature with boolean values

Examples

>>> feature = catalog.get_feature("InvoiceCount_60days")
>>> new_feature = feature.isnull()