Posts by oscorrea1 • 3 points
2 posts
-
0
votes2
answers573
viewsA: Python / Pandas - error reading Arq. csv ( path)
The problem continues. I changed the directory where the file is stored, I changed the name of the tbm file, but I still can’t load the file. import pandas as pd path_file =…
-
-1
votes2
answers573
viewsQ: Python / Pandas - error reading Arq. csv ( path)
I’m using Google Colaboratory and trying to read a CSV file, separated by ";" and is giving the following error. I think it has to do with the path. What I’m doing wrong? import pandas as pd…