HUD Housing Inventory Count

Project-level housing inventory for 2012 to 2018.

hudexchange.info-hic-project-1

Resources | Packages | Documentation| Contacts| References| Data Dictionary

Resources

  • hic. Combined HIC, 2012 to 2018

Documentation

DUring the annual Point in Time Count, HUD also collects information about sheltered homeless, with detailed information about housing projects, including number of beds, occupancy, funding, and many other variables.

There is no formal data dictionary, so the dataset is lighly documented; the meaning of the fields is probably part of the HDX web application.

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/hudexchange.info-hic-project-1.zip')

# Create Dataframes

hic_df = pkg.resource('hic').dataframe()

Data Dictionary

hic

hic

Column NameData TypeDescription
yearinteger
rowinteger
cocstatestring
cocstring
coc_idinteger
hudnumstring
statusstring
yearinteger
organization_idinteger
organization_nametext
address1text
address2text
citytext
statestring
zipstring
project_idinteger
project_nametext
project_typestring
bed_typestring
geo_codeinteger
inventory_typestring
begin_op_within_yearstring
target_population_astring
target_population_bstring
mc_kinney_ventointeger
mckinneyventoesginteger
mckinneyventoesgesstring
mckinneyventoesgrrhstring
mckinneyventococinteger
mckinneyventococshstring
mckinneyventococthstring
mckinneyventococpshstring
mckinneyventococrrhstring
mckinneyventococsrostring
mckinneyventospcinteger
mckinneyventos8integer
mckinneyventoshpinteger
federalfundinginteger
federalfundingvashinteger
federalfundingssvfinteger
federalfundinggpdinteger
federalfundinggpdbhstring
federalfundinggpdldstring
federalfundinggpdhhstring
federalfundinggpdctstring
federalfundinggpdsithstring
federalfundinggpdtpstring
federalfundinghchvinteger
federalfundinghchvcrsstring
federalfundinghchvshstring
federalfundingcwtinteger
federalfundingbcpinteger
federalfundingtlpinteger
federalfundingmghinteger
federalfundingrhydpinteger
federalfundinghopwainteger
federalfundinghopwahmvstring
federalfundinghopwaphstring
federalfundinghopwastsfstring
federalfundinghopwathstring
federalfundingpihinteger
federalfundingotherinteger
federalfundingotherspecifystring
housingtypetext
victim_service_providerinteger
beds_hh_w_childrenstring
units_hh_w_childrenstring
hmis_beds_hh_w_childrenstring
veteran_beds_hh_w_childrenstring
youth_beds_hh_w_childrenstring
ch_beds_hh_w_childrenstring
beds_hh_w_o_childrenstring
hmis_beds_hh_w_o_childrenstring
veteran_beds_hh_w_o_childrenstring
youth_beds_hh_w_o_childrenstring
ch_beds_hh_w_o_childrenstring
beds_hh_w_only_childrenstring
hmis_beds_hh_w_only_childrenstring
ch_beds_hh_w_only_childrenstring
year_round_bedsinteger
dv_bedsstring
total_seasonal_bedsstring
seasonal_beds_available_in_hmisstring
availability_start_datestring
availability_end_datestring
o_v_bedsstring
hmis_o_v_bedsstring
pit_countinteger
total_bedsinteger
updated_onnumber
mergeddefunctyearstring
questionusesdescriptorelementsinteger
questiondesirestousedescriptorelementsstring
projectnotestext
sandyrelatedstring
sandyrelatednotestring
mckinneyventococssointeger
projectstatestring
th_unit_typestring
scattered_sitesinteger
ch_bedsstring
yearveteranbedcountinteger
yearyouthbedcountinteger
youthagegroupinteger
program_namestring
program_typestring
usesrrhmodelinteger
notestext
col108unknown

References

Urls used in the creation of this data package.

Last Modified 2019-07-12T05:03:50

Packages

Accessing Packages in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/hudexchange.info-hic-project-1.zip')

# Create Dataframes

hic_df = pkg.resource('hic').dataframe()

2 thoughts on “HUD Housing Inventory Count”

Comments are closed.