Skip to content

lisa.analysis.status: Fix use of pl.Expr.shift(fill_value=...)

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000059 into main

FIX

pl.Expr.shift(fill_value=...) parameter takes a scalar value rather than a column. Ensure we provide one rather than the other.

Merge request reports

Loading