I am trying to pass null numeric values from Python into Snowflake.
I have created a Snowflake table using
CREATE TABLE my_table ( col0 int )