how should i read a csv file without the ‘unnamed’ row with pandas?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
to_csv()
writes an index per default, so you can either disable index when saving your CSV:or specify an index column when reading: