pl.int_range()
panicks when dtype=pl.String
, and is inconsistent with pl.int_ranges()
#15307
Closed
2 tasks done
Checks
Reproducible example
Log output
No response
Issue description
pl.int_range()
panicks withdtype=pl.String
.There's also a consistency issue since
pl.int_ranges()
casts the output tolist[str]
.Expected behavior
Not sure if both
pl.int_range()
andpl.int_ranges()
should error or cast the output tostr
andlist[str]
respectively.Installed versions
The text was updated successfully, but these errors were encountered: