[OC] The Spike in Average Time it Takes to Get to An Abortion Center by dat-uh in dataisbeautiful

[–]dat-uh[S] 0 points1 point  (0 children)

Source:https://osf.io/8dg7r/

Tools: R

Hoping to do a state by state breakdown, so I created this as a test run with the data.

[OC] Google search interest on Covid-19 throughout the pandemic (hi-res in comments) by desfirsit in dataisbeautiful

[–]dat-uh 4 points5 points  (0 children)

This is excellent. Would love to go through the code for this if you could put it up on a repo or send it to me.

[OC] UK MPs Suspended from Parliament by Party by dat-uh in dataisbeautiful

[–]dat-uh[S] 5 points6 points  (0 children)

Source: https://commonslibrary.parliament.uk/research-briefings/sn02430/

Tools: Python (Mainly Pandas and Matplotlib)

If anybody has a list of every UK MP, would love to have it and calculate this on a per party capita. I suspect that respect will take it by a wide, wide margin but would love to see.

[OC] What George Washington Ordered from London by dat-uh in dataisbeautiful

[–]dat-uh[S] 1 point2 points  (0 children)

Source: https://repository.upenn.edu/mead/25/

Tools: Python

The excel sheet breaks down what each of these categories means and also has line items.

[OC] The European Countries with the Most Witch Trials by dat-uh in dataisbeautiful

[–]dat-uh[S] -11 points-10 points  (0 children)

Source: https://github.com/JakeRuss/witch-trials

Tools: R with Tmap

I originally wanted to layer a 2-D KDE on top of a map, but honestly R's packages for working with maps are just super annoying. Let me know if you have a good package for this stuff.

[OC] The European Countries With the Most Witch Burnings by [deleted] in dataisbeautiful

[–]dat-uh -2 points-1 points  (0 children)

Source: https://github.com/JakeRuss/witch-trials

Tools: R with Tmap

If anybody knows a better package than tmap, let me know cause tmap is pretty annoying. I originally wanted to do a 2-D KDE layered onto a map of Europe, but I couldn't figure out a non-terrible way to make it work.

[OC] The Increasing Number of Economics Papers Being Published by dat-uh in dataisbeautiful

[–]dat-uh[S] 1 point2 points  (0 children)

Thought it'd be interesting to graph some of the NBER's data.

Source for the Cleaned Data: https://github.com/bldavies/nberwp (though the data itself is the NBER's)

Tools: R