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
I wanted to store the schema of a table in a json file so that I can easily compare/convert new data extractions to the existing schema. If I try to convert the schema to a regular dictionary and back I get an error:
Is your feature request related to a problem?
I wanted to store the schema of a table in a json file so that I can easily compare/convert new data extractions to the existing schema. If I try to convert the schema to a regular dictionary and back I get an error:
Output:
If I remove
geospatial:
from the type, it works:Output:
What is the motivation behind your request?
No response
Describe the solution you'd like
I'd like all string conversions of datatypes to convert back to the original type when used in
ibis.dtype()
What version of ibis are you running?
9.5.0
What backend(s) are you using, if any?
DuckDB with spatial extension
Code of Conduct
The text was updated successfully, but these errors were encountered: