read_csv和逗号有问题。仅一列作为输出

时间:2019-06-14 19:48:58

标签: python-3.x csv

我有一个要通过熊猫读取的.csv文件。这是一个普通的文件,以逗号作为分隔符,但是显然当我在数据帧中使用read_csv时,输出中只有一列。This is the weird output i got

我已经尝试了定界符以及9月。

我认为.csv文件和我的代码没有任何问题。是bug还是什么?This is the output that I wanted

This is the link to google drive with the .csv file

0 个答案:

没有答案