Skip to content

Instantly share code, notes, and snippets.

View curran's full-sized avatar

Curran Kelleher curran

View GitHub Profile
@curran
curran / README.md
Last active March 21, 2023 06:49
Simplemaps World Cities Database

A dataset about cities of the world.

Downloaded from Simplemaps: World Cities Database.

A new file worldcitiesReduced.csv was created by manually removing columns not deemed necessary for initial visualization of this data.

@curran
curran / API_NY.GDP.PCAP.PP.CD_DS2_en_csv_v2_4901661.csv
Last active March 16, 2023 07:19
World Bank Dataset: GDP per capita, PPP (current international $)
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
"Data Source","World Development Indicators",
"Last Updated Date","2023-03-01",
"Country Name","Country Code","Indicator Name","Indicator Code","1960","1961","1962","1963","1964","1965","1966","1967","1968","1969","1970","1971","1972","1973","1974","1975","1976","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1987","1988","1989","1990","1991","1992","1993","1994","1995","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021",
"Aruba","ABW","GDP per capita, PPP (current international $)","NY.GDP.PCAP.PP.CD","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","20753.5276476148","22429.2894439746","23484.2682590847","25024.8276202404","26786.1459486344","27192.7074960316","27183.8527304627","28718.5574188519","28743.5090623207","28656.0961995796","30746.6527453748","32184.2193022105","31988.303072648","32657.892379743","
@curran
curran / README.md
Last active March 10, 2023 15:04
Current Military Alliances 2023
@curran
curran / README.md
Created December 17, 2022 15:50
Gist Scraping Script Prototype

A working proof of concept that can iterate over each file of each Gist for a given username.

@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.
@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