I wanted to know how you can add a new row in python to a csv file. I tried mydata.to_csv()
and read this, but I couldn't find out how to do rows. Can anyone help?
Asked
Active
Viewed 145 times
1

martineau
- 119,623
- 25
- 170
- 301

Shreyas Shridharan
- 291
- 3
- 16
-
1This is an old question. Do a better search. https://stackoverflow.com/questions/10715965/add-one-row-in-a-pandas-dataframe – Rey Cruz Aug 01 '17 at 15:35
-
Oh, sorry! Thanks for the answer! – Shreyas Shridharan Aug 01 '17 at 15:36