State Government Finances 2013

U.S. Census Bureau, 2013 Annual Survey of State Government Finances

(57 columns, 51 rows)

Examples

Basic Examples

View the data:

In[1]:=
ResourceData["State Government Finances 2013"]
Out[1]=

Visualization

Geographic plot of state revenues:

In[2]:=
GeoRegionValuePlot[
 Rule @@@ ResourceData["State Government Finances 2013"][
   Rest, {"Geography", "Total Revenue"}]]
Out[2]=

Analysis

Compare California’s revenue to the 22 smallest states:

In[3]:=
ResourceData["State Government Finances 2013"][
 Select[#Geography == Entity["AdministrativeDivision", {"California", "UnitedStates"}] &], {"Total Revenue"}]
Out[3]=
In[4]:=
ResourceData["State Government Finances 2013"][
 TakeSmallestBy["Total Revenue", 22]/*Total, {"Total Revenue"}]
Out[4]=

Wolfram Research, "State Government Finances 2013" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.78046.data

Data Resource History

Data Downloads

Publisher Information