pub fn lag(column: &Column, n: i64) -> Column
Lag: value from n rows before in partition. Use with .over(partition_by).
.over(partition_by)