A working proof of concept that can iterate over each file of each Gist for a given username.
View App.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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...' |
View README.md
A DIY method of authoring ES modules in Observable and exporting into downstream workflows such as React apps.
View County-level-data_3_15_2022.csv
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
View README.md
Data from the Russia-Ukraine Monitor Map by Cen4infoRes.
This dataset is curated by the CENTRE FOR INFORMATION RESILIENCE.
See also their tweet about it: https://twitter.com/Cen4infoRes/status/1497154218121125890
It was not clear how to access the data, so I investigated how the map was loading the data and put together a script scrape.sh
that fetches the data from that endpoint and outputs it to data.json
.
Last updated 2/25/2022.
View Hoogst_behaald_onderwijsniveau_personen_30092021_223438.csv
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 1.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
View README.md
Dataset from Observable: Zoomable Icicle.
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3* | |
data | |
*.swp | |
afghanelection | |
aries-magic-list | |
atom-cartodb | |
Bay-Area-Blockgroup-API | |
bluegreenway | |
Cabspotting | |
CartoDB-basemaps |
View GHG-emissions-by-life-cycle-stage-OurWorldinData-upload.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3* | |
data | |
*.swp |
NewerOlder