lisa.analysis.status: Fix use of pl.Expr.shift(fill_value=...)
FIX
pl.Expr.shift(fill_value=...) parameter takes a scalar value rather than a column. Ensure we provide one rather than the other.
FIX
pl.Expr.shift(fill_value=...) parameter takes a scalar value rather than a column. Ensure we provide one rather than the other.