Presidential Nomination Acceptance Speeches

Presidential nomination acceptance speeches

Originator: The American Presidency Project

Complete text of presidential nomination acceptance speeches 1880-2012

(8 columns, 51 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Presidential Nomination Acceptance Speeches"]
Out[1]=

View the data:

In[2]:=
ResourceData["Presidential Nomination Acceptance Speeches"]
Out[2]=

Visualization

Calculate the nomination speeches with the most words:

In[3]:=
TakeLargestBy[
 ResourceData["Presidential Nomination Acceptance Speeches"][
  All, {"Party", "Date", "Words", "Person"}], #Words &, 5]
Out[3]=

Plot the length of nomination speeches by year:

In[4]:=
DateListPlot[
 ResourceData["Presidential Nomination Acceptance Speeches"][
  All, {"Date", "Words"}], PlotRange -> All]
Out[4]=

Create a WordCloud for John F. Kennedy’s presidential nomination acceptance speech:

In[5]:=
WordCloud@
 ResourceData["Presidential Nomination Acceptance Speeches"][
   Select[#Person == Entity["Person", "JohnFKennedy::h2355"] &]][1, "Text"]
Out[5]=

Wolfram Research, "Presidential Nomination Acceptance Speeches" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.95924.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information