Trailing delimiter confuses pandas read_csv

前端 未结 3 1513
南笙
南笙 2020-12-16 15:51

A csv (comma delimited) file, where lines have an extra trailing delimiter, seems to confuse pandas.read_csv. (The data file is [1])

It treats the extra

3条回答
  •  醉梦人生
    2020-12-16 16:10

    I created a GitHub issue to have a look at handling this issue automatically:

    https://github.com/pydata/pandas/issues/2442

    I think the FEC file format changed slightly causing this annoying issue-- if you use the one posted here http://github.com/pydata/pydata-book you hopefully won't have that problem.

提交回复
热议问题