How-to articles, tricks, and solutions about SQL-FUNCTION
How to filter Pandas dataframe using 'in' and 'not in' like in SQL
You can filter a Pandas DataFrame using the isin() and ~(not in) methods.