How to avoid pandas creating an index in a saved csv September 9, 2022 by Tarik Use index=False. df.to_csv('your.csv', index=False)