Peace Corps Volunteer Demographics (FY 2016)

Dataset of the demographics of Peace Corps volunteers in the 2016 fiscal year

Originator: The Peace Corps

(5 columns, 61 rows)

Examples

Basic Examples

Retrieve the resource:

In[1]:=
ResourceObject["Peace Corps Volunteer Demographics (FY 2016)"]
Out[1]=

Retrieve the default content:

In[2]:=
ResourceData["Peace Corps Volunteer Demographics (FY 2016)"]
Out[2]=

Visualization

Find and visualize countries with more than 50 Volunteers

In[3]:=
ResourceData["Peace Corps Volunteer Demographics (FY 2016)"][All, "RaceData", "White"][Select[# > Quantity[50, "People"] &]]
Out[3]=
In[4]:=
GeoGraphics[
 Polygon /@ Normal@Keys[
    ResourceData["Peace Corps Volunteer Demographics (FY 2016)"][All, "RaceData", "White"][Select[# > Quantity[50, "People"] &]]], ImageSize -> Large]
Out[4]=

Explore how all volunteers broke down into their self-identified races:

In[5]:=
labels = Keys[ResourceData["Peace Corps Volunteer Demographics (FY 2016)"][
      All, "RaceData"][Total]] // Normal;
BarChart[
 ResourceData["Peace Corps Volunteer Demographics (FY 2016)"][All, "RaceData"][Total], ChartLabels -> Placed[ToString /@ labels, Axis, Rotate[#, 80 °] &]]
Out[5]=

Compare which countries have a larger number of people focusing on specific sectors:

In[6]:=
GeoRegionValuePlot[
    ResourceData["Peace Corps Volunteer Demographics (FY 2016)"][All, "SectorData", #], ImageSize -> Large, PlotLabel -> # <> " Based Volunteers"] & /@ {"Health", "Education"} // TableForm
Out[6]=

Kyle Martin, "Peace Corps Volunteer Demographics (FY 2016)" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.77760.data

Data Resource History

Source Metadata

Publisher Information