Open lmocsi opened 12 hours ago
Pl.expr.sum() documentation (https://docs.pola.rs/api/python/dev/reference/expressions/api/polars.Expr.sum.html) should mention, that resulting None values are replaced with 0 (so you do not have to add .fill_null(0) ).
No response
See #17527 for more discussion on this matter.
Description
Pl.expr.sum() documentation (https://docs.pola.rs/api/python/dev/reference/expressions/api/polars.Expr.sum.html) should mention, that resulting None values are replaced with 0 (so you do not have to add .fill_null(0) ).
Link
No response