0

Recently followed a short Python bootcamp and have been trying to work on it myself a bit more, but get stuck at the start. We need to upload the data, but for some reason I can't get it to work. In the example it was done like this:

Correct way apparently

So I figured it was just about the file path, so tried to copy that but don't get it to work

My wrong attempt

Any help would be thoroughly appreciated!

statsguy96
  • 37
  • 7

1 Answers1

0

Did you try saving the notebook in the same directory where the CSV file exists and use a relative path to import the CSV?

data/titatic.csv

or

titatic.csv
Vineeth Sai
  • 1,497
  • 2
  • 9
  • 10