Wolfram Data Repository
Immediate Computable Access to Curated Contributed Data
A dataset about executions (the death penalty) in the United States since the 1976 Supreme Court decision in Gregg v. Georgia (428 U.S. 153)
Originator: The Death Penalty Information Center, with revisions by Seth J. Chandler
Retrieve the resource:
In[1]:= |
Out[1]= |
Retrieve the default content:
In[2]:= |
Out[2]= |
Generate a breakdown of executions by gender and race:
In[3]:= |
Out[3]= |
Generate a breakdown of executions by state and race, but limit to the states with the five most executions:
In[4]:= |
Out[4]= |
Get the data in transposed form:
In[5]:= |
Out[5]= |
Put the data in a form suitable for machine learning: whether, for example, the method of execution affects the probability that a person will "volunteer":
In[6]:= |
Out[6]= |
Produce a map showing the locations of executions that have occurred since January 1, 2015:
In[7]:= |
Out[7]= |
Show that the data will look like if the "CSV" is reimported (just the first five lines are shown here):
In[8]:= |
Out[8]= |
Seth J. Chandler, "Executions in the United States" from the Wolfram Data Repository (2018)
Public domain