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
When calling TIMESTAMP_NTX().python_type an NotImplemented Error is raised
What is the desired behavior?
Return the relevant python type, e.g. dt.datetime for TIMESTAMP_NTZ and list for ARRAY etc.
How would this improve snowflake-connector-python?
It would follow the original design of sql types implemented by SQLAlchemy.
You can use the python_type to create pandas dataframes more reliably by passing the python type as a dtype argument (Sometimes a column might be inferred as an object when NULL values are present)
The text was updated successfully, but these errors were encountered:
What is the current behavior?
When calling TIMESTAMP_NTX().python_type an NotImplemented Error is raised
What is the desired behavior?
Return the relevant python type, e.g. dt.datetime for TIMESTAMP_NTZ and list for ARRAY etc.
How would this improve
snowflake-connector-python
?The text was updated successfully, but these errors were encountered: