save dataframe without index column code example Example: pandas save without index #Save to csv without index: df.to_csv('name.csv', index=False)