Skip to content

Instantly share code, notes, and snippets.

View wdenton's full-sized avatar

William Denton wdenton

View GitHub Profile
@wdenton
wdenton / clean-the-list.rb
Created April 6, 2020 19:49
Clean that list of high circ titles so there's just one ISBN
#!/usr/bin/env ruby
require "csv"
file = ARGV[0]
exit unless file;
puts %i[loans isbn title].to_csv
@wdenton
wdenton / SAFI_clean.csv
Created May 28, 2019 16:47
For R workshop
We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 14 columns, instead of 12. in line 6.
key_ID,village,interview_date,no_membrs,years_liv,respondent_wall_type,rooms,memb_assoc,affect_conflicts,liv_count,items_owned,no_meals,months_lack_food,instanceID
1,God,2016-11-17T00:00:00Z,3,4,muddaub,1,NULL,NULL,1,bicycle;television;solar_panel;table,2,Jan,uuid:ec241f2c-0609-46ed-b5e8-fe575f6cefef
1,God,2016-11-17T00:00:00Z,7,9, muddaub,1,yes,once,3,cow_cart;bicycle;radio;cow_plough;solar_panel;solar_torch;table;mobile_phone,2,Jan;Sept;Oct;Nov;Dec,uuid:099de9c9-3e5e-427b-8452-26250e840d6e
3,God,2016-11-17T00:00:00Z,10,15, burntbricks,1,NULL,NULL,1,solar_torch,2,Jan;Feb;Mar;Oct;Nov;Dec,uuid:193d7daf-9582-409b-bf09-027dd36f9007
4,God,2016-11-17T00:00:00Z,7,6, burntbricks,1,NULL,NULL,2,bicycle;radio;cow_plough;solar_panel;mobile_phone,2,Sept;Oct;Nov;Dec,uuid:148d1105-778a-4755-aa71-281eadd4a973
5,God,2016-11-17T00:00:00Z,7,40,burntbricks,1,NULL,NULL,4,motorcyle;radio;cow_plough;mobile_phone,2,Aug;Sept;Oct;Nov,uuid:2c867811-9696-4966-9866-f35c3e97d02d
6,God,2016-11-17T00:00:00Z,3,3,muddaub,1,NULL,NULL,1,NULL,2
@wdenton
wdenton / table.org
Created January 20, 2017 21:42
Long sideways table in Org doesn't work when exported to LaTeX
Column OneColumn TwoColumn ThreeColumn FourColumn FiveColumn SixColumn SevenColumn Eight
1101
2102
3103
4104
5105
6106
7107