Question

In Pandas / Python, how to remove the column name row when saving a DataFrame in a .csv file?


Annonce
Ad

Answer

df.to_csv('filename.csv', header=False)


[source]
# ID Query