I have problem with python pandas. I need to remove the index rows (not columns)
I'm trying with this command.
data_last.to_csv (r'D:\Matkelp3.csv',index=False)
I still get the index row in the first line
I have problem with python pandas. I need to remove the index rows (not columns)
I'm trying with this command.
data_last.to_csv (r'D:\Matkelp3.csv',index=False)
I still get the index row in the first line