Skip to content

Instantly share code, notes, and snippets.

View mikeleeco's full-sized avatar
💭
🚴‍♂️ 📊

Michael Lee mikeleeco

💭
🚴‍♂️ 📊
View GitHub Profile
@mikeleeco
mikeleeco / nhl_draft_odds.png
Last active April 29, 2016 04:31
nhl_draft_odds
nhl_draft_odds.png
@mikeleeco
mikeleeco / draft_odds_team.png
Last active April 27, 2016 06:02
draft_odds_team
draft_odds_team.png
@mikeleeco
mikeleeco / draft_odds.png
Last active April 26, 2016 04:35
draft_odds_code
draft_odds.png
@mikeleeco
mikeleeco / data_heatmap.csv
Last active August 29, 2015 14:20
combined
row_idx col_idx vgfreq
1 1 1
2 1 0.674872666
3 1 0.046689304
4 1 0.0127334465
5 1 0.015280136
6 1 0.094227504
7 1 0.019524618
8 1 0.0033955857
9 1 0.006791171
@mikeleeco
mikeleeco / data_heatmap2.csv
Last active August 29, 2015 14:20
video_game_genre/theme.js
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
row_id col_id vgfre
1 1 0.01596532
2 1 0.11035727
3 1 0.37692163
4 1 0.028026815
5 1 0.015992246
6 1 0.00325768
7 1 0.001615378
8 1 0.0005384595
1 2 0.026357591
@mikeleeco
mikeleeco / data_heatmap.csv
Last active August 29, 2015 14:20
video_game_theme.js
1 1 1
2 1 0.674872666
3 1 0.046689304
4 1 0.0127334465
5 1 0.015280136
6 1 0.094227504
7 1 0.019524618
8 1 0.0033955857
9 1 0.006791171
@mikeleeco
mikeleeco / esrb.js
Last active August 29, 2015 14:19
Distribution of ESRB Ratings (1994-2014)
var year = 1994;
var buttonYears = [1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014];
var margin = {top: 30, right: 0, bottom: 0, left: 100},
width = 500 - margin.left - margin.left,
height = 450 - margin.top - margin.bottom;
var body = d3.select("body");