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
(
flat_rate.sql(
"""
SELECT
RO_DATE
, DLR_LAB_RATE_AMT
FROM
flat_rate
WHERE
RO_DATE >= '2015-01-01'
"""
)
)
The output table that renders in jupyter notebook indicate the 2 columns are both of type "string" when I expect RO_DATE column to be of type date and DLR_LAB_RATE_AMT to be of type float64.
What version of ibis are you using?
ibis version 9.0 from pip install.
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?
My code:
Then when doing:
The output table that renders in jupyter notebook indicate the 2 columns are both of type "string" when I expect RO_DATE column to be of type date and DLR_LAB_RATE_AMT to be of type float64.
What version of ibis are you using?
ibis version 9.0 from pip install.
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: