🏠ModelingBachAPI referenceSeriesisnullOn this pagebach.Series.isnullisnull()[source]Evaluate for every row in this series whether the value is missing or NULL.noteOnly NULL values in the Series in the underlying sql table will return True. numpy.nan is not checked for.see alsonotnull