pub fn nanvl(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Returns col1 if it is not NaN, or col2 if col1 is NaN.