Skip to content

Commit

Permalink
fix data-science-with-pandas-1.ipynb (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelletreep authored Oct 19, 2023
1 parent dd17c60 commit f76bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/data-science-with-pandas-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
},
"outputs": [],
"source": [
"data_file = './data/surveys.csv'\n",
"data_file = '../course_materials/data/surveys.csv' # in your case the filepath should probably be ./data/surveys.csv\n",
"print(os.path.exists(data_file))"
]
},
Expand Down

0 comments on commit f76bd35

Please sign in to comment.