pub fn first( col: impl Into<Column>, ignore_nulls: Option<impl Into<Column>>, ) -> Column
Returns the first value in a group.