Supreme Court Justice Database

Personal and historical ideological data on US Supreme Court justices

Originator: Lee Epstein, Thomas G. Walker, Nancy Staudt, Scott Hendrickson, and Jason Roberts

(12 columns, 706 rows)

Examples

Basic Examples

View the data:

In[1]:=
ResourceData["Supreme Court Justice Database"]
Out[1]=

Visualization

Plot birthplaces of Supreme Court justices:

In[2]:=
GeoListPlot[
 ResourceData["Supreme Court Justice Database"][All, "justiceBirthPlace"] // DeleteDuplicates]
Out[2]=

Plot ideological scores over time for recent members of the Supreme Court:

In[3]:=
With[{scotusTS = TimeSeries /@ Values /@ GroupBy[ResourceData["Supreme Court Justice Database"], "justiceName"][[All, All, {"term", "post_mn"}]]},
 DateListPlot[
  scotusTS[{"Thomas", "Scalia", "Roberts", "Kennedy", "Ginsburg", "Sotomayor", "Breyer", "Alito", "Kagan"}]]]
Out[3]=

Wolfram Research, "Supreme Court Justice Database" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.50981.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information