Head Start Locations

Full list of currently active Head Start Program locations

Full list of Head Start Program grantees and centers, including grant numbers, locations and services offered

(28 columns, 18899 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Head Start Locations"]
Out[1]=

View the data:

In[2]:=
ResourceData["Head Start Locations"]
Out[2]=

Visualization

Show locations of Head Start centers in Texas on a map:

In[3]:=
GeoGraphics[{Red, Opacity[0.5], Point@ResourceData["Head Start Locations"][
     Select[#CenterStateName == "TX" &]][All, "Coordinates"]}]
Out[3]=

Show ZIP codes in Pennsylvania with centers offering Early Head Start services:

In[4]:=
GeoRegionValuePlot[
 Counts[ResourceData["Head Start Locations"][
    Select[#CenterStateName == "PA" && #EHS == True &]][All, "CenterZipCodeEntity"]]]
Out[4]=

Wolfram Research, "Head Start Locations" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.82542.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information