How to Save a Pandas Dataframe to CSV (without the index)

df.to_csv(“my_data.csv”, index = False)

Posted

in

by