Skip to content

Commit

Permalink
Merge pull request #103 from nataibi/master
Browse files Browse the repository at this point in the history
Update personalize_hrnn_metadata_contextual_example.ipynb
  • Loading branch information
chrisking authored Jan 12, 2021
2 parents 300c828 + aeecae9 commit 3067523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@
}
],
"source": [
"users_df = pd.read_csv('a_users.csv')\n",
"users_df = pd.read_csv(data_dir +'/a_users.csv')\n",
"# Render some sample data\n",
"users_df.sample(5)"
]
Expand Down

0 comments on commit 3067523

Please sign in to comment.