Skip to content

Instantly share code, notes, and snippets.

View ohdebby's full-sized avatar

Debby O ohdebby

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 31 columns, instead of 3. in line 6.
SCHOOL CODE,COUNTY,SCHOOL TYPE,CITY,SCHOOL NAME,ENROLLMENT,UP-TO-DATE #,UP-TO-DATE %,CONDITIONAL #,CONDITIONAL %,Permanent Medical Exemption (PME) #,PME %,Personal Beliefs Exemption (PBE) #,PBE %,Pre-Jan PBE #,Pre-Jan PBE %,HC Practitioner Counseled PBE #,HC Practitioner Counseled PBE %,Religious PBE #,Religious PBE %,DTP #,DTP %,POLIO #,POLIO %,MMR #,MMR %,HEPB #,HEPB %,VARI #,VARI %,REPORTED
6024137,MARIN,PUBLIC,BOLINAS,BOLINAS-STINSON ELEMENTARY,11,2,18,5,45,0,0,4,36,0,0,4,36,0,0,5,45,4,36,4,36,2,18,6,55,Y
6024160,MARIN,PUBLIC,SAN RAFAEL,DIXIE ELEMENTARY,86,78,91,0,0,0,0,8,9,0,0,8,9,0,0,78,91,78,91,78,91,78,91,78,91,Y
6024194,MARIN,PUBLIC,SAN RAFAEL,MARY E. SILVEIRA ELEMENTARY,82,76,93,0,0,0,0,6,7,0,0,6,7,0,0,76,93,76,93,76,93,76,93,76,93,Y
6024244,MARIN,PUBLIC,SAN RAFAEL,VALLECITO ELEMENTARY,92,89,97,0,0,0,0,3,3,0,0,3,3,0,0,89,97,89,97,89,97,89,97,89,97,Y
6024319,MARIN,PUBLIC,KENTFIELD,ANTHONY G. BACICH ELEMENTARY,157,137,87,7,4,0,0,13,8,1,1,12,8,0,0,142,90,142,90,141,90,143,91,144,92,Y
6024335,MARIN,PUBL
@ohdebby
ohdebby / immunizationsM3.csv
Created September 11, 2015 20:15
Personal Belief Exemptions for Immunizations
SchoolType Enrollment PBEnumber PBEpercent PBEpercent100
Marin public 2799 153 0.06 5.5
Marin private 491 58 0.12 11.8
San Francisco public 4562 35 0.01 0.8
San Francisco private 1953 82 0.04 4.2
@ohdebby
ohdebby / immunizations.csv
Created September 19, 2015 03:24
Kindergarten immunizations
SchoolCode County SchoolType City SchoolName Enrollment PBEnumber PBEpercent
6024137 Marin PUBLIC BOLINAS BOLINAS-STINSON ELEMENTARY 11 4 36
6024160 Marin PUBLIC SAN RAFAEL DIXIE ELEMENTARY 86 8 9
6024194 Marin PUBLIC SAN RAFAEL MARY E. SILVEIRA ELEMENTARY 82 6 7
6024244 Marin PUBLIC SAN RAFAEL VALLECITO ELEMENTARY 92 3 3
6024319 Marin PUBLIC KENTFIELD ANTHONY G. BACICH ELEMENTARY 157 13 8
6024335 Marin PUBLIC SAN GERONIMO LAGUNITAS ELEMENTARY 14 1 7
6024343 Marin PUBLIC SAN GERONIMO SAN GERONIMO VALLEY ELEMENTARY 19 11 58
129148 Marin PUBLIC CORTE MADERA COVE 95 2 2
6024376 Marin PUBLIC CORTE MADERA NEIL CUMMINS ELEMENTARY 87 6 7
@ohdebby
ohdebby / index.html
Created September 26, 2015 22:29
Boy names
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Line Chart with Two Lines</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: white;
@ohdebby
ohdebby / ACEs.csv
Created October 30, 2015 16:32
Health effects of adverse childhood experiences
disease adjOR lower95ci upper95ci
Ischemic heart disease 2.2 1.3 3.7
Any cancer 1.9 1.3 2.7
Stroke 2.4 1.3 4.3
Chronic bronchitis/emphysema 3.9 2.6 5.8
Diabetes 1.6 1 2.5
@ohdebby
ohdebby / countries.json
Created November 17, 2015 19:58
Map of the World
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
countryCode rank country gdp
USA 1 United States 17419000
CHN 2 China 10360105
JPN 3 Japan 4601461
DEU 4 Germany 3852556
GBR 5 United Kingdom 2941886
FRA 6 France 2829192
BRA 7 Brazil 2346118
ITA 8 Italy 2144338
IND 9 India 2066902
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title>Food Stamp Nation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.95, maximum-scale=0.95, user-scalable=0" />
<!--[if lt IE 9]>
<script src="js/json2.min.js"></script>
@ohdebby
ohdebby / .block
Last active December 12, 2016 22:19
Multi-line chart
license: mit
@ohdebby
ohdebby / .block
Created November 7, 2016 19:15
Punchcard example
license: mit