Skip to content

Instantly share code, notes, and snippets.

View curran's full-sized avatar

Curran Kelleher curran

View GitHub Profile
@curran
curran / App.js
Last active August 19, 2023 14:00
React & D3 Starter
import {useData} from './useData';
import {VizWrapper} from './VizWrapper';
export const App = () => {
const data = useData();
return data ? (
<VizWrapper data={data} />
) : (
// Could be expanded with a real loading indicator.
'Loading...'
@curran
curran / README.md
Last active March 28, 2022 18:40
Observable Scrape

A DIY method of authoring ES modules in Observable and exporting into downstream workflows such as React apps.

@curran
curran / County-level-data_3_15_2022.csv
Last active March 18, 2022 19:15
Dataset from Center for Societal Benefit through Healthcare
We can't make this file beautiful and searchable because it's too large.
Insurance Type (Relevant for Clinical Data from Claims Only),FIPS County Code,County,State,State Code,Population,Cases of COVID-19,Deaths from COVID-19,Cases of COVID-19 per 100K Population,Deaths from COVID-19 per 100K Population,New COVID-19 Cases in the Past 14 Days per 100K Population,Growth Rate of New COVID-19 Cases Over Past 14 Days,Change in COVID-19 Cases Over Past 14 Days,COVID-19 Partially Vaccinated,COVID-19 Fully Vaccinated,Age 60+,Age 70+,Age 80+,Asthma,Cancer,Chronic Kidney Disease,Chronic Liver Disease,COPD,Coronary Heart Disease,Diabetes,Heart Failure,Hypertension,Obesity,2+ COVID-19-Relevant Chronic Conditions,Any COVID-19-Relevant Chronic Condition or Age 60+,Any COVID-19-Relevant Chronic Condition,Asthma Prevalence (Pediatric),Childhood Obesity Prevalence,Special Healthcare Needs Prevalence (Pediatric),Anxiety,Bipolar,Depression,Substance Use Disorder,Excessive Drinking,Opioid Use Disorder,Opioid Prescriptions Dispensed per 100 Persons,Tobacco Use,Any Behavioral Health Condition,Behavioral
@curran
curran / README.md
Last active February 25, 2022 15:46
@curran
curran / Hoogst_behaald_onderwijsniveau_personen_30092021_223438.csv
Created September 30, 2021 20:44
Hoogst Behaald Onderwijsniveau Personen
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 1.
"Geslacht";"Leeftijd";"Onderwijsrichting";"Geboortegeneratie";"Onderwijsniveau personen (% van bevolking)";"Onderwijsniveau personen: Basisonderwijs (% van bevolking)";"Onderwijsniveau personen: Vmbo, mbo1... (% van bevolking)";"Onderwijsniveau personen: Havo, vwo, mbo (% van bevolking)";"Onderwijsniveau personen: Hbo, wo... (% van bevolking)";"Onderwijsniveau personen: Wo master... (% van bevolking)"
"Totaal mannen en vrouwen";"30 tot 35 jaar";"Totaal";"1955 tot 1960";100;10,9;22,7;41;17,5;7,7
"Totaal mannen en vrouwen";"30 tot 35 jaar";"Totaal";"1960 tot 1965";100;8,8;22,2;44,4;16,2;8,1
"Totaal mannen en vrouwen";"30 tot 35 jaar";"Totaal";"1965 tot 1970";100;6,2;20;46,5;15,9;10,9
"Totaal mannen en vrouwen";"30 tot 35 jaar";"Totaal";"1970 tot 1975";100;5;16,1;45,1;19,6;13,1
"Totaal mannen en vrouwen";"30 tot 35 jaar";"Totaal";"1975 tot 1980";100;4,1;12,9;41,5;25,1;15,2
"Totaal mannen en vrouwen";"30 tot 35 jaar";"Totaal";"1980 tot 1985";;;;;;
"Totaal mannen en vrouwen";"30 tot 35 jaar";"00 Algemeen";"1955 t
@curran
curran / README.md
Created September 29, 2021 16:29
Flare-2 Dataset
@curran
curran / .gitignore
Last active April 27, 2021 04:05
Stamen Open Source Git Scraper
d3*
data
*.swp
afghanelection
aries-magic-list
atom-cartodb
Bay-Area-Blockgroup-API
bluegreenway
Cabspotting
CartoDB-basemaps
Food product Land use change Animal Feed Farm Processing Transport Packging Retail
Wheat & Rye (Bread) 0.1 0.0 0.8 0.2 0.1 0.1 0.1
Maize (Meal) 0.3 0.0 0.5 0.1 0.1 0.1 0.0
Barley (Beer) 0.0 0.0 0.2 0.1 0.0 0.5 0.3
Oatmeal 0.0 0.0 1.4 0.0 0.1 0.1 0.0
Rice 0.0 0.0 3.6 0.1 0.1 0.1 0.1
Potatoes 0.0 0.0 0.2 0.0 0.1 0.0 0.0
Cassava 0.6 0.0 0.2 0.0 0.1 0.0 0.0
Cane Sugar 1.2 0.0 0.5 0.0 0.8 0.1 0.0
Beet Sugar 0.0 0.0 0.5 0.2 0.6 0.1 0.0
@curran
curran / .gitignore
Last active March 4, 2024 11:31 — forked from enjalot/clone.js
a set of scripts to pull the git history from the d3 git repositories
d3*
data
*.swp
@curran
curran / .block
Last active January 29, 2021 22:35 — forked from mbostock/.block
New York Census Tracts
license: gpl-3.0