Posts by Caio Monsores • 3 points
1 post
-
-3
votes1
answer242
viewsQ: Unable to Import csv file into pandas
Good guys, I’m trying to import a csv file into pandas through the code below: import pandas as pd data = pd.read_csv('pop.csv') He can’t find the file under any circumstances! Note: The file is in…