Incorrect type when dividing literal series of UInt64
with Int64
.
#6805
Labels
bug
Something isn't working
UInt64
with Int64
.
#6805
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
Floor division results to a float type, where Uint was expected.
Reproducible example
shape: (1, 1)
┌─────┐
│ │
│ --- │
│ f64 │
╞═════╡
│ 0.0 │
└─────┘
Expected behavior
The text was updated successfully, but these errors were encountered: