Political Party Platforms

U.S. political party platforms through 2012

Originator: The American Presidency Project

Political party platforms of parties receiving electoral votes 1840-2012

(8 columns, 95 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Political Party Platforms"]
Out[1]=

View the data:

In[2]:=
ResourceData["Political Party Platforms"][[1]]
Out[2]=

Visualization

View the relative frequency over time of the word “taxes” in Democratic and Republican party platforms:

In[3]:=
byParty = GroupBy[ResourceData["Political Party Platforms"], "Party"];
DateListPlot[
 Normal@byParty[{"Republican", "Democratic"}, All, {#Date, #WordCounts["taxes"]} &], Joined -> False, Filling -> Bottom, PlotTheme -> "Web"]
Out[3]=

Wolfram Research, "Political Party Platforms" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.91289.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information