Cannot see online and therefore not sure if this is possible? Can I make a query to sql that will compare columns in sql to existing pandas dataframe ?
something like that
pd.read_sql(f""" SELECT * FROM sql_dataset WHERE sql.columnA = pdDataFrame """ )