I want to delete a few rows in sql using Jupyter. Connected sql server to jupyter and it is working fine. I just have a doubt that can we use pandas variables in sql query? If yes, how to do it? Thanks in advance !!
Here, I am attaching a simple script which showcases my issue and purpose of the problem statement.
I want to delete rows from signps table where sid is in the mentioned list (which is pandas variable sid_list)