Skip to content

Instantly share code, notes, and snippets.

View benvandyke's full-sized avatar

Ben Van Dyke benvandyke

  • Los Angeles, CA
View GitHub Profile
@benvandyke
benvandyke / wonder.md
Created January 18, 2017 03:23
CDC Wonder Query Criteria for FARS Analysis

CDC Wonder Query Criteria

Query Criteria:

Title:

2013 Urbanization: All

Autopsy: All

@benvandyke
benvandyke / partial.ipynb
Created February 6, 2014 03:44
Partial Functions in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benvandyke
benvandyke / trf_fatal.ipynb
Last active January 4, 2016 02:09
FARS Traffic Fatality Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benvandyke
benvandyke / gni_ppp.csv
Last active January 3, 2016 15:29
Slopegraph of Latin America per capita gross national income statistics from 1980-2010 implemented in D3.js
Country 1980 2010
Argentina 4820 11730
Belize 1620 7090
Bolivia 1820 4470
Brazil 3530 10890
Chile 2240 17360
Colombia 2540 8910
Costa Rica 2940 11270
Ecuador 2920 8330
Guatemala 1870 4600
@benvandyke
benvandyke / eia_analysis
Created January 17, 2014 03:54
Exploring the EIA Annual Energy Review Dataset with IPython, pandas and matplotlib
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@benvandyke
benvandyke / index.html
Created January 16, 2014 17:50
Plotting a trendline with D3.js
<!DOCTYPE html>
<meta charset="utf-8">
<title>Plotting a Trendline with D3.js</title>
<style>
.line {
stroke: blue;
fill:none;
stroke-width: 3;
}
@benvandyke
benvandyke / yelptextmining
Last active January 1, 2016 22:59
Text mining Yelp reviews for recommendations
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@benvandyke
benvandyke / digits_knnpca
Created January 1, 2014 23:34
My kNN and PCA implementation for the Kaggle MNIST competition.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{