polars.Expr.backward_fill# Expr.backward_fill(limit: int | None = None) → Expr[source]# Fill missing values with the next non-null value. This is an alias of .fill_null(strategy="backward"). Parameters: limitThe number of consecutive null values to backward fill. See also fill_null forward_fill shift