Columns with null dtype are ignored in sum_horizontal
/mean_horizontal
regardless of ignore_nulls
parameter
#20455
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Issue description
If one of the columns in
sum_horizontal
ormean_horizontal
has a null dtype then it is ignored even ifignore_nulls = False
.Installed versions
main
The text was updated successfully, but these errors were encountered: