Skip to content

Commit

Permalink
corrected path of perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
preyero committed May 1, 2022
1 parent 5d1af8e commit 553bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perspective_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"source": [
"# import data \n",
"import pandas as pd\n",
"df_test = pd.read_csv('/Users/jk9463/Desktop/Datathon/bcanalytics_datathon_22/datasets/datathon/evaluation_sample.csv', sep='|')"
"df_test = pd.read_csv('/path/to/evaluation_sample.csv', sep='|')"
]
},
{
Expand Down

0 comments on commit 553bde5

Please sign in to comment.