World Constitutions

Full text of national constitutions

Originator: Constitute Project

Full text for nearly every active national constitution in the world as of 2013; 141 constitutions dating to 1789, translated to English.

(5 columns, 145 rows)

Examples

Basic Examples

View the data:

In[1]:=
ResourceData["World Constitutions"]
Out[1]=

Visualization

Generate a timeline of constitutions enacted since 2000:

In[2]:=
TimelinePlot[
 Association /@ List /@ Rule @@@ Values@Normal@
      Select[ResourceData[
         "World Constitutions"], #["YearEnacted"] > DateObject[{2000}] &][All, {"Country", "YearEnacted"}]]
Out[2]=

Generate a histogram comparing text length of constitutions:

In[3]:=
Histogram@
 ResourceData["World Constitutions"][All, "Text"][StringLength]
Out[3]=

Wolfram Research, "World Constitutions" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.66553.data

License Information

https://creativecommons.org/licenses/by-nc/3.0/

Data Resource History

Source Metadata

Data Downloads

Publisher Information