Skip to content

Commit

Permalink
Update transform.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
donnerbaer committed Mar 12, 2024
1 parent b2a1833 commit 232da5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transform.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
" user = user.replace(\"/posts\",\"\")\n",
" user = user.replace(\"https://www.reddit.com/user/\",\"\")\n",
" user = user.replace(\"https://old.reddit.com/user/\",\"\")\n",
" user = user.replace(\"'\",\"\")\n",
" if user.find(\"/comments\") > -1:\n",
" user = user[:(user.find(\"/comments\"))]\n",
"\n",
Expand Down

0 comments on commit 232da5c

Please sign in to comment.