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
The Actual data is extracted from RDS Postgres DB, Where for some columns with null pandas DF extract reads it as None(string) / NaT(timestamp). Hence converting the types for all columns to string NaT -> NaN (I guess !!!).
Expected Results in Snowflake:
Actual Results:
Can you set logging to DEBUG and collect the logs?
github-actionsbot
changed the title
Nan / None values do not get converted to null in Snowflake when using write_pandas from snowflake-connector-python
SNOW-1896084: Nan / None values do not get converted to null in Snowflake when using write_pandas from snowflake-connector-python
Jan 24, 2025
Python version
3.8.20
Operating system and processor architecture
python:3.8-slim-bookworm docker image - Linux-5.10.230-223.885.amzn2.x86_64-x86_64-with-glibc2.34
Installed packages
What did you do?
What did you expect to see?
The Actual data is extracted from RDS Postgres DB, Where for some columns with null pandas DF extract reads it as None(string) / NaT(timestamp). Hence converting the types for all columns to string NaT -> NaN (I guess !!!).
Expected Results in Snowflake:
Actual Results:
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: