What you are seeing is the index column. Just set index=False:
df_csv = df0_fa.to_csv('revenue/data/test.csv',mode="w", index=False)
What you are seeing is the index column. Just set index=False:
df_csv = df0_fa.to_csv('revenue/data/test.csv',mode="w", index=False)