Skip to content

featurebyte.Feature.notnull

notnull( ) -> Feature

Description

Returns a boolean Feature indicating whether each element is not null.

Returns

  • Feature
    Feature with boolean values

Examples

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