Skip to content

Instantly share code, notes, and snippets.

View jalapic's full-sized avatar

James Curley jalapic

View GitHub Profile
@jalapic
jalapic / pga.csv
Created January 26, 2016 19:40
Intro R - PGA data
We can't make this file beautiful and searchable because it's too large.
"drivepct","fairways.hit","possible.fairways","year","name","driveavg","total.distance","total.drives","rounds","girpct","greens.hit","total.holes","goforgreenpct","goforgreen.attempts","goforgreen.noattempts","sandsavepct","total.sandsaves","total.bunkers","scramblingpct","parorbetter","missedgir","threeputtpct","threeputt.total","oneputtpct","oneputt.total","putts.avg","total.putts","rounds1","birdiepct","total.birdies","score.avg","strokes","birdiebogieratio","total.birdies.better","total.bogeys.worse","par3.birdiepct","par3.birdies.better","par3.holes","par4.birdiepct","par4.birdies.better","par4.holes","par5.birdiepct","par5.birdies.better","par5.holes","total.events","top10s","firsts","seconds","thirds","moneypct","totalmoney","country","label"
77.23,1031,1335,2004,"Fred Funk",271.9,52198,192,97,65.51,1132,1728,35.05,102,189,54.6,89,163,61.24,365,596,2.84,49,39.18,677,28.9,2774,96,28.43,321,70.448,6776,1.28,344,268,16.03,63,393,14.47,149,1030,43.28,132,305,29,6,1,1,1,7.84,2103730,"USA","Fred Funk 2004"
@jalapic
jalapic / gist:82beb6d2a3899db36219
Created February 6, 2016 18:10
calculate ages in r
# Calculate ages using lubridate
#option 1
library(lubridate)
library(dplyr)
today() #get today's date
today() - as.Date("1992-05-23") #calculate difference in days between two dates
@jalapic
jalapic / comefrombehindwins
Created February 17, 2016 03:33
Come from behind wins
### Biggest come-from-behind title wins
library(engsoccerdata)
library(dplyr)
library(purrr)
library(ggplot2)
library(ggthemes)
head(engsoccerdata2)
@jalapic
jalapic / README.md
Last active April 7, 2017 20:25
network
@jalapic
jalapic / README.md
Last active February 26, 2016 04:42
network small
@jalapic
jalapic / README.md
Last active February 26, 2016 05:24
Network - hovering1
@jalapic
jalapic / README.md
Last active February 27, 2016 00:00
network fade
@jalapic
jalapic / README.md
Last active February 27, 2016 17:48
network fade 2
@jalapic
jalapic / README.md
Created February 27, 2016 18:47
Small multiple bar charts with tooltips
@jalapic
jalapic / .block
Created February 28, 2016 02:26
NBA Attendance
height: 400