Docs
.notNull

Dataframe.notNull

This function return a new Dataframe where none of it properties have a null, the inverse of Dataframe.isNull

Returns

  • Dataframe<T>
const notNull: Dataframe<T> = df.notNull;