PANDAS Hapus kolom indeks saat menyimpan ke CSV

df_csv = df0_fa.to_csv('revenue/data/test.csv',mode = 'w', index=False)
Nasty Narwhal