I have a pandas series and iterating over all items. Each loop I check if an entry already exists and add them one-by-one to a sqlalchemy session if no entry was found. After th