You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importibisibis.memtable({"x": [1.2, 3.4]}).x.round().cast(int).cast(str).execute().to_list()
# gives# ['1.0', '3.0']# I expect# ['1', '3']# not a problem with literals?ibis.literal(1.2).round().cast(int).cast(str).execute()
# '1'
What version of ibis are you using?
main
What backend(s) are you using, if any?
duckdb
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
What version of ibis are you using?
main
What backend(s) are you using, if any?
duckdb
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: