Pandas schreiben ohne erste Zeile an CSV

df1.to_csv('output.csv', index=False, header=None)
Merwanski