Passing Pandas dataframe through sql query to connect to external database
I have a pandas dataframe named outliers
, which contains a list of people with IDs.
I need to connect to SnowFlake database to pull some fields on these members. Is it possible to pass pandas dataframe name through the sql query to achieve this?
pandas read_sql resulting in Value error: “year -10100 is out of range” caused by corrupted dates in database
I am running a script to migrate data from oracle to postgres. When running the below