Pandas Drop Row dari daftar nilai
df = df[~df.datecolumn.isin(a)]
Intempestive Al Dente
df = df[~df.datecolumn.isin(a)]