Adding quick comments

This commit is contained in:
VincentLaUSDS 2021-09-22 17:49:25 -04:00 committed by lucasmbrown-usds
parent c2081937b3
commit c42065377b

View file

@ -269,7 +269,9 @@
"Index = collections.namedtuple(\n",
" typename=\"Index\",\n",
" field_names=[\n",
" # Short Name, can write whatever you want\n",
" \"method_name\",\n",
" # This is the field in the CSV\n",
" \"priority_communities_field\",\n",
" # Note: this field only used by indices defined at the census tract level.\n",
" \"other_census_tract_fields_to_keep\",\n",
@ -334,6 +336,11 @@
" priority_communities_field=PERSISTENT_POVERTY_CBG_LEVEL_FIELD,\n",
" other_census_tract_fields_to_keep=[],\n",
" ),\n",
" Index(\n",
" method_name=\"EJSCREEN Areas of Concern, National, 80th percentile (communities)\",\n",
" priority_communities_field=\"EJSCREEN Areas of Concern, National, 80th percentile (communities)\",\n",
" other_census_tract_fields_to_keep=[],\n",
" ),\n",
"]\n",
"\n",
"census_tract_indices = [\n",
@ -1492,7 +1499,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.8.12"
}
},
"nbformat": 4,