Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lucasresck/espotifai
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoschen committed Aug 29, 2020
2 parents 41c0d3a + d9174fb commit 29c32dc
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 268 deletions.
2 changes: 1 addition & 1 deletion notebooks/create_spotify_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"outputs": [],
"source": [
"# Unique the playlist ids\n",
"playlist_ids = list(set(playlists.id.to_list()))"
"playlist_ids = list(playlists.id.unique())"
]
},
{
Expand Down
Loading

0 comments on commit 29c32dc

Please sign in to comment.