“CSV file does not exist” for a filename with embedded quotes

前端 未结 18 797
萌比男神i
萌比男神i 2020-12-15 23:16

I am currently learning Pandas for data analysis and having some issues reading a csv file in Atom editor.

When I am running the following code:

imp         


        
18条回答
  •  悲哀的现实
    2020-12-15 23:57

    In my case I just removed .csv from the end. I am using ubuntu.

    pd.read_csv("/home/mypc/Documents/pcap/s2csv")
    

提交回复
热议问题