Python Pandas substitui a nan por NULL
df.fillna('', inplace=True)
Joyous Jackal
df.fillna('', inplace=True)