Duplicate 'row.names' error reading table. row.names=NULL shifts columns

前端 未结 5 1986
逝去的感伤
逝去的感伤 2020-12-31 20:11

This is similar to read.csv row.names and to https://stackoverflow.com/questions/12425599/duplicated-row-names , but I do not see answers that help.

Problem: Trying

5条回答
  •  独厮守ぢ
    2020-12-31 21:01

    I was having the same problem. I merged the date with timestamps and now I am able to read from the csv.

    You can generate a row number as the first column (say using python) in your csv and then read it again.

提交回复
热议问题