Skip to content

Commit

Permalink
added bikeshare dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed May 4, 2017
1 parent 5879ff2 commit 7738396
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions examples/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@
},
'game': {
'url': 'https://s3.amazonaws.com/ddl-data-lake/yellowbrick/game.zip',
'signature': 'b1bd85789a014a898daa34cb5f89ceab6d2cd6488a2e572187e34aa4ec21a43b',
}
'signature': 'b1bd85789a014a898daa34cb5f89ceab6d2cd6488a2e572187e34aa4ec21a43b',
},
'bikeshare': {
'url': 'https://s3.amazonaws.com/ddl-data-lake/yellowbrick/bikeshare.zip',
'signature': '7eb79d0be41f9d9f6373b1fa3f4789e7a9ef880720dc8ea29ec752b914d4b525',
},
}


Expand Down
7 changes: 6 additions & 1 deletion tests/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@
'url': 'https://s3.amazonaws.com/ddl-data-lake/yellowbrick/game.zip',
'signature': 'b1bd85789a014a898daa34cb5f89ceab6d2cd6488a2e572187e34aa4ec21a43b',
'type': 'numpy',
}
},
'bikeshare': {
'url': 'https://s3.amazonaws.com/ddl-data-lake/yellowbrick/bikeshare.zip',
'signature': '7eb79d0be41f9d9f6373b1fa3f4789e7a9ef880720dc8ea29ec752b914d4b525',
'type': 'numpy',
},
}

FIXTURES = os.path.join(os.path.dirname(__file__), "fixtures")
Expand Down

0 comments on commit 7738396

Please sign in to comment.