Skip to content

Commit

Permalink
code to download datasets to the data/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
srijankr committed Jul 14, 2019
1 parent 8654493 commit b83c815
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions download_data.sh
@@ -0,0 +1,6 @@
#!/bin/bash

wget http://snap.stanford.edu/jodie/reddit.csv data/
wget http://snap.stanford.edu/jodie/wikipedia.csv data/
wget http://snap.stanford.edu/jodie/mooc.csv data/
wget http://snap.stanford.edu/jodie/lastfm.csv data/

0 comments on commit b83c815

Please sign in to comment.