How to avoid Python/Pandas creating an index in a saved csv? May 25, 2022 by Tarik Use index=False. df.to_csv('your.csv', index=False)