Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion censusweb/api/templates/bulkdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Download Bulk Census Data</h1>
</p>

<p>
The first several columns in each of these data files are selected values from the "geographic headers" files. For details, consult chapter 6 ("Data Dictionary") of the <a href="http://2010.census.gov/news/press-kits/summary-file-1.html">SF1 Technical Documentation</a>. The remaining columns (the specific data for each table) are named according to the table name and field number. Comparative values from the 2000 census have the same column header followed by ".2000", e.g. the total population for a geography, from table P1, field 1, has a header <strong>P001001</strong> and the 2000 comparable value is <strong>P001001.2000</strong>. Note that for convenience, each file repeats the total population count (<strong>POP100</strong>, <strong>POP100.2000</strong>) and housing unit count (<strong>HU100</strong>,<strong>HU100.2000</strong>) for the covered geography. The exact codes for these column headers are logically equivalent to those in the SF1 technical documentation, but sometimes vary by the number of padding characters.
The first several columns in each of these data files are selected values from the "geographic headers" files. For details, consult chapter 6 ("Data Dictionary") of the <a href="http://www.census.gov/prod/cen2010/doc/sf1.pdf">SF1 Technical Documentation</a>. The remaining columns (the specific data for each table) are named according to the table name and field number. Comparative values from the 2000 census have the same column header followed by ".2000", e.g. the total population for a geography, from table P1, field 1, has a header <strong>P001001</strong> and the 2000 comparable value is <strong>P001001.2000</strong>. Note that for convenience, each file repeats the total population count (<strong>POP100</strong>, <strong>POP100.2000</strong>) and housing unit count (<strong>HU100</strong>,<strong>HU100.2000</strong>) for the covered geography. The exact codes for these column headers are logically equivalent to those in the SF1 technical documentation, but sometimes vary by the number of padding characters.
</p>
<p id="bulk-download-url-format-explainer">
Instead of the form, you can build your own download URLs using this simple pattern: <span id="bulk-download-url-format"><span>{{ settings.API_URL }}/<strong>SS</strong>/all_<strong>LLL</strong>_in_<strong>SS</strong>.<strong>TT</strong>.csv</span></span> with the following substitutions:</p>
Expand Down