arr.min()/max()
panicks when one of the values if None
and the number of rows is larger than 2
#14359
Closed
2 tasks done
Labels
A-dtype-list/array
Area: list/array data type
bug
Something isn't working
P-medium
Priority: medium
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
arr.max()
andarr.min()
panick if there are more than 2 rows in the data and if one the array values isNone
.Expected behavior
Installed versions
The text was updated successfully, but these errors were encountered: