Backend release branch to main (#1822)

* Create deploy_be_staging.yml (#1575)

* Imputing income using geographic neighbors (#1559)

Imputes income field with a light refactor. Needs more refactor and more tests (I spotchecked). Next ticket will check and address but a lot of "narwhal" architecture is here.

* Adding HOLC indicator (#1579)

Added HOLC indicator (Historic Redlining Score) from NCRC work; included 3.25 cutoff and low income as part of the housing burden category.

* Update backend for Puerto Rico (#1686)

* Update PR threshold count to 10

We now show 10 indicators for PR. See the discussion on the github issue for more info: https://github.com/usds/justice40-tool/issues/1621

* Do not use linguistic iso for Puerto Rico

Closes 1350.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* updating

* Do not drop Guam and USVI from ETL (#1681)

* Remove code that drops Guam and USVI from ETL

* Add back code for dropping rows by FIPS code

We may want this functionality, so let's keep it and just make the constant currently be an empty array.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* Emma nechamkin/holc patch (#1742)

Removing HOLC calculation from score narwhal.

* updating ejscreen data, try two (#1747)

* Rescaling linguistic isolation  (#1750)

Rescales linguistic isolation to drop puerto rico

* adds UST indicator (#1786)

adds leaky underground storage tanks

* Changing LHE in tiles to a boolean (#1767)

also includes merging / clean up of the release

* added indoor plumbing to chas

* added indoor plumbing to score housing burden

* added indoor plumbing to score housing burden

* first run through

* Refactor DOE Energy Burden and COI to use YAML (#1796)

* added tribalId for Supplemental dataset (#1804)

* Setting zoom levels for tribal map (#1810)

* NRI dataset and initial score YAML configuration (#1534)

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* update be staging gha

* checkpoint

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* checkpoint

* PR Review

* renoving source url

* tests

* stop execution of ETL if there's a YAML schema issue

* update be staging gha

* adding source url as class var again

* clean up

* force cache bust

* gha cache bust

* dynamically set score vars from YAML

* docsctrings

* removing last updated year - optional reverse percentile

* passing tests

* sort order

* column ordening

* PR review

* class level vars

* Updating DatasetsConfig

* fix pylint errors

* moving metadata hint back to code

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>

* Correct copy typo (#1809)

* Add basic test suite for COI (#1518)

* Update COI to use new yaml (#1518)

* Add tests for DOE energy budren (1518

* Add dataset config for energy budren (1518)

* Refactor ETL to use datasets.yml (#1518)

* Add fake GEOIDs to COI tests (#1518)

* Refactor _setup_etl_instance_and_run_extract to base (#1518)

For the three classes we've done so far, a generic
_setup_etl_instance_and_run_extract will work fine, for the moment we
can reuse the same setup method until we decide future classes need more
flexibility --- but they can also always subclass so...

* Add output-path tests (#1518)

* Update YAML to match constant (#1518)

* Don't blindly set float format (#1518)

* Add defaults for extract (#1518)

* Run YAML load on all subclasses (#1518)

* Update description fields (#1518)

* Update YAML per final format (#1518)

* Update fixture tract IDs (#1518)

* Update base class refactor (#1518)

Now that NRI is final I needed to make a small number of updates to my
refactored code.

* Remove old comment (#1518)

* Fix type signature and return (#1518)

* Update per code review (#1518)

Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
Co-authored-by: Vim <86254807+vim-usds@users.noreply.github.com>

* Update etl_score_geo.py

Yikes! Fixing merge messup!

* Create deploy_be_staging.yml (#1575)

* Imputing income using geographic neighbors (#1559)

Imputes income field with a light refactor. Needs more refactor and more tests (I spotchecked). Next ticket will check and address but a lot of "narwhal" architecture is here.

* Adding HOLC indicator (#1579)

Added HOLC indicator (Historic Redlining Score) from NCRC work; included 3.25 cutoff and low income as part of the housing burden category.

* Update backend for Puerto Rico (#1686)

* Update PR threshold count to 10

We now show 10 indicators for PR. See the discussion on the github issue for more info: https://github.com/usds/justice40-tool/issues/1621

* Do not use linguistic iso for Puerto Rico

Closes 1350.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* updating

* Do not drop Guam and USVI from ETL (#1681)

* Remove code that drops Guam and USVI from ETL

* Add back code for dropping rows by FIPS code

We may want this functionality, so let's keep it and just make the constant currently be an empty array.

Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>

* Emma nechamkin/holc patch (#1742)

Removing HOLC calculation from score narwhal.

* updating ejscreen data, try two (#1747)

* Rescaling linguistic isolation  (#1750)

Rescales linguistic isolation to drop puerto rico

* adds UST indicator (#1786)

adds leaky underground storage tanks

* Changing LHE in tiles to a boolean (#1767)

also includes merging / clean up of the release

* added indoor plumbing to chas

* added indoor plumbing to score housing burden

* added indoor plumbing to score housing burden

* first run through

* Refactor DOE Energy Burden and COI to use YAML (#1796)

* added tribalId for Supplemental dataset (#1804)

* Setting zoom levels for tribal map (#1810)

* NRI dataset and initial score YAML configuration (#1534)

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* update be staging gha

* checkpoint

* update be staging gha

* NRI dataset and initial score YAML configuration

* checkpoint

* adding data checks for release branch

* passing tests

* adding INPUT_EXTRACTED_FILE_NAME to base class

* lint

* columns to keep and tests

* checkpoint

* PR Review

* renoving source url

* tests

* stop execution of ETL if there's a YAML schema issue

* update be staging gha

* adding source url as class var again

* clean up

* force cache bust

* gha cache bust

* dynamically set score vars from YAML

* docsctrings

* removing last updated year - optional reverse percentile

* passing tests

* sort order

* column ordening

* PR review

* class level vars

* Updating DatasetsConfig

* fix pylint errors

* moving metadata hint back to code

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>

* Correct copy typo (#1809)

* Add basic test suite for COI (#1518)

* Update COI to use new yaml (#1518)

* Add tests for DOE energy budren (1518

* Add dataset config for energy budren (1518)

* Refactor ETL to use datasets.yml (#1518)

* Add fake GEOIDs to COI tests (#1518)

* Refactor _setup_etl_instance_and_run_extract to base (#1518)

For the three classes we've done so far, a generic
_setup_etl_instance_and_run_extract will work fine, for the moment we
can reuse the same setup method until we decide future classes need more
flexibility --- but they can also always subclass so...

* Add output-path tests (#1518)

* Update YAML to match constant (#1518)

* Don't blindly set float format (#1518)

* Add defaults for extract (#1518)

* Run YAML load on all subclasses (#1518)

* Update description fields (#1518)

* Update YAML per final format (#1518)

* Update fixture tract IDs (#1518)

* Update base class refactor (#1518)

Now that NRI is final I needed to make a small number of updates to my
refactored code.

* Remove old comment (#1518)

* Fix type signature and return (#1518)

* Update per code review (#1518)

Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
Co-authored-by: Vim <86254807+vim-usds@users.noreply.github.com>

* Update etl_score_geo.py

Yikes! Fixing merge messup!

* updated to fix linting errors (#1818)

Cleans and updates base branch

* Adding back MapComparison video

* Add FUDS ETL (#1817)

* Add spatial join method (#1871)

Since we'll need to figure out the tracts for a large number of points
in future tickets, add a utility to handle grabbing the tract geometries
and adding tract data to a point dataset.

* Add FUDS, also jupyter lab (#1871)

* Add YAML configs for FUDS (#1871)

* Allow input geoid to be optional (#1871)

* Add FUDS ETL, tests, test-datae noteobook (#1871)

This adds the ETL class for Formerly Used Defense Sites (FUDS). This is
different from most other ETLs since these FUDS are not provided by
tract, but instead by geographic point, so we need to assign FUDS to
tracts and then do calculations from there.

* Floats -> Ints, as I intended (#1871)

* Floats -> Ints, as I intended (#1871)

* Formatting fixes (#1871)

* Add test false positive GEOIDs (#1871)

* Add gdal binaries (#1871)

* Refactor pandas code to be more idiomatic (#1871)

Per Emma, the more pandas-y way of doing my counts is using np.where to
add the values i need, then groupby and size. It is definitely more
compact, and also I think more correct!

* Update configs per Emma suggestions (#1871)

* Type fixed! (#1871)

* Remove spurious import from vscode (#1871)

* Snapshot update after changing col name (#1871)

* Move up GDAL (#1871)

* Adjust geojson strategy (#1871)

* Try running census separately first (#1871)

* Fix import order (#1871)

* Cleanup cache strategy (#1871)

* Download census data from S3 instead of re-calculating (#1871)

* Clarify pandas code per Emma (#1871)

* Disable markdown check for link

* Adding DOT composite to travel score (#1820)

This adds the DOT dataset to the ETL and to the score. Note that currently we take a percentile of an average of percentiles.

* Adding first street foundation data (#1823)

Adding FSF flood and wildfire risk datasets to the score.

* first run -- adding NCLD data to the ETL, but not yet to the score

* Add abandoned mine lands data (#1824)

* Add notebook to generate test data (#1780)

* Add Abandoned Mine Land data (#1780)

Using a similar structure but simpler apporach compared to FUDs, add an
indicator for whether a tract has an abandonded mine.

* Adding some detail to dataset readmes

Just a thought!

* Apply feedback from revieiw (#1780)

* Fixup bad string that broke test (#1780)

* Update a string that I should have renamed (#1780)

* Reduce number of threads to reduce memory pressure (#1780)

* Try not running geo data (#1780)

* Run the high-memory sets separately (#1780)

* Actually deduplicate (#1780)

* Add flag for memory intensive ETLs (#1780)

* Document new flag for datasets (#1780)

* Add flag for new datasets fro rebase (#1780)

Co-authored-by: Emma Nechamkin <97977170+emma-nechamkin@users.noreply.github.com>

* Adding NLCD data (#1826)

Adding NLCD's natural space indicator end to end to the score.

* Add donut hole calculation to score (#1828)

Adds adjacency index to the pipeline. Requires thorough QA

* Adding eamlis and fuds data to legacy pollution in score (#1832)

Update to add EAMLIS and FUDS data to score

* Update to use new FSF files (#1838)

backend is partially done!

* Quick fix to kitchen or plumbing indicator

Yikes! I think I messed something up and dropped the pctile field suffix from when the KP score gets calculated. Fixing right quick.

* Fast flag update (#1844)

Added additional flags for the front end based on our conversation in stand up this morning.

* Tiles fix (#1845)

Fixes score-geo and adds flags

* Update etl_score_geo.py

* Issue 1827: Add demographics to tiles and download files (#1833)

* Adding demographics for use in sidebar and download files

* Updates backend constants to N (#1854)

* updated to show T/F/null vs T/F for AML and FUDS (#1866)

* fix markdown

* just testing that the boolean is preserved on gha

* checking drop tracts works

* OOPS!

Old changes persisted

* adding a check to the agvalue calculation for nri

* updated with error messages

* updated error message

* tuple type

* Score tests (#1847)

* update Python version on README; tuple typing fix

* Alaska tribal points fix (#1821)

* Bump mistune from 0.8.4 to 2.0.3 in /data/data-pipeline (#1777)

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.3)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* poetry update

* initial pass of score tests

* add threshold tests

* added ses threshold (not donut, not island)

* testing suite -- stopping for the day

* added test for lead proxy indicator

* Refactor score tests to make them less verbose and more direct (#1865)

* Cleanup tests slightly before refactor (#1846)

* Refactor score calculations tests

* Feedback from review

* Refactor output tests like calculatoin tests (#1846) (#1870)

* Reorganize files (#1846)

* Switch from lru_cache to fixture scorpes (#1846)

* Add tests for all factors (#1846)

* Mark smoketests and run as part of be deply (#1846)

* Update renamed var (#1846)

* Switch from named tuple to dataclass (#1846)

This is annoying, but pylint in python3.8 was crashing parsing the named
tuple. We weren't using any namedtuple-specific features, so I made the
type a dataclass just to get pylint to behave.

* Add default timout to requests (#1846)

* Fix type (#1846)

* Fix merge mistake on poetry.lock (#1846)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Escobar <jorge.e.escobar@omb.eop.gov>
Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Bowen <83967628+mattbowen-usds@users.noreply.github.com>
Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* just testing that the boolean is preserved on gha (#1867)

* updated with hopefully a fix; coercing aml, fuds, hrs to booleans for the raw value to preserve null character.

* Adding tests to ensure proper calculations (#1871)

* just testing that the boolean is preserved on gha
* checking drop tracts works
* adding a check to the agvalue calculation for nri
* updated with error messages

* tribal tiles fix (#1874)

* Alaska tribal points fix (#1821)

* tribal tiles fix

* disabling child opportunity

* lint

* removing COI

* removing commented out code

* Pipeline tile tests (#1864)

* temp update

* updating with fips check

* adding check on pfs

* updating with pfs test

* Update test_tiles_smoketests.py

* Fix lint errors (#1848)

* Add column names test (#1848)

* Mark tests as smoketests (#1848)

* Move to other score-related tests (#1848)

* Recast Total threshold criteria exceeded to int (#1848)

In writing tests to verify the output of the tiles csv matches the final
score CSV, I noticed TC/Total threshold criteria exceeded was getting
cast from an int64 to a float64 in the process of PostScoreETL. I
tracked it down to the line where we merge the score dataframe with
constants.DATA_CENSUS_CSV_FILE_PATH --- there where > 100 tracts in the
national census CSV that don't exist in the score, so those ended up
with a Total threshhold count of np.nan, which is a float, and thereby
cast those columns to float. For the moment I just cast it back.

* No need for low memeory (#1848)

* Add additional tests of tiles.csv (#1848)

* Drop pre-2010 rows before computing score (#1848)

Note this is probably NOT the optimal place for this change; it might
make more sense for each source to filter its own tracts down to the
acceptable tract list. However, that would be a pretty invasive change,
where this is central and plenty of other things are happening in score
transform that could be moved to sources, so for today, here's where the
change will live.

* Fix typo (#1848)

* Switch from filter to inner join (#1848)

* Remove no-op lines from tiles (#1848)

* Apply feedback from review, linter (#1848)

* Check the values oeverything in the frame (#1848)

* Refactor checker class (#1848)

* Add test for state names (#1848)

* cleanup from reviewing my own code (#1848)

* Fix lint error (#1858)

* Apply Emma's feedback from review (#1848)

* Remove refs to national_df (#1848)

* Account for new, fake nullable bools in tiles (#1848)

To handle a geojson limitation, Emma converted some nullable boolean
colunms to float64 in the tiles export with the values {0.0, 1.0, nan},
giving us the same expressiveness. Sadly, this broke my assumption that
all columns between the score and tiles csvs would have the same dtypes,
so I need to account for these new, fake bools in my test.

* Use equals instead of my worse version (#1848)

* Missed a spot where we called _create_score_data (#1848)

* Update per safety (#1848)

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* Add tests to make sure each source makes it to the score correctly (#1878)

* Remove unused persistent poverty from score (#1835)

* Test a few datasets for overlap in the final score (#1835)

* Add remaining data sources (#1853)

* Apply code-review feedback (#1835)

* Rearrange a little for readabililty (#1835)

* Add tract test (#1835)

* Add test for score values (#1835)

* Check for unmatched source tracts (#1835)

* Cleanup numeric code to plaintext (#1835)

* Make import more obvious (#1835)

* Updating traffic barriers to include low pop threshold (#1889)

Changing the traffic barriers to only be included for places with recorded population

* Remove no land tracts from map (#1894)

remove from map

* Issue 1831: missing life expectancy data from Maine and Wisconsin (#1887)

* Fixing missing states and adding tests for states to all classes

* Removing low pop tracts from FEMA population loss (#1898)

dropping 0 population from FEMA

* 1831 Follow up (#1902)

This code causes no functional change to the code. It does two things:

1. Uses difference instead of - to improve code style for working with sets.

2. Removes the line EXPECTED_MISSING_STATES = ["02", "15"], which is now redundant because of the line I added (in a previous pull request) of ALASKA_AND_HAWAII_EXPECTED_IN_DATA = False.

* Add tests for all non-census sources (#1899)

* Refactor CDC life-expectancy (1554)

* Update to new tract list (#1554)

* Adjust for tests (#1848)

* Add tests for cdc_places (#1848)

* Add EJScreen tests (#1848)

* Add tests for HUD housing (#1848)

* Add tests for GeoCorr (#1848)

* Add persistent poverty tests (#1848)

* Update for sources without zips, for new validation (#1848)

* Update tests for new multi-CSV but (#1848)

Lucas updated the CDC life expectancy data to handle a bug where two
states are missing from the US Overall download. Since virtually none of
our other ETL classes download multiple CSVs directly like this, it
required a pretty invasive new mocking strategy.

* Add basic tests for nature deprived (#1848)

* Add wildfire tests (#1848)

* Add flood risk tests (#1848)

* Add DOT travel tests (#1848)

* Add historic redlining tests (#1848)

* Add tests for ME and WI (#1848)

* Update now that validation exists (#1848)

* Adjust for validation (#1848)

* Add health insurance back to cdc places (#1848)

Ooops

* Update tests with new field (#1848)

* Test for blank tract removal (#1848)

* Add tracts for clipping behavior

* Test clipping and zfill behavior (#1848)

* Fix bad test assumption (#1848)

* Simplify class, add test for tract padding (#1848)

* Fix percentage inversion, update tests (#1848)

Looking through the transformations, I noticed that we were subtracting
a percentage that is usually between 0-100 from 1 instead of 100, and so
were endind up with some surprising results. Confirmed with lucasmbrown-usds

* Add note about first street data (#1848)

* Issue 1900: Tribal overlap with Census tracts (#1903)

* working notebook

* updating notebook

* wip

* fixing broken tests

* adding tribal overlap files

* WIP

* WIP

* WIP, calculated count and names

* working

* partial cleanup

* partial cleanup

* updating field names

* fixing bug

* removing pyogrio

* removing unused imports

* updating test fixtures to be more realistic

* cleaning up notebook

* fixing black

* fixing flake8 errors

* adding tox instructions

* updating etl_score

* suppressing warning

* Use projected CRSes, ignore geom types (#1900)

I looked into this a bit, and in general the geometry type mismatch
changes very little about the calculation; we have a mix of
multipolygons and polygons. The fastest thing to do is just not keep
geom type; I did some runs with it set to both True and False, and
they're the same within 9 digits of precision. Logically we just want to
overlaps, regardless of how the actual geometries are encoded between
the frames, so we can in this case ignore the geom types and feel OKAY.

I also moved to projected CRSes, since we are actually trying to do area
calculations and so like, we should. Again, the change is small in
magnitude but logically more sound.

* Readd CDC dataset config (#1900)

* adding comments to fips code

* delete unnecessary loggers

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* Improve score test documentation based on Lucas's feedback (#1835) (#1914)

* Better document base on Lucas's feedback (#1835)

* Fix typo (#1835)

* Add test to verify GEOJSON matches tiles (#1835)

* Remove NOOP line (#1835)

* Move GEOJSON generation up for new smoketest (#1835)

* Fixup code format (#1835)

* Update readme for new somketest (#1835)

* Cleanup source tests (#1912)

* Move test to base for broader coverage (#1848)

* Remove duplicate line (#1848)

* FUDS needed an extra mock (#1848)

* Add tribal count notebook (#1917) (#1919)

* Add tribal count notebook (#1917)

* test without caching

* added comment

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>

* Add tribal overlap to downloads (#1907)

* Add tribal data to downloads (#1904)

* Update test pickle with current cols (#1904)

* Remove text of tribe names from GeoJSON (#1904)

* Update test data (#1904)

* Add tribal overlap to smoketests (#1904)

* Issue 1910: Do not impute income for 0 population tracts (#1918)

* should be working, has unnecessary loggers

* removing loggers and cleaning up

* updating ejscreen tests

* adding tests and responding to PR feedback

* fixing broken smoke test

* delete smoketest docs

* updating click

* updating click

* Bump just jupyterlab (#1930)

* Fixing link checker (#1929)

* Update deps safety says are vulnerable (#1937) (#1938)

Co-authored-by: matt bowen <matt@mattbowen.net>

* Add demos for island areas (#1932)

* Backfill population in island areas (#1882)

* Update smoketest to account for backfills (#1882)

As I wrote in the commend:
We backfill island areas with data from the 2010 census, so if THOSE tracts
have data beyond the data source, that's to be expected and is fine to pass.
If some other state or territory does though, this should fail

This ends up being a nice way of documenting that behavior i guess!

* Fixup lint issues (#1882)

* Add in race demos to 2010 census pull (#1851)

* Add backfill data to score (#1851)

* Change column name (#1851)

* Fill demos after the score (#1851)

* Add income back, adjust test (#1882)

* Apply code-review feedback (#1851)

* Add test for island area backfill (#1851)

* Fix bad rename (#1851)

* Reorder download fields, add plumbing back (#1942)

* Add back lack of plumbing fields (#1920)

* Reorder fields for excel (#1921)

* Reorder excel fields (#1921)

* Fix formating, lint errors, pickes (#1921)

* Add missing plumbing col, fix order again (#1921)

* Update that pickle (#1921)

* refactoring tribal (#1960)

* updated with scoring comparison

* updated for narhwal -- leaving commented code in for now

* pydantic upgrade

* produce a string for the front end to ingest (#1963)

* wip

* i believe this works -- let's see the pipeline

* updated fixtures

* Adding ADJLI_ET (#1976)

* updated tile data

* ensuring adjli_et in

* Add back income percentile (#1977)

* Add missing field to download (#1964)

* Remove pydantic since it's unused (#1964)

* Add percentile to CSV (#1964)

* Update downloadable pickle (#1964)

* Issue 105: Configure and run `black` and other pre-commit hooks (clean branch) (#1962)

* Configure and run `black` and other pre-commit hooks

Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>

* Removing fixed python version for black (#1985)

* Fixup TA_COUNT and TA_PERC (#1991)

* Change TA_PERC, change TA_COUNT (#1988, #1989)

- Make TA_PERC_STR back into a nullable float following the rules
  requestsed in #1989
- Move TA_COUNT to be TA_COUNT_AK, also add a null TA_COUNT_C for CONUS
  that we can fill in later.

* Fix typo comment (#1988)

* Issue 1992: Do not impute income for null population tracts (#1993)

* Hotfix for DOT data source DNS issue (#1999)

* Make tribal overlap set score N (#2004)

* Add "Is a Tribal DAC" field (#1998)

* Add tribal DACs to score N final (#1998)

* Add new fields to downloads (#1998)

* Make a int a float (#1998)

* Update field names, apply feedback (#1998)

* Add assertions around codebook (#2014)

* Add assertion around codebook (#1505)

* Assert csv and excel have same cols (#1505)

* Remove suffixes from tribal lands (#1974) (#2008)

* Data source location (#2015)

* data source location

* toml

* cdc_places

* cdc_svi_index

* url updates

* child oppy and dot travel

* up to hud_recap

* completed ticket

* cache bust

* hud_recap

* us_army_fuds

* Remove vars the frontend doesn't use (#2020) (#2022)

I did a pretty rough and simple analysis of the variables we put in the
tiles and grepped the frontend code to see if (1) they're ever accessed
and (2) if they're used, even if they're read once. I removed everything
I noticed was not accessed.

* Disable file size limits on tiles (#2031)

* Disable file size limits on tiles

* Remove print debugs

I know.

* Update file name pattern (#2037) (#2038)

* Update file name pattern (#2037)

* Remove ETL from generation (2037)

I looked more carefully, and this ETL step isn't used in the score, so
there's no need to run it every time. Per previous steps, I removed it
from constants so the code is there it won't run by default.

* Round ALL the float fields for the tiles (#2040)

* Round ALL the float fields for the tiles (#2033)

* Floor in a simpler way (#2033)

Emma pointed out that all teh stuff we're doing in floor_series is
probably unnecessary for this case, so just use the built-in floor.

* Update pickle I missed (#2033)

* Clean commit of just aggregate burden notebook (#1819)

added a burden notebook

* Update the dockerfile (#2045)

* Update so the image builds (#2026)

* Fix bad dict (2026)

* Rename census tract field in downloads (#2068)

* Change tract ID field name (2060)

* Update lockfile (#2061)

* Bump safety, jupyter, wheel (#2061)

* DOn't depend directly on wheel (2061)

* Bring narwhal reqs in line with main

* Update tribal area counts (#2071)

* Rename tribal area field (2062)

* Add missing file (#2062)

* Add checks to create version (#2047) (#2052)

* Fix failing safety (#2114)

* Ignore vuln that doesn't affect us 2113

https://nvd.nist.gov/vuln/detail/CVE-2022-42969 landed recently and
there's no fix in py (which is maintenance mode). From my analysis, that
CVE cannot hurt us (famous last words), so we'll ignore the vuln for
now.

* 2113 Update our gdal ppa

* that didn't work (2113)

* Don't add the PPA, the package exists (#2113)

* Fix type (#2113)

* Force an update of wheel 2113

* Also remove PPA line from create-score-versions

* Drop 3.8 because of wheel 2113

* Put back 3.8, use newer actions

* Try another way of upgrading wheel 2113

* Upgrade wheel in tox too 2113

* Typo fix 2113

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Emma Nechamkin <97977170+emma-nechamkin@users.noreply.github.com>
Co-authored-by: Shelby Switzer <shelby.c.switzer@omb.eop.gov>
Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>
Co-authored-by: Emma Nechamkin <Emma.J.Nechamkin@omb.eop.gov>
Co-authored-by: Matt Bowen <83967628+mattbowen-usds@users.noreply.github.com>
Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
Co-authored-by: Jorge Escobar <jorge.e.escobar@omb.eop.gov>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: matt bowen <matthew.r.bowen@omb.eop.gov>
Co-authored-by: matt bowen <matt@mattbowen.net>
This commit is contained in:
Vim 2022-12-01 18:50:54 -08:00 committed by GitHub
commit b97e60bfbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
285 changed files with 20485 additions and 3880 deletions

View file

@ -0,0 +1,16 @@
source,sumlevel,geoid,name,st,cnty,tract,T3_est1,T3_est2,T3_est3,T3_est4,T3_est5,T3_est6,T3_est7,T3_est8,T3_est9,T3_est10,T3_est11,T3_est12,T3_est13,T3_est14,T3_est15,T3_est16,T3_est17,T3_est18,T3_est19,T3_est20,T3_est21,T3_est22,T3_est23,T3_est24,T3_est25,T3_est26,T3_est27,T3_est28,T3_est29,T3_est30,T3_est31,T3_est32,T3_est33,T3_est34,T3_est35,T3_est36,T3_est37,T3_est38,T3_est39,T3_est40,T3_est41,T3_est42,T3_est43,T3_est44,T3_est45,T3_est46,T3_est47,T3_est48,T3_est49,T3_est50,T3_est51,T3_est52,T3_est53,T3_est54,T3_est55,T3_est56,T3_est57,T3_est58,T3_est59,T3_est60,T3_est61,T3_est62,T3_est63,T3_est64,T3_est65,T3_est66,T3_est67,T3_est68,T3_est69,T3_est70,T3_est71,T3_est72,T3_est73,T3_est74,T3_est75,T3_est76,T3_est77,T3_est78,T3_est79,T3_est80,T3_est81,T3_est82,T3_est83,T3_est84,T3_est85,T3_est86,T3_est87,T3_moe1,T3_moe2,T3_moe3,T3_moe4,T3_moe5,T3_moe6,T3_moe7,T3_moe8,T3_moe9,T3_moe10,T3_moe11,T3_moe12,T3_moe13,T3_moe14,T3_moe15,T3_moe16,T3_moe17,T3_moe18,T3_moe19,T3_moe20,T3_moe21,T3_moe22,T3_moe23,T3_moe24,T3_moe25,T3_moe26,T3_moe27,T3_moe28,T3_moe29,T3_moe30,T3_moe31,T3_moe32,T3_moe33,T3_moe34,T3_moe35,T3_moe36,T3_moe37,T3_moe38,T3_moe39,T3_moe40,T3_moe41,T3_moe42,T3_moe43,T3_moe44,T3_moe45,T3_moe46,T3_moe47,T3_moe48,T3_moe49,T3_moe50,T3_moe51,T3_moe52,T3_moe53,T3_moe54,T3_moe55,T3_moe56,T3_moe57,T3_moe58,T3_moe59,T3_moe60,T3_moe61,T3_moe62,T3_moe63,T3_moe64,T3_moe65,T3_moe66,T3_moe67,T3_moe68,T3_moe69,T3_moe70,T3_moe71,T3_moe72,T3_moe73,T3_moe74,T3_moe75,T3_moe76,T3_moe77,T3_moe78,T3_moe79,T3_moe80,T3_moe81,T3_moe82,T3_moe83,T3_moe84,T3_moe85,T3_moe86,T3_moe87
2014thru2018,140,14000US06027000800,"Census Tract 8, Inyo County, California",6,27,800,1375,800,30,30,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,115,35,30,50,0,4,115,15,35,10,15,35,0,0,0,0,0,0,530,30,65,70,50,320,580,35,25,10,0,0,0,0,0,0,0,0,0,65,0,10,0,55,0,90,70,20,0,0,0,95,10,30,40,0,10,0,0,0,0,0,0,300,10,40,85,0,165,133,101,31,31,12,12,12,12,12,12,12,12,12,12,15,12,12,12,15,12,57,26,32,41,12,5,56,15,34,13,22,35,12,12,12,12,12,12,90,31,34,41,25,79,122,34,30,16,12,12,12,12,12,12,12,12,12,67,12,18,12,64,12,83,79,32,12,12,12,52,20,32,35,12,14,12,12,12,12,12,12,89,14,30,50,12,64
2014thru2018,140,14000US06061021322,"Census Tract 213.22, Placer County, California",6,61,21322,5395,4250,0,0,0,0,0,0,15,0,0,0,0,15,120,0,0,0,55,65,250,70,45,105,35,0,630,30,75,130,105,290,65,65,0,0,0,0,3170,15,45,140,60,2905,1145,0,0,0,0,0,0,50,50,0,0,0,0,45,0,45,0,0,0,240,160,30,50,0,0,270,0,160,85,30,0,15,15,0,0,0,0,520,65,0,135,105,215,179,212,19,19,19,19,19,19,26,19,19,19,19,26,108,19,19,19,65,84,122,57,39,84,39,19,151,37,88,78,67,116,87,87,19,19,19,19,238,20,38,92,56,249,187,19,19,19,19,19,19,81,81,19,19,19,19,73,19,73,19,19,19,100,95,35,52,19,19,115,19,93,90,30,19,26,26,19,19,19,19,170,83,19,105,87,99
2014thru2018,140,14000US06069000802,"Census Tract 8.02, San Benito County, California",6,69,802,885,615,4,4,0,4,0,4,4,0,0,0,0,4,0,0,0,0,0,0,70,4,20,20,4,25,90,4,10,10,10,55,4,4,0,0,0,0,440,10,25,35,35,335,265,4,0,0,4,0,0,4,0,0,0,4,0,20,4,15,0,0,0,25,4,20,0,0,0,25,4,4,15,0,0,4,4,0,0,0,0,190,20,35,20,35,80,69,70,11,5,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,25,12,16,12,1,20,28,3,11,11,12,23,10,10,12,12,12,12,62,10,31,20,19,46,45,4,12,12,4,12,12,11,12,12,12,11,12,19,12,17,12,12,12,17,11,18,12,12,12,14,2,7,14,12,12,3,3,12,12,12,12,43,14,19,14,18,28
2014thru2018,140,14000US15001021010,"Census Tract 210.10, Hawaii County, Hawaii",15,1,21010,3130,2515,230,85,70,4,20,50,55,10,35,0,0,10,110,10,15,50,0,30,245,155,85,4,0,0,275,30,60,135,40,4,55,55,0,0,0,0,1550,170,290,140,190,760,615,40,20,4,0,4,10,65,20,0,0,0,45,50,20,0,0,25,4,55,40,4,0,10,0,100,0,50,45,0,0,70,70,0,0,0,0,235,30,20,40,35,105,176,219,100,44,81,10,32,43,37,13,35,15,15,14,56,23,22,41,15,32,121,112,62,19,15,15,136,38,40,118,34,15,40,40,15,15,15,15,212,104,145,72,107,189,168,26,18,9,15,10,13,77,30,15,15,15,70,40,22,15,15,33,2,35,31,14,15,15,15,55,15,40,44,15,15,86,86,15,15,15,15,111,25,27,36,30,91
2014thru2018,140,14000US15001021101,"Census Tract 211.01, Hawaii County, Hawaii",15,1,21101,1690,1385,125,75,30,0,0,20,35,4,10,10,0,10,4,4,0,0,0,0,255,140,80,35,0,0,125,50,4,20,20,30,30,30,0,0,0,0,810,85,115,115,170,320,300,40,4,0,35,0,0,25,25,0,0,0,0,4,0,0,0,0,4,70,70,0,0,0,0,35,15,10,4,10,0,4,4,0,0,0,0,125,30,10,20,15,50,157,136,73,58,29,11,11,36,29,8,20,15,11,13,3,3,11,11,11,11,78,69,46,34,11,11,40,27,10,14,22,24,23,23,11,11,11,11,117,39,55,61,65,96,98,52,12,11,54,11,11,38,38,11,11,11,11,2,11,11,11,11,2,60,60,11,11,11,11,28,22,13,11,15,11,11,11,11,11,11,11,51,26,13,23,21,36
2014thru2018,140,14000US15001021402,"Census Tract 214.02, Hawaii County, Hawaii",15,1,21402,1340,830,4,0,0,4,0,0,4,0,0,0,0,4,70,0,0,0,10,60,70,30,4,25,4,0,130,10,10,55,0,55,0,0,0,0,0,0,550,10,4,50,30,455,510,30,30,0,0,0,0,10,0,0,10,0,0,15,0,10,0,0,4,115,100,4,4,0,0,85,20,20,15,25,4,0,0,0,0,0,0,250,40,15,35,45,120,103,132,1,11,11,1,11,11,13,11,11,11,11,13,61,11,11,11,19,59,53,46,14,21,2,11,68,16,20,52,11,32,11,11,11,11,11,11,122,17,15,31,30,107,102,50,50,11,11,11,11,13,11,11,13,11,11,21,11,16,11,11,12,74,70,10,13,11,11,51,21,31,22,40,7,11,11,11,11,11,11,92,22,22,33,47,58
2014thru2018,140,14000US15001021800,"Census Tract 218, Hawaii County, Hawaii",15,1,21800,2015,1375,30,25,0,0,0,4,10,0,4,4,4,4,65,0,4,4,4,55,100,35,15,30,0,20,285,25,20,20,15,205,15,15,0,0,0,0,870,15,40,105,95,615,640,55,55,0,4,0,0,15,10,0,0,0,4,25,10,4,0,0,10,55,40,15,0,0,0,100,25,25,35,10,4,0,0,0,0,0,0,395,25,0,50,25,290,201,188,41,40,15,15,15,15,13,15,9,4,5,3,41,15,3,5,1,41,53,34,21,28,15,26,118,25,20,16,20,115,21,21,15,15,15,15,159,16,27,51,40,140,159,80,79,15,15,15,15,17,14,15,15,15,11,24,14,10,15,15,14,37,31,18,15,15,15,53,30,20,42,14,3,15,15,15,15,15,15,162,27,15,34,24,155
2014thru2018,140,14000US15003010201,"Census Tract 102.01, Honolulu County, Hawaii",15,3,10201,1515,785,15,4,0,10,0,0,35,4,0,15,10,4,85,0,4,40,10,30,95,50,10,15,4,10,125,4,15,50,25,35,4,4,0,0,0,0,425,15,4,45,55,305,730,50,10,15,20,0,4,95,25,4,40,15,10,75,0,15,35,4,20,150,55,85,10,0,0,95,10,10,40,25,15,30,30,0,0,0,0,230,4,10,50,45,120,66,73,16,10,15,13,15,15,27,10,15,25,12,9,46,15,9,33,13,22,31,30,13,12,3,17,33,15,13,18,16,15,11,11,15,15,15,15,69,15,11,22,31,52,72,23,11,20,17,15,15,42,21,11,32,14,13,36,15,23,25,15,18,48,28,42,13,15,15,43,14,13,32,22,15,25,25,15,15,15,15,53,10,17,28,23,48
2014thru2018,140,14000US15007040603,"Census Tract 406.03, Kauai County, Hawaii",15,7,40603,1035,595,4,0,0,0,0,4,4,0,0,0,0,4,30,0,0,4,4,25,100,15,20,20,30,20,80,0,15,4,4,55,4,4,0,0,0,0,370,10,20,55,10,275,440,4,0,0,0,0,4,10,10,0,0,0,0,30,4,4,4,10,10,105,55,25,25,0,4,80,4,15,30,15,10,10,10,0,0,0,0,195,15,0,35,35,115,84,70,11,11,11,11,11,11,18,11,11,11,11,18,25,11,11,4,11,26,34,15,16,12,22,13,31,11,14,11,11,29,11,11,11,11,11,11,66,15,16,29,12,55,75,11,11,11,11,11,11,15,15,11,11,11,11,27,3,3,16,13,14,45,26,20,23,11,17,35,15,21,20,13,14,13,13,11,11,11,11,52,16,11,24,25,45
2014thru2018,140,14000US15007040604,"Census Tract 406.04, Kauai County, Hawaii",15,7,40604,1235,655,10,0,0,0,0,10,10,0,0,0,4,4,15,0,4,0,0,10,75,45,4,15,4,0,120,4,15,20,25,55,15,15,0,0,0,0,410,15,30,35,15,315,580,4,4,0,0,0,0,30,0,20,0,0,10,25,4,4,0,4,15,90,15,50,20,0,0,165,35,70,15,20,30,0,0,0,0,0,0,260,30,40,20,25,150,79,96,14,11,11,11,11,14,13,11,11,11,10,1,18,11,10,11,11,13,36,33,10,14,9,11,55,11,22,23,28,32,15,15,11,11,11,11,80,28,30,18,18,74,101,11,11,11,11,11,11,31,11,29,11,11,13,25,7,3,11,10,21,45,18,35,24,11,11,56,28,44,15,23,24,11,11,11,11,11,11,77,27,26,16,22,63
2014thru2018,140,14000US15007040700,"Census Tract 407, Kauai County, Hawaii",15,7,40700,2875,1930,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,4,0,110,245,80,10,115,15,25,380,80,20,45,70,170,25,25,0,0,0,0,1165,40,20,110,75,920,950,25,0,0,0,4,15,80,0,10,0,10,60,45,0,10,4,0,30,205,90,60,55,0,0,105,20,15,25,0,45,15,15,0,0,0,0,470,25,20,45,100,285,162,199,15,15,15,15,15,15,15,15,15,15,15,15,51,15,15,10,15,52,98,62,17,62,21,30,128,74,29,32,53,83,27,27,15,15,15,15,171,34,17,46,53,179,157,29,15,15,15,13,25,67,15,19,15,21,61,48,15,17,15,15,44,94,64,48,43,15,15,75,23,23,41,15,53,19,19,15,15,15,15,107,18,24,35,72,115
2014thru2018,140,14000US15009030100,"Census Tract 301, Maui County, Hawaii",15,9,30100,500,320,20,10,0,0,0,10,10,0,0,4,0,4,40,4,0,15,0,20,30,25,0,10,0,0,15,0,0,4,0,10,0,0,0,0,0,0,200,4,65,15,20,95,175,4,4,0,0,0,0,10,0,0,0,0,10,20,0,0,0,20,0,20,20,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,120,25,4,10,0,80,71,75,27,18,11,11,11,18,15,11,11,14,11,10,23,11,11,23,11,14,25,19,11,15,11,11,20,11,11,10,11,18,11,11,11,11,11,11,62,11,57,15,23,53,69,11,11,11,11,11,11,16,11,11,11,11,16,25,11,11,11,25,11,24,24,11,11,11,11,9,11,9,11,11,11,11,11,11,11,11,11,62,30,9,12,11,59
2014thru2018,140,14000US15009030201,"Census Tract 302.01, Maui County, Hawaii",15,9,30201,820,605,0,0,0,0,0,0,15,0,0,0,0,15,10,0,0,0,10,0,70,25,35,0,0,10,160,10,10,65,15,60,0,0,0,0,0,0,350,40,40,35,10,225,215,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,4,0,4,0,0,0,45,0,0,45,0,0,0,0,0,0,0,0,155,0,10,55,0,90,99,113,11,11,11,11,11,11,23,11,11,11,11,23,24,11,11,11,24,11,47,30,31,11,11,17,81,15,18,73,21,31,11,11,11,11,11,11,91,36,34,34,21,80,100,11,11,11,11,11,11,11,11,11,11,11,11,20,11,11,20,11,11,20,11,20,11,11,11,49,11,11,49,11,11,11,11,11,11,11,11,85,11,21,49,11,78
2014thru2018,140,14000US15009030402,"Census Tract 304.02, Maui County, Hawaii",15,9,30402,3140,2205,0,0,0,0,0,0,15,0,0,0,0,15,70,25,0,0,0,45,360,100,85,75,85,20,275,10,0,10,10,245,45,45,0,0,0,0,1435,0,90,150,90,1105,935,0,0,0,0,0,0,0,0,0,0,0,0,75,0,15,15,0,45,95,30,30,40,0,0,220,0,45,90,0,80,0,0,0,0,0,0,540,35,0,85,155,270,167,236,15,15,15,15,15,15,30,15,15,15,15,30,55,39,15,15,15,43,150,74,71,65,62,32,130,19,15,21,21,128,70,70,15,15,15,15,227,15,59,122,67,235,244,15,15,15,15,15,15,15,15,15,15,15,15,83,15,29,36,15,72,67,36,34,48,15,15,141,15,44,98,15,97,15,15,15,15,15,15,182,49,15,97,105,127
2014thru2018,140,14000US15009030800,"Census Tract 308, Maui County, Hawaii",15,9,30800,2250,1810,20,0,0,0,0,20,25,0,4,4,0,20,65,4,0,4,4,60,185,70,30,60,15,15,365,30,15,45,80,195,4,4,0,0,0,0,1140,4,80,50,110,895,445,0,0,0,0,0,0,25,0,10,4,0,10,30,0,0,20,0,10,65,20,15,30,0,0,65,0,10,25,4,25,0,0,0,0,0,0,260,20,35,115,10,85,110,134,27,15,15,15,15,27,19,15,3,8,15,17,38,3,15,4,4,36,70,45,28,36,18,23,120,33,18,31,65,110,11,11,15,15,15,15,166,15,82,41,49,167,132,15,15,15,15,15,15,22,15,17,15,15,15,29,15,15,28,15,17,38,24,19,29,15,15,34,15,17,21,10,32,15,15,15,15,15,15,114,29,31,108,13,40
1 source sumlevel geoid name st cnty tract T3_est1 T3_est2 T3_est3 T3_est4 T3_est5 T3_est6 T3_est7 T3_est8 T3_est9 T3_est10 T3_est11 T3_est12 T3_est13 T3_est14 T3_est15 T3_est16 T3_est17 T3_est18 T3_est19 T3_est20 T3_est21 T3_est22 T3_est23 T3_est24 T3_est25 T3_est26 T3_est27 T3_est28 T3_est29 T3_est30 T3_est31 T3_est32 T3_est33 T3_est34 T3_est35 T3_est36 T3_est37 T3_est38 T3_est39 T3_est40 T3_est41 T3_est42 T3_est43 T3_est44 T3_est45 T3_est46 T3_est47 T3_est48 T3_est49 T3_est50 T3_est51 T3_est52 T3_est53 T3_est54 T3_est55 T3_est56 T3_est57 T3_est58 T3_est59 T3_est60 T3_est61 T3_est62 T3_est63 T3_est64 T3_est65 T3_est66 T3_est67 T3_est68 T3_est69 T3_est70 T3_est71 T3_est72 T3_est73 T3_est74 T3_est75 T3_est76 T3_est77 T3_est78 T3_est79 T3_est80 T3_est81 T3_est82 T3_est83 T3_est84 T3_est85 T3_est86 T3_est87 T3_moe1 T3_moe2 T3_moe3 T3_moe4 T3_moe5 T3_moe6 T3_moe7 T3_moe8 T3_moe9 T3_moe10 T3_moe11 T3_moe12 T3_moe13 T3_moe14 T3_moe15 T3_moe16 T3_moe17 T3_moe18 T3_moe19 T3_moe20 T3_moe21 T3_moe22 T3_moe23 T3_moe24 T3_moe25 T3_moe26 T3_moe27 T3_moe28 T3_moe29 T3_moe30 T3_moe31 T3_moe32 T3_moe33 T3_moe34 T3_moe35 T3_moe36 T3_moe37 T3_moe38 T3_moe39 T3_moe40 T3_moe41 T3_moe42 T3_moe43 T3_moe44 T3_moe45 T3_moe46 T3_moe47 T3_moe48 T3_moe49 T3_moe50 T3_moe51 T3_moe52 T3_moe53 T3_moe54 T3_moe55 T3_moe56 T3_moe57 T3_moe58 T3_moe59 T3_moe60 T3_moe61 T3_moe62 T3_moe63 T3_moe64 T3_moe65 T3_moe66 T3_moe67 T3_moe68 T3_moe69 T3_moe70 T3_moe71 T3_moe72 T3_moe73 T3_moe74 T3_moe75 T3_moe76 T3_moe77 T3_moe78 T3_moe79 T3_moe80 T3_moe81 T3_moe82 T3_moe83 T3_moe84 T3_moe85 T3_moe86 T3_moe87
2 2014thru2018 140 14000US06027000800 Census Tract 8, Inyo County, California 6 27 800 1375 800 30 30 0 0 0 0 0 0 0 0 0 0 10 0 0 0 10 0 115 35 30 50 0 4 115 15 35 10 15 35 0 0 0 0 0 0 530 30 65 70 50 320 580 35 25 10 0 0 0 0 0 0 0 0 0 65 0 10 0 55 0 90 70 20 0 0 0 95 10 30 40 0 10 0 0 0 0 0 0 300 10 40 85 0 165 133 101 31 31 12 12 12 12 12 12 12 12 12 12 15 12 12 12 15 12 57 26 32 41 12 5 56 15 34 13 22 35 12 12 12 12 12 12 90 31 34 41 25 79 122 34 30 16 12 12 12 12 12 12 12 12 12 67 12 18 12 64 12 83 79 32 12 12 12 52 20 32 35 12 14 12 12 12 12 12 12 89 14 30 50 12 64
3 2014thru2018 140 14000US06061021322 Census Tract 213.22, Placer County, California 6 61 21322 5395 4250 0 0 0 0 0 0 15 0 0 0 0 15 120 0 0 0 55 65 250 70 45 105 35 0 630 30 75 130 105 290 65 65 0 0 0 0 3170 15 45 140 60 2905 1145 0 0 0 0 0 0 50 50 0 0 0 0 45 0 45 0 0 0 240 160 30 50 0 0 270 0 160 85 30 0 15 15 0 0 0 0 520 65 0 135 105 215 179 212 19 19 19 19 19 19 26 19 19 19 19 26 108 19 19 19 65 84 122 57 39 84 39 19 151 37 88 78 67 116 87 87 19 19 19 19 238 20 38 92 56 249 187 19 19 19 19 19 19 81 81 19 19 19 19 73 19 73 19 19 19 100 95 35 52 19 19 115 19 93 90 30 19 26 26 19 19 19 19 170 83 19 105 87 99
4 2014thru2018 140 14000US06069000802 Census Tract 8.02, San Benito County, California 6 69 802 885 615 4 4 0 4 0 4 4 0 0 0 0 4 0 0 0 0 0 0 70 4 20 20 4 25 90 4 10 10 10 55 4 4 0 0 0 0 440 10 25 35 35 335 265 4 0 0 4 0 0 4 0 0 0 4 0 20 4 15 0 0 0 25 4 20 0 0 0 25 4 4 15 0 0 4 4 0 0 0 0 190 20 35 20 35 80 69 70 11 5 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 25 12 16 12 1 20 28 3 11 11 12 23 10 10 12 12 12 12 62 10 31 20 19 46 45 4 12 12 4 12 12 11 12 12 12 11 12 19 12 17 12 12 12 17 11 18 12 12 12 14 2 7 14 12 12 3 3 12 12 12 12 43 14 19 14 18 28
5 2014thru2018 140 14000US15001021010 Census Tract 210.10, Hawaii County, Hawaii 15 1 21010 3130 2515 230 85 70 4 20 50 55 10 35 0 0 10 110 10 15 50 0 30 245 155 85 4 0 0 275 30 60 135 40 4 55 55 0 0 0 0 1550 170 290 140 190 760 615 40 20 4 0 4 10 65 20 0 0 0 45 50 20 0 0 25 4 55 40 4 0 10 0 100 0 50 45 0 0 70 70 0 0 0 0 235 30 20 40 35 105 176 219 100 44 81 10 32 43 37 13 35 15 15 14 56 23 22 41 15 32 121 112 62 19 15 15 136 38 40 118 34 15 40 40 15 15 15 15 212 104 145 72 107 189 168 26 18 9 15 10 13 77 30 15 15 15 70 40 22 15 15 33 2 35 31 14 15 15 15 55 15 40 44 15 15 86 86 15 15 15 15 111 25 27 36 30 91
6 2014thru2018 140 14000US15001021101 Census Tract 211.01, Hawaii County, Hawaii 15 1 21101 1690 1385 125 75 30 0 0 20 35 4 10 10 0 10 4 4 0 0 0 0 255 140 80 35 0 0 125 50 4 20 20 30 30 30 0 0 0 0 810 85 115 115 170 320 300 40 4 0 35 0 0 25 25 0 0 0 0 4 0 0 0 0 4 70 70 0 0 0 0 35 15 10 4 10 0 4 4 0 0 0 0 125 30 10 20 15 50 157 136 73 58 29 11 11 36 29 8 20 15 11 13 3 3 11 11 11 11 78 69 46 34 11 11 40 27 10 14 22 24 23 23 11 11 11 11 117 39 55 61 65 96 98 52 12 11 54 11 11 38 38 11 11 11 11 2 11 11 11 11 2 60 60 11 11 11 11 28 22 13 11 15 11 11 11 11 11 11 11 51 26 13 23 21 36
7 2014thru2018 140 14000US15001021402 Census Tract 214.02, Hawaii County, Hawaii 15 1 21402 1340 830 4 0 0 4 0 0 4 0 0 0 0 4 70 0 0 0 10 60 70 30 4 25 4 0 130 10 10 55 0 55 0 0 0 0 0 0 550 10 4 50 30 455 510 30 30 0 0 0 0 10 0 0 10 0 0 15 0 10 0 0 4 115 100 4 4 0 0 85 20 20 15 25 4 0 0 0 0 0 0 250 40 15 35 45 120 103 132 1 11 11 1 11 11 13 11 11 11 11 13 61 11 11 11 19 59 53 46 14 21 2 11 68 16 20 52 11 32 11 11 11 11 11 11 122 17 15 31 30 107 102 50 50 11 11 11 11 13 11 11 13 11 11 21 11 16 11 11 12 74 70 10 13 11 11 51 21 31 22 40 7 11 11 11 11 11 11 92 22 22 33 47 58
8 2014thru2018 140 14000US15001021800 Census Tract 218, Hawaii County, Hawaii 15 1 21800 2015 1375 30 25 0 0 0 4 10 0 4 4 4 4 65 0 4 4 4 55 100 35 15 30 0 20 285 25 20 20 15 205 15 15 0 0 0 0 870 15 40 105 95 615 640 55 55 0 4 0 0 15 10 0 0 0 4 25 10 4 0 0 10 55 40 15 0 0 0 100 25 25 35 10 4 0 0 0 0 0 0 395 25 0 50 25 290 201 188 41 40 15 15 15 15 13 15 9 4 5 3 41 15 3 5 1 41 53 34 21 28 15 26 118 25 20 16 20 115 21 21 15 15 15 15 159 16 27 51 40 140 159 80 79 15 15 15 15 17 14 15 15 15 11 24 14 10 15 15 14 37 31 18 15 15 15 53 30 20 42 14 3 15 15 15 15 15 15 162 27 15 34 24 155
9 2014thru2018 140 14000US15003010201 Census Tract 102.01, Honolulu County, Hawaii 15 3 10201 1515 785 15 4 0 10 0 0 35 4 0 15 10 4 85 0 4 40 10 30 95 50 10 15 4 10 125 4 15 50 25 35 4 4 0 0 0 0 425 15 4 45 55 305 730 50 10 15 20 0 4 95 25 4 40 15 10 75 0 15 35 4 20 150 55 85 10 0 0 95 10 10 40 25 15 30 30 0 0 0 0 230 4 10 50 45 120 66 73 16 10 15 13 15 15 27 10 15 25 12 9 46 15 9 33 13 22 31 30 13 12 3 17 33 15 13 18 16 15 11 11 15 15 15 15 69 15 11 22 31 52 72 23 11 20 17 15 15 42 21 11 32 14 13 36 15 23 25 15 18 48 28 42 13 15 15 43 14 13 32 22 15 25 25 15 15 15 15 53 10 17 28 23 48
10 2014thru2018 140 14000US15007040603 Census Tract 406.03, Kauai County, Hawaii 15 7 40603 1035 595 4 0 0 0 0 4 4 0 0 0 0 4 30 0 0 4 4 25 100 15 20 20 30 20 80 0 15 4 4 55 4 4 0 0 0 0 370 10 20 55 10 275 440 4 0 0 0 0 4 10 10 0 0 0 0 30 4 4 4 10 10 105 55 25 25 0 4 80 4 15 30 15 10 10 10 0 0 0 0 195 15 0 35 35 115 84 70 11 11 11 11 11 11 18 11 11 11 11 18 25 11 11 4 11 26 34 15 16 12 22 13 31 11 14 11 11 29 11 11 11 11 11 11 66 15 16 29 12 55 75 11 11 11 11 11 11 15 15 11 11 11 11 27 3 3 16 13 14 45 26 20 23 11 17 35 15 21 20 13 14 13 13 11 11 11 11 52 16 11 24 25 45
11 2014thru2018 140 14000US15007040604 Census Tract 406.04, Kauai County, Hawaii 15 7 40604 1235 655 10 0 0 0 0 10 10 0 0 0 4 4 15 0 4 0 0 10 75 45 4 15 4 0 120 4 15 20 25 55 15 15 0 0 0 0 410 15 30 35 15 315 580 4 4 0 0 0 0 30 0 20 0 0 10 25 4 4 0 4 15 90 15 50 20 0 0 165 35 70 15 20 30 0 0 0 0 0 0 260 30 40 20 25 150 79 96 14 11 11 11 11 14 13 11 11 11 10 1 18 11 10 11 11 13 36 33 10 14 9 11 55 11 22 23 28 32 15 15 11 11 11 11 80 28 30 18 18 74 101 11 11 11 11 11 11 31 11 29 11 11 13 25 7 3 11 10 21 45 18 35 24 11 11 56 28 44 15 23 24 11 11 11 11 11 11 77 27 26 16 22 63
12 2014thru2018 140 14000US15007040700 Census Tract 407, Kauai County, Hawaii 15 7 40700 2875 1930 0 0 0 0 0 0 0 0 0 0 0 0 115 0 0 4 0 110 245 80 10 115 15 25 380 80 20 45 70 170 25 25 0 0 0 0 1165 40 20 110 75 920 950 25 0 0 0 4 15 80 0 10 0 10 60 45 0 10 4 0 30 205 90 60 55 0 0 105 20 15 25 0 45 15 15 0 0 0 0 470 25 20 45 100 285 162 199 15 15 15 15 15 15 15 15 15 15 15 15 51 15 15 10 15 52 98 62 17 62 21 30 128 74 29 32 53 83 27 27 15 15 15 15 171 34 17 46 53 179 157 29 15 15 15 13 25 67 15 19 15 21 61 48 15 17 15 15 44 94 64 48 43 15 15 75 23 23 41 15 53 19 19 15 15 15 15 107 18 24 35 72 115
13 2014thru2018 140 14000US15009030100 Census Tract 301, Maui County, Hawaii 15 9 30100 500 320 20 10 0 0 0 10 10 0 0 4 0 4 40 4 0 15 0 20 30 25 0 10 0 0 15 0 0 4 0 10 0 0 0 0 0 0 200 4 65 15 20 95 175 4 4 0 0 0 0 10 0 0 0 0 10 20 0 0 0 20 0 20 20 0 0 0 0 4 0 4 0 0 0 0 0 0 0 0 0 120 25 4 10 0 80 71 75 27 18 11 11 11 18 15 11 11 14 11 10 23 11 11 23 11 14 25 19 11 15 11 11 20 11 11 10 11 18 11 11 11 11 11 11 62 11 57 15 23 53 69 11 11 11 11 11 11 16 11 11 11 11 16 25 11 11 11 25 11 24 24 11 11 11 11 9 11 9 11 11 11 11 11 11 11 11 11 62 30 9 12 11 59
14 2014thru2018 140 14000US15009030201 Census Tract 302.01, Maui County, Hawaii 15 9 30201 820 605 0 0 0 0 0 0 15 0 0 0 0 15 10 0 0 0 10 0 70 25 35 0 0 10 160 10 10 65 15 60 0 0 0 0 0 0 350 40 40 35 10 225 215 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 10 0 0 4 0 4 0 0 0 45 0 0 45 0 0 0 0 0 0 0 0 155 0 10 55 0 90 99 113 11 11 11 11 11 11 23 11 11 11 11 23 24 11 11 11 24 11 47 30 31 11 11 17 81 15 18 73 21 31 11 11 11 11 11 11 91 36 34 34 21 80 100 11 11 11 11 11 11 11 11 11 11 11 11 20 11 11 20 11 11 20 11 20 11 11 11 49 11 11 49 11 11 11 11 11 11 11 11 85 11 21 49 11 78
15 2014thru2018 140 14000US15009030402 Census Tract 304.02, Maui County, Hawaii 15 9 30402 3140 2205 0 0 0 0 0 0 15 0 0 0 0 15 70 25 0 0 0 45 360 100 85 75 85 20 275 10 0 10 10 245 45 45 0 0 0 0 1435 0 90 150 90 1105 935 0 0 0 0 0 0 0 0 0 0 0 0 75 0 15 15 0 45 95 30 30 40 0 0 220 0 45 90 0 80 0 0 0 0 0 0 540 35 0 85 155 270 167 236 15 15 15 15 15 15 30 15 15 15 15 30 55 39 15 15 15 43 150 74 71 65 62 32 130 19 15 21 21 128 70 70 15 15 15 15 227 15 59 122 67 235 244 15 15 15 15 15 15 15 15 15 15 15 15 83 15 29 36 15 72 67 36 34 48 15 15 141 15 44 98 15 97 15 15 15 15 15 15 182 49 15 97 105 127
16 2014thru2018 140 14000US15009030800 Census Tract 308, Maui County, Hawaii 15 9 30800 2250 1810 20 0 0 0 0 20 25 0 4 4 0 20 65 4 0 4 4 60 185 70 30 60 15 15 365 30 15 45 80 195 4 4 0 0 0 0 1140 4 80 50 110 895 445 0 0 0 0 0 0 25 0 10 4 0 10 30 0 0 20 0 10 65 20 15 30 0 0 65 0 10 25 4 25 0 0 0 0 0 0 260 20 35 115 10 85 110 134 27 15 15 15 15 27 19 15 3 8 15 17 38 3 15 4 4 36 70 45 28 36 18 23 120 33 18 31 65 110 11 11 15 15 15 15 166 15 82 41 49 167 132 15 15 15 15 15 15 22 15 17 15 15 15 29 15 15 28 15 17 38 24 19 29 15 15 34 15 17 21 10 32 15 15 15 15 15 15 114 29 31 108 13 40

View file

@ -0,0 +1,16 @@
GEOID10_TRACT,HOUSING_BURDEN_NUMERATOR,HOUSING_BURDEN_DENOMINATOR,Housing burden (percent),Share of homes with no kitchen or indoor plumbing (percent),DENOM INCL NOT COMPUTED
06027000800,370,1376,0.2688953488,0.0471014493,1380
06061021322,985,5265,0.1870845204,0.0000000000,5395
06069000802,136,872,0.1559633028,0.0090909091,880
15001021010,723,2970,0.2434343434,0.0862619808,3130
15001021101,449,1610,0.2788819876,0.0979228487,1685
15001021402,354,1340,0.2641791045,0.0253731343,1340
15001021800,355,2000,0.1775000000,0.0421836228,2015
15003010201,504,1471,0.3426240653,0.0429042904,1515
15007040603,238,1021,0.2331047992,0.0077294686,1035
15007040604,328,1220,0.2688524590,0.0113360324,1235
15007040700,635,2840,0.2235915493,0.0086805556,2880
15009030100,84,491,0.1710794297,0.0484848485,495
15009030201,194,820,0.2365853659,0.0000000000,820
15009030402,555,3095,0.1793214863,0.0000000000,3140
15009030800,385,2251,0.1710350955,0.0088691796,2255
1 GEOID10_TRACT HOUSING_BURDEN_NUMERATOR HOUSING_BURDEN_DENOMINATOR Housing burden (percent) Share of homes with no kitchen or indoor plumbing (percent) DENOM INCL NOT COMPUTED
2 06027000800 370 1376 0.2688953488 0.0471014493 1380
3 06061021322 985 5265 0.1870845204 0.0000000000 5395
4 06069000802 136 872 0.1559633028 0.0090909091 880
5 15001021010 723 2970 0.2434343434 0.0862619808 3130
6 15001021101 449 1610 0.2788819876 0.0979228487 1685
7 15001021402 354 1340 0.2641791045 0.0253731343 1340
8 15001021800 355 2000 0.1775000000 0.0421836228 2015
9 15003010201 504 1471 0.3426240653 0.0429042904 1515
10 15007040603 238 1021 0.2331047992 0.0077294686 1035
11 15007040604 328 1220 0.2688524590 0.0113360324 1235
12 15007040700 635 2840 0.2235915493 0.0086805556 2880
13 15009030100 84 491 0.1710794297 0.0484848485 495
14 15009030201 194 820 0.2365853659 0.0000000000 820
15 15009030402 555 3095 0.1793214863 0.0000000000 3140
16 15009030800 385 2251 0.1710350955 0.0088691796 2255

View file

@ -0,0 +1,16 @@
source_x,sumlevel_x,geoid_x,name_x,st_x,cnty_x,tract_x,T8_est1,T8_est2,T8_est3,T8_est4,T8_est5,T8_est6,T8_est7,T8_est8,T8_est9,T8_est10,T8_est11,T8_est12,T8_est13,T8_est14,T8_est15,T8_est16,T8_est17,T8_est18,T8_est19,T8_est20,T8_est21,T8_est22,T8_est23,T8_est24,T8_est25,T8_est26,T8_est27,T8_est28,T8_est29,T8_est30,T8_est31,T8_est32,T8_est33,T8_est34,T8_est35,T8_est36,T8_est37,T8_est38,T8_est39,T8_est40,T8_est41,T8_est42,T8_est43,T8_est44,T8_est45,T8_est46,T8_est47,T8_est48,T8_est49,T8_est50,T8_est51,T8_est52,T8_est53,T8_est54,T8_est55,T8_est56,T8_est57,T8_est58,T8_est59,T8_est60,T8_est61,T8_est62,T8_est63,T8_est64,T8_est65,T8_est66,T8_est67,T8_est68,T8_est69,T8_est70,T8_est71,T8_est72,T8_est73,T8_est74,T8_est75,T8_est76,T8_est77,T8_est78,T8_est79,T8_est80,T8_est81,T8_est82,T8_est83,T8_est84,T8_est85,T8_est86,T8_est87,T8_est88,T8_est89,T8_est90,T8_est91,T8_est92,T8_est93,T8_est94,T8_est95,T8_est96,T8_est97,T8_est98,T8_est99,T8_est100,T8_est101,T8_est102,T8_est103,T8_est104,T8_est105,T8_est106,T8_est107,T8_est108,T8_est109,T8_est110,T8_est111,T8_est112,T8_est113,T8_est114,T8_est115,T8_est116,T8_est117,T8_est118,T8_est119,T8_est120,T8_est121,T8_est122,T8_est123,T8_est124,T8_est125,T8_est126,T8_est127,T8_est128,T8_est129,T8_est130,T8_est131,T8_est132,T8_est133,T8_moe1,T8_moe2,T8_moe3,T8_moe4,T8_moe5,T8_moe6,T8_moe7,T8_moe8,T8_moe9,T8_moe10,T8_moe11,T8_moe12,T8_moe13,T8_moe14,T8_moe15,T8_moe16,T8_moe17,T8_moe18,T8_moe19,T8_moe20,T8_moe21,T8_moe22,T8_moe23,T8_moe24,T8_moe25,T8_moe26,T8_moe27,T8_moe28,T8_moe29,T8_moe30,T8_moe31,T8_moe32,T8_moe33,T8_moe34,T8_moe35,T8_moe36,T8_moe37,T8_moe38,T8_moe39,T8_moe40,T8_moe41,T8_moe42,T8_moe43,T8_moe44,T8_moe45,T8_moe46,T8_moe47,T8_moe48,T8_moe49,T8_moe50,T8_moe51,T8_moe52,T8_moe53,T8_moe54,T8_moe55,T8_moe56,T8_moe57,T8_moe58,T8_moe59,T8_moe60,T8_moe61,T8_moe62,T8_moe63,T8_moe64,T8_moe65,T8_moe66,T8_moe67,T8_moe68,T8_moe69,T8_moe70,T8_moe71,T8_moe72,T8_moe73,T8_moe74,T8_moe75,T8_moe76,T8_moe77,T8_moe78,T8_moe79,T8_moe80,T8_moe81,T8_moe82,T8_moe83,T8_moe84,T8_moe85,T8_moe86,T8_moe87,T8_moe88,T8_moe89,T8_moe90,T8_moe91,T8_moe92,T8_moe93,T8_moe94,T8_moe95,T8_moe96,T8_moe97,T8_moe98,T8_moe99,T8_moe100,T8_moe101,T8_moe102,T8_moe103,T8_moe104,T8_moe105,T8_moe106,T8_moe107,T8_moe108,T8_moe109,T8_moe110,T8_moe111,T8_moe112,T8_moe113,T8_moe114,T8_moe115,T8_moe116,T8_moe117,T8_moe118,T8_moe119,T8_moe120,T8_moe121,T8_moe122,T8_moe123,T8_moe124,T8_moe125,T8_moe126,T8_moe127,T8_moe128,T8_moe129,T8_moe130,T8_moe131,T8_moe132,T8_moe133,GEOID10_TRACT,source_y,sumlevel_y,geoid_y,name_y,st_y,cnty_y,tract_y,T3_est1,T3_est2,T3_est3,T3_est4,T3_est5,T3_est6,T3_est7,T3_est8,T3_est9,T3_est10,T3_est11,T3_est12,T3_est13,T3_est14,T3_est15,T3_est16,T3_est17,T3_est18,T3_est19,T3_est20,T3_est21,T3_est22,T3_est23,T3_est24,T3_est25,T3_est26,T3_est27,T3_est28,T3_est29,T3_est30,T3_est31,T3_est32,T3_est33,T3_est34,T3_est35,T3_est36,T3_est37,T3_est38,T3_est39,T3_est40,T3_est41,T3_est42,T3_est43,T3_est44,T3_est45,T3_est46,T3_est47,T3_est48,T3_est49,T3_est50,T3_est51,T3_est52,T3_est53,T3_est54,T3_est55,T3_est56,T3_est57,T3_est58,T3_est59,T3_est60,T3_est61,T3_est62,T3_est63,T3_est64,T3_est65,T3_est66,T3_est67,T3_est68,T3_est69,T3_est70,T3_est71,T3_est72,T3_est73,T3_est74,T3_est75,T3_est76,T3_est77,T3_est78,T3_est79,T3_est80,T3_est81,T3_est82,T3_est83,T3_est84,T3_est85,T3_est86,T3_est87,T3_moe1,T3_moe2,T3_moe3,T3_moe4,T3_moe5,T3_moe6,T3_moe7,T3_moe8,T3_moe9,T3_moe10,T3_moe11,T3_moe12,T3_moe13,T3_moe14,T3_moe15,T3_moe16,T3_moe17,T3_moe18,T3_moe19,T3_moe20,T3_moe21,T3_moe22,T3_moe23,T3_moe24,T3_moe25,T3_moe26,T3_moe27,T3_moe28,T3_moe29,T3_moe30,T3_moe31,T3_moe32,T3_moe33,T3_moe34,T3_moe35,T3_moe36,T3_moe37,T3_moe38,T3_moe39,T3_moe40,T3_moe41,T3_moe42,T3_moe43,T3_moe44,T3_moe45,T3_moe46,T3_moe47,T3_moe48,T3_moe49,T3_moe50,T3_moe51,T3_moe52,T3_moe53,T3_moe54,T3_moe55,T3_moe56,T3_moe57,T3_moe58,T3_moe59,T3_moe60,T3_moe61,T3_moe62,T3_moe63,T3_moe64,T3_moe65,T3_moe66,T3_moe67,T3_moe68,T3_moe69,T3_moe70,T3_moe71,T3_moe72,T3_moe73,T3_moe74,T3_moe75,T3_moe76,T3_moe77,T3_moe78,T3_moe79,T3_moe80,T3_moe81,T3_moe82,T3_moe83,T3_moe84,T3_moe85,T3_moe86,T3_moe87,Share of homes with no kitchen or indoor plumbing (percent),HOUSING_BURDEN_NUMERATOR,HOUSING_BURDEN_DENOMINATOR,DENOM INCL NOT COMPUTED,Housing burden (percent)
2014thru2018,140,14000US06027000800,"Census Tract 8, Inyo County, California",6,27,800,1375,800,105,40,15,30,15,0,15,50,15,35,0,0,0,130,65,0,65,35,0,35,30,0,30,0,0,0,130,70,0,70,10,0,10,50,0,50,0,0,0,70,55,0,55,15,0,15,0,0,0,0,0,0,360,320,0,320,35,0,35,4,0,4,0,0,0,580,120,30,20,10,10,0,10,70,0,70,4,4,0,110,50,10,40,40,0,40,20,0,20,0,0,0,125,85,0,85,40,0,40,0,0,0,0,0,0,55,0,0,0,55,0,55,0,0,0,0,0,0,170,165,0,165,10,0,10,0,0,0,0,0,0,133,101,51,30,15,31,15,12,15,37,31,26,12,12,12,48,34,12,34,34,12,34,32,12,32,12,12,12,59,41,12,41,13,12,13,41,12,41,12,12,12,38,33,12,33,22,12,22,12,12,12,12,12,12,87,79,12,79,35,12,35,5,12,5,12,12,12,122,84,29,28,14,20,12,20,79,12,79,12,12,12,54,34,16,30,37,12,37,32,12,32,12,12,12,56,50,12,50,35,12,35,12,12,12,12,12,12,64,12,12,12,64,12,64,12,12,12,12,12,12,68,64,12,64,14,12,14,12,12,12,12,12,12,06027000800,2014thru2018,140,14000US06027000800,"Census Tract 8, Inyo County, California",6,27,800,1375,800,30,30,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,115,35,30,50,0,4,115,15,35,10,15,35,0,0,0,0,0,0,530,30,65,70,50,320,580,35,25,10,0,0,0,0,0,0,0,0,0,65,0,10,0,55,0,90,70,20,0,0,0,95,10,30,40,0,10,0,0,0,0,0,0,300,10,40,85,0,165,133,101,31,31,12,12,12,12,12,12,12,12,12,12,15,12,12,12,15,12,57,26,32,41,12,5,56,15,34,13,22,35,12,12,12,12,12,12,90,31,34,41,25,79,122,34,30,16,12,12,12,12,12,12,12,12,12,67,12,18,12,64,12,83,79,32,12,12,12,52,20,32,35,12,14,12,12,12,12,12,12,89,14,30,50,12,64,0.0471014493,370,1376,1380,0.2688953488
2014thru2018,140,14000US06061021322,"Census Tract 213.22, Placer County, California",6,61,21322,5395,4250,185,15,0,15,30,0,30,70,0,70,65,0,65,165,45,0,45,75,0,75,45,0,45,0,0,0,375,140,0,140,130,0,130,105,0,105,0,0,0,255,60,0,60,160,0,160,35,0,35,0,0,0,3275,2990,0,2990,290,0,290,0,0,0,0,0,0,1145,295,65,0,65,0,0,0,160,0,160,65,0,65,235,0,0,0,205,0,205,30,0,30,0,0,0,270,135,0,135,85,0,85,50,0,50,0,0,0,130,105,0,105,30,0,30,0,0,0,0,0,0,215,215,0,215,0,0,0,0,0,0,0,0,0,179,212,100,20,19,20,37,19,37,57,19,57,87,19,87,100,38,19,38,88,19,88,39,19,39,19,19,19,164,92,19,92,78,19,78,84,19,84,19,19,19,109,56,19,56,88,19,88,39,19,39,19,19,19,232,232,19,232,116,19,116,19,19,19,19,19,19,187,139,83,19,83,19,19,19,95,19,95,94,19,94,115,19,19,19,100,19,100,35,19,35,19,19,19,146,105,19,105,90,19,90,52,19,52,19,19,19,91,87,19,87,30,19,30,19,19,19,19,19,19,99,99,19,99,19,19,19,19,19,19,19,19,19,06061021322,2014thru2018,140,14000US06061021322,"Census Tract 213.22, Placer County, California",6,61,21322,5395,4250,0,0,0,0,0,0,15,0,0,0,0,15,120,0,0,0,55,65,250,70,45,105,35,0,630,30,75,130,105,290,65,65,0,0,0,0,3170,15,45,140,60,2905,1145,0,0,0,0,0,0,50,50,0,0,0,0,45,0,45,0,0,0,240,160,30,50,0,0,270,0,160,85,30,0,15,15,0,0,0,0,520,65,0,135,105,215,179,212,19,19,19,19,19,19,26,19,19,19,19,26,108,19,19,19,65,84,122,57,39,84,39,19,151,37,88,78,67,116,87,87,19,19,19,19,238,20,38,92,56,249,187,19,19,19,19,19,19,81,81,19,19,19,19,73,19,73,19,19,19,100,95,35,52,19,19,115,19,93,90,30,19,26,26,19,19,19,19,170,83,19,105,87,99,0.0000000000,985,5265,5395,0.1870845204
2014thru2018,140,14000US06069000802,"Census Tract 8.02, San Benito County, California",6,69,802,885,615,25,10,4,10,4,0,4,4,0,4,4,0,4,55,25,0,25,10,0,10,20,0,20,0,0,0,70,40,4,35,10,0,10,20,0,20,0,0,0,45,35,0,35,10,0,10,4,0,4,0,0,0,420,340,4,335,55,0,55,25,0,25,0,0,0,265,35,20,0,20,4,0,4,10,0,10,4,0,4,75,35,0,35,4,0,4,35,0,35,0,0,0,35,25,4,20,15,0,15,0,0,0,0,0,0,40,40,0,40,0,0,0,0,0,0,0,0,0,80,80,0,80,0,0,0,0,0,0,0,0,0,69,70,14,12,5,10,3,12,3,12,12,12,10,12,10,35,31,12,31,11,12,11,16,12,16,12,12,12,22,18,12,20,11,12,11,12,12,12,12,12,12,20,19,12,19,12,12,12,1,12,1,12,12,12,49,47,12,47,23,12,23,20,12,20,12,12,12,45,15,14,12,14,2,12,2,9,12,9,3,12,3,28,19,12,19,7,12,7,23,12,23,12,12,12,21,15,4,14,14,12,14,12,12,12,12,12,12,20,20,12,20,12,12,12,12,12,12,12,12,12,28,28,12,28,12,12,12,12,12,12,12,12,12,06069000802,2014thru2018,140,14000US06069000802,"Census Tract 8.02, San Benito County, California",6,69,802,885,615,4,4,0,4,0,4,4,0,0,0,0,4,0,0,0,0,0,0,70,4,20,20,4,25,90,4,10,10,10,55,4,4,0,0,0,0,440,10,25,35,35,335,265,4,0,0,4,0,0,4,0,0,0,4,0,20,4,15,0,0,0,25,4,20,0,0,0,25,4,4,15,0,0,4,4,0,0,0,0,190,20,35,20,35,80,69,70,11,5,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,25,12,16,12,1,20,28,3,11,11,12,23,10,10,12,12,12,12,62,10,31,20,19,46,45,4,12,12,4,12,12,11,12,12,12,11,12,19,12,17,12,12,12,17,11,18,12,12,12,14,2,7,14,12,12,3,3,12,12,12,12,43,14,19,14,18,28,0.0090909091,136,872,880,0.1559633028
2014thru2018,140,14000US15001021010,"Census Tract 210.10, Hawaii County, Hawaii",15,1,21010,3130,2515,520,210,25,190,40,10,30,190,30,155,80,20,60,555,385,70,310,90,0,90,85,0,85,0,0,0,345,200,4,190,135,0,135,4,0,4,0,0,0,245,205,20,190,40,0,40,0,0,0,0,0,0,855,840,40,800,15,10,4,0,0,0,0,0,0,615,200,40,10,30,0,0,0,80,10,70,80,0,80,85,25,4,20,50,0,50,4,0,4,0,0,0,90,40,0,40,45,0,45,0,0,0,0,0,0,80,70,4,65,0,0,0,10,0,10,0,0,0,160,160,10,155,0,0,0,0,0,0,0,0,0,176,219,147,112,21,107,40,13,38,116,33,112,43,21,40,166,161,81,146,48,15,48,62,15,62,15,15,15,143,80,10,81,118,15,118,19,15,19,15,15,15,100,99,32,107,34,15,34,15,15,15,15,15,15,196,199,39,189,22,13,15,15,15,15,15,15,15,168,111,30,13,25,15,15,15,50,17,44,92,15,92,51,29,9,27,40,15,40,14,15,14,15,15,15,53,36,15,36,44,15,44,15,15,15,15,15,15,43,43,10,42,15,15,15,15,15,15,15,15,15,114,114,13,114,15,15,15,15,15,15,15,15,15,15001021010,2014thru2018,140,14000US15001021010,"Census Tract 210.10, Hawaii County, Hawaii",15,1,21010,3130,2515,230,85,70,4,20,50,55,10,35,0,0,10,110,10,15,50,0,30,245,155,85,4,0,0,275,30,60,135,40,4,55,55,0,0,0,0,1550,170,290,140,190,760,615,40,20,4,0,4,10,65,20,0,0,0,45,50,20,0,0,25,4,55,40,4,0,10,0,100,0,50,45,0,0,70,70,0,0,0,0,235,30,20,40,35,105,176,219,100,44,81,10,32,43,37,13,35,15,15,14,56,23,22,41,15,32,121,112,62,19,15,15,136,38,40,118,34,15,40,40,15,15,15,15,212,104,145,72,107,189,168,26,18,9,15,10,13,77,30,15,15,15,70,40,22,15,15,33,2,35,31,14,15,15,15,55,15,40,44,15,15,86,86,15,15,15,15,111,25,27,36,30,91,0.0862619808,723,2970,3130,0.2434343434
2014thru2018,140,14000US15001021101,"Census Tract 211.01, Hawaii County, Hawaii",15,1,21101,1690,1385,390,145,60,85,50,0,50,145,0,145,50,15,30,240,140,15,125,20,15,4,80,0,80,0,0,0,185,130,0,130,20,0,20,35,0,35,0,0,0,190,170,0,170,20,0,20,0,0,0,0,0,0,380,350,20,330,30,0,30,0,0,0,0,0,0,300,150,35,4,30,15,0,15,70,0,70,25,0,25,15,10,0,10,10,0,10,0,0,0,0,0,0,55,55,35,20,4,0,4,0,0,0,0,0,0,25,15,0,15,10,0,10,0,0,0,0,0,0,55,55,0,55,0,0,0,0,0,0,0,0,0,157,136,98,63,54,39,27,11,27,71,11,71,33,24,25,79,63,22,59,23,24,10,46,11,46,11,11,11,74,63,11,63,14,11,14,34,11,34,11,11,11,68,65,11,65,22,11,22,11,11,11,11,11,11,101,97,36,97,24,11,24,11,11,11,11,11,11,98,76,29,12,26,22,11,22,60,11,60,36,11,36,21,13,11,13,13,11,13,11,11,11,11,11,11,58,57,54,23,11,11,11,11,11,11,11,11,11,22,21,11,21,15,11,15,11,11,11,11,11,11,33,33,11,33,11,11,11,11,11,11,11,11,11,15001021101,2014thru2018,140,14000US15001021101,"Census Tract 211.01, Hawaii County, Hawaii",15,1,21101,1690,1385,125,75,30,0,0,20,35,4,10,10,0,10,4,4,0,0,0,0,255,140,80,35,0,0,125,50,4,20,20,30,30,30,0,0,0,0,810,85,115,115,170,320,300,40,4,0,35,0,0,25,25,0,0,0,0,4,0,0,0,0,4,70,70,0,0,0,0,35,15,10,4,10,0,4,4,0,0,0,0,125,30,10,20,15,50,157,136,73,58,29,11,11,36,29,8,20,15,11,13,3,3,11,11,11,11,78,69,46,34,11,11,40,27,10,14,22,24,23,23,11,11,11,11,117,39,55,61,65,96,98,52,12,11,54,11,11,38,38,11,11,11,11,2,11,11,11,11,2,60,60,11,11,11,11,28,22,13,11,15,11,11,11,11,11,11,11,51,26,13,23,21,36,0.0979228487,449,1610,1685,0.2788819876
2014thru2018,140,14000US15001021402,"Census Tract 214.02, Hawaii County, Hawaii",15,1,21402,1340,830,55,10,0,10,10,0,10,30,0,30,0,0,0,25,4,0,4,10,0,10,4,0,4,0,0,0,130,50,0,50,55,0,55,30,4,25,0,0,0,45,40,0,40,0,0,0,4,0,4,0,0,0,575,520,0,520,55,0,55,0,0,0,0,0,0,510,195,40,0,40,20,0,20,130,30,100,0,0,0,50,15,0,15,20,0,20,15,0,15,0,0,0,65,35,0,35,15,0,15,15,0,15,0,0,0,70,45,0,45,25,0,25,0,0,0,0,0,0,130,125,0,125,4,0,4,0,0,0,0,0,0,103,132,51,17,11,17,16,11,16,46,11,46,11,11,11,21,15,11,15,20,11,20,14,11,14,11,11,11,58,31,11,31,52,11,52,24,1,21,11,11,11,34,34,11,34,11,11,11,2,11,2,11,11,11,119,121,11,121,32,11,32,11,11,11,11,11,11,102,83,22,11,22,21,11,21,84,50,70,11,11,11,39,22,11,22,31,11,31,19,11,19,11,11,11,41,33,11,33,22,11,22,20,11,20,11,11,11,59,47,11,47,40,11,40,11,11,11,11,11,11,60,60,11,60,7,11,7,11,11,11,11,11,11,15001021402,2014thru2018,140,14000US15001021402,"Census Tract 214.02, Hawaii County, Hawaii",15,1,21402,1340,830,4,0,0,4,0,0,4,0,0,0,0,4,70,0,0,0,10,60,70,30,4,25,4,0,130,10,10,55,0,55,0,0,0,0,0,0,550,10,4,50,30,455,510,30,30,0,0,0,0,10,0,0,10,0,0,15,0,10,0,0,4,115,100,4,4,0,0,85,20,20,15,25,4,0,0,0,0,0,0,250,40,15,35,45,120,103,132,1,11,11,1,11,11,13,11,11,11,11,13,61,11,11,11,19,59,53,46,14,21,2,11,68,16,20,52,11,32,11,11,11,11,11,11,122,17,15,31,30,107,102,50,50,11,11,11,11,13,11,11,13,11,11,21,11,16,11,11,12,74,70,10,13,11,11,51,21,31,22,40,7,11,11,11,11,11,11,92,22,22,33,47,58,0.0253731343,354,1340,1340,0.2641791045
2014thru2018,140,14000US15001021800,"Census Tract 218, Hawaii County, Hawaii",15,1,21800,2015,1375,120,40,25,15,25,0,25,35,0,35,15,0,15,80,45,0,45,20,0,20,15,0,15,0,0,0,155,110,0,110,20,0,20,30,0,30,0,0,0,110,100,0,100,15,0,15,0,0,0,0,0,0,905,680,4,675,205,0,205,20,0,20,0,0,0,640,160,25,0,25,25,0,25,110,55,55,0,0,0,45,4,0,4,25,0,25,15,0,15,0,0,0,85,55,4,50,35,0,35,0,0,0,0,0,0,35,25,0,25,10,0,10,0,0,0,0,0,0,310,310,0,310,4,0,4,0,0,0,0,0,0,201,188,62,43,40,16,25,15,25,34,15,34,21,15,21,39,31,15,31,20,15,20,21,15,21,15,15,15,58,49,15,49,16,15,16,28,15,28,15,15,15,45,40,15,40,20,15,20,15,15,15,15,15,15,170,149,15,148,115,15,115,26,15,26,15,15,15,159,91,27,15,27,30,15,30,86,79,37,15,15,15,29,10,15,10,20,15,20,18,15,18,15,15,15,50,36,15,34,42,15,42,15,15,15,15,15,15,27,24,15,24,14,15,14,15,15,15,15,15,15,155,155,15,155,3,15,3,15,15,15,15,15,15,15001021800,2014thru2018,140,14000US15001021800,"Census Tract 218, Hawaii County, Hawaii",15,1,21800,2015,1375,30,25,0,0,0,4,10,0,4,4,4,4,65,0,4,4,4,55,100,35,15,30,0,20,285,25,20,20,15,205,15,15,0,0,0,0,870,15,40,105,95,615,640,55,55,0,4,0,0,15,10,0,0,0,4,25,10,4,0,0,10,55,40,15,0,0,0,100,25,25,35,10,4,0,0,0,0,0,0,395,25,0,50,25,290,201,188,41,40,15,15,15,15,13,15,9,4,5,3,41,15,3,5,1,41,53,34,21,28,15,26,118,25,20,16,20,115,21,21,15,15,15,15,159,16,27,51,40,140,159,80,79,15,15,15,15,17,14,15,15,15,11,24,14,10,15,15,14,37,31,18,15,15,15,53,30,20,42,14,3,15,15,15,15,15,15,162,27,15,34,24,155,0.0421836228,355,2000,2015,0.1775000000
2014thru2018,140,14000US15003010201,"Census Tract 102.01, Honolulu County, Hawaii",15,3,10201,1515,785,85,15,0,15,4,0,4,65,4,55,4,0,4,35,4,0,4,15,0,15,15,0,15,0,0,0,180,75,4,70,75,10,65,30,0,30,0,0,0,100,70,0,70,25,0,25,4,0,4,0,0,0,385,340,0,340,35,0,35,10,0,10,0,0,0,730,135,10,4,4,10,0,10,75,4,70,40,0,40,150,10,0,10,50,15,35,85,0,85,0,0,0,195,110,10,100,65,4,65,15,4,10,0,0,0,90,65,0,65,25,0,25,0,0,0,0,0,0,165,145,4,140,20,0,20,0,0,0,0,0,0,66,73,36,15,15,15,15,15,15,31,10,31,11,15,11,18,11,15,11,13,15,13,14,15,14,15,15,15,50,35,15,35,26,15,28,24,15,24,15,15,15,35,33,15,33,16,15,16,3,15,3,15,15,15,54,50,15,50,15,15,15,17,15,17,15,15,15,72,46,14,15,10,14,15,14,33,10,34,28,15,28,55,17,15,17,35,20,31,42,15,42,15,15,15,57,43,13,41,34,15,33,22,13,13,15,15,15,34,29,15,29,22,15,22,15,15,15,15,15,15,57,54,15,56,18,15,18,15,15,15,15,15,15,15003010201,2014thru2018,140,14000US15003010201,"Census Tract 102.01, Honolulu County, Hawaii",15,3,10201,1515,785,15,4,0,10,0,0,35,4,0,15,10,4,85,0,4,40,10,30,95,50,10,15,4,10,125,4,15,50,25,35,4,4,0,0,0,0,425,15,4,45,55,305,730,50,10,15,20,0,4,95,25,4,40,15,10,75,0,15,35,4,20,150,55,85,10,0,0,95,10,10,40,25,15,30,30,0,0,0,0,230,4,10,50,45,120,66,73,16,10,15,13,15,15,27,10,15,25,12,9,46,15,9,33,13,22,31,30,13,12,3,17,33,15,13,18,16,15,11,11,15,15,15,15,69,15,11,22,31,52,72,23,11,20,17,15,15,42,21,11,32,14,13,36,15,23,25,15,18,48,28,42,13,15,15,43,14,13,32,22,15,25,25,15,15,15,15,53,10,17,28,23,48,0.0429042904,504,1471,1515,0.3426240653
2014thru2018,140,14000US15007040603,"Census Tract 406.03, Kauai County, Hawaii",15,7,40603,1035,595,25,10,0,10,0,0,0,15,0,15,4,0,4,55,20,0,20,15,0,15,20,0,20,0,0,0,80,55,0,55,4,0,4,20,0,20,0,0,0,50,10,0,10,10,0,10,30,0,30,0,0,0,385,310,4,305,55,0,55,20,0,20,0,0,0,440,100,25,0,25,4,0,4,55,0,55,10,0,10,40,4,0,4,15,0,15,25,0,25,0,0,0,100,35,0,35,40,0,40,25,0,25,0,0,0,60,40,0,40,15,0,15,0,0,0,0,0,0,145,125,4,125,10,0,10,4,0,4,0,0,0,84,70,15,15,11,15,11,11,11,15,11,15,11,11,11,24,16,11,16,14,11,14,16,11,16,11,11,11,33,29,11,29,11,11,11,14,11,14,11,11,11,21,12,11,12,10,11,10,22,11,22,11,11,11,67,60,11,61,29,11,29,13,11,13,11,11,11,75,34,21,11,21,15,11,15,28,11,28,13,11,13,29,3,11,3,21,11,21,20,11,20,11,11,11,43,24,11,24,23,11,23,23,11,23,11,11,11,32,30,11,30,13,11,13,11,11,11,11,11,11,53,49,11,49,14,11,14,17,11,17,11,11,11,15007040603,2014thru2018,140,14000US15007040603,"Census Tract 406.03, Kauai County, Hawaii",15,7,40603,1035,595,4,0,0,0,0,4,4,0,0,0,0,4,30,0,0,4,4,25,100,15,20,20,30,20,80,0,15,4,4,55,4,4,0,0,0,0,370,10,20,55,10,275,440,4,0,0,0,0,4,10,10,0,0,0,0,30,4,4,4,10,10,105,55,25,25,0,4,80,4,15,30,15,10,10,10,0,0,0,0,195,15,0,35,35,115,84,70,11,11,11,11,11,11,18,11,11,11,11,18,25,11,11,4,11,26,34,15,16,12,22,13,31,11,14,11,11,29,11,11,11,11,11,11,66,15,16,29,12,55,75,11,11,11,11,11,11,15,15,11,11,11,11,27,3,3,16,13,14,45,26,20,23,11,17,35,15,21,20,13,14,13,13,11,11,11,11,52,16,11,24,25,45,0.0077294686,238,1021,1035,0.2331047992
2014thru2018,140,14000US15007040604,"Census Tract 406.04, Kauai County, Hawaii",15,7,40604,1235,655,85,15,0,15,4,0,4,45,0,45,15,0,15,55,35,0,35,15,0,15,4,0,4,0,0,0,70,35,0,35,20,0,20,15,0,15,0,0,0,50,20,0,20,25,0,25,4,0,4,0,0,0,395,335,4,330,60,4,55,0,0,0,0,0,0,580,95,35,4,30,40,0,40,15,0,15,0,0,0,180,45,0,45,85,0,85,50,0,50,0,0,0,55,20,0,20,15,0,15,20,0,20,0,0,0,45,25,0,25,20,0,20,0,0,0,0,0,0,205,175,0,175,30,0,30,0,0,0,0,0,0,79,96,46,28,11,28,11,11,11,33,11,33,15,11,15,35,30,11,30,22,11,22,10,11,10,11,11,11,31,18,11,18,23,11,23,14,11,14,11,11,11,36,19,11,19,28,11,28,9,11,9,11,11,11,80,74,13,76,33,5,32,11,11,11,11,11,11,101,44,28,11,27,30,11,30,18,11,18,11,11,11,65,29,11,29,50,11,50,35,11,35,11,11,11,28,16,11,16,15,11,15,24,11,24,11,11,11,29,21,11,21,23,11,23,11,11,11,11,11,11,72,69,11,69,24,11,24,11,11,11,11,11,11,15007040604,2014thru2018,140,14000US15007040604,"Census Tract 406.04, Kauai County, Hawaii",15,7,40604,1235,655,10,0,0,0,0,10,10,0,0,0,4,4,15,0,4,0,0,10,75,45,4,15,4,0,120,4,15,20,25,55,15,15,0,0,0,0,410,15,30,35,15,315,580,4,4,0,0,0,0,30,0,20,0,0,10,25,4,4,0,4,15,90,15,50,20,0,0,165,35,70,15,20,30,0,0,0,0,0,0,260,30,40,20,25,150,79,96,14,11,11,11,11,14,13,11,11,11,10,1,18,11,10,11,11,13,36,33,10,14,9,11,55,11,22,23,28,32,15,15,11,11,11,11,80,28,30,18,18,74,101,11,11,11,11,11,11,31,11,29,11,11,13,25,7,3,11,10,21,45,18,35,24,11,11,56,28,44,15,23,24,11,11,11,11,11,11,77,27,26,16,22,63,0.0113360324,328,1220,1235,0.2688524590
2014thru2018,140,14000US15007040700,"Census Tract 407, Kauai County, Hawaii",15,7,40700,2875,1930,220,40,0,40,80,0,80,80,0,80,25,0,25,50,20,0,20,20,0,20,10,0,10,0,0,0,275,115,0,115,45,0,45,115,0,115,0,0,0,160,75,0,75,70,0,70,15,0,15,0,0,0,1225,1030,0,1030,170,0,170,25,0,25,0,0,0,950,150,25,0,25,20,0,20,90,0,90,15,0,15,120,35,0,35,25,0,25,60,0,60,0,0,0,135,45,0,45,35,0,35,55,0,55,0,0,0,115,115,4,110,0,0,0,0,0,0,0,0,0,430,370,0,370,60,15,45,0,0,0,0,0,0,162,199,93,34,15,34,74,15,74,62,15,62,27,15,27,38,17,15,17,29,15,29,17,15,17,15,15,15,82,46,15,46,32,15,32,62,15,62,15,15,15,73,53,15,53,53,15,53,21,15,21,15,15,15,187,173,15,173,83,15,83,30,15,30,15,15,15,157,73,18,15,18,23,15,23,64,15,64,19,15,19,68,32,15,32,33,15,33,48,15,48,15,15,15,66,35,15,35,44,15,44,43,15,43,15,15,15,79,79,13,74,15,15,15,15,15,15,15,15,15,141,134,15,134,57,25,53,15,15,15,15,15,15,15007040700,2014thru2018,140,14000US15007040700,"Census Tract 407, Kauai County, Hawaii",15,7,40700,2875,1930,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,4,0,110,245,80,10,115,15,25,380,80,20,45,70,170,25,25,0,0,0,0,1165,40,20,110,75,920,950,25,0,0,0,4,15,80,0,10,0,10,60,45,0,10,4,0,30,205,90,60,55,0,0,105,20,15,25,0,45,15,15,0,0,0,0,470,25,20,45,100,285,162,199,15,15,15,15,15,15,15,15,15,15,15,15,51,15,15,10,15,52,98,62,17,62,21,30,128,74,29,32,53,83,27,27,15,15,15,15,171,34,17,46,53,179,157,29,15,15,15,13,25,67,15,19,15,21,61,48,15,17,15,15,44,94,64,48,43,15,15,75,23,23,41,15,53,19,19,15,15,15,15,107,18,24,35,72,115,0.0086805556,635,2840,2880,0.2235915493
2014thru2018,140,14000US15009030100,"Census Tract 301, Maui County, Hawaii",15,9,30100,500,320,45,4,0,4,10,10,0,25,0,25,4,0,4,65,65,0,65,0,0,0,0,0,0,0,0,0,50,35,0,35,10,0,10,10,0,10,0,0,0,20,20,0,20,0,0,0,0,0,0,0,0,0,145,135,10,120,10,0,10,0,0,0,0,0,0,175,50,25,0,25,0,0,0,25,4,20,0,0,0,10,4,0,4,4,0,4,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,15,0,15,4,0,4,0,0,0,0,0,0,90,90,0,90,0,0,0,0,0,0,0,0,0,71,75,25,11,11,11,18,18,11,19,11,19,11,11,11,57,57,11,57,11,11,11,11,11,11,11,11,11,32,27,11,27,14,11,14,15,11,15,11,11,11,23,23,11,23,11,11,11,11,11,11,11,11,11,58,55,18,53,18,11,18,11,11,11,11,11,11,69,41,30,11,30,11,11,11,24,11,24,11,11,11,14,9,11,9,9,11,9,11,11,11,11,11,11,12,12,11,12,11,11,11,11,11,11,11,11,11,25,25,11,25,10,11,10,11,11,11,11,11,11,59,59,11,59,11,11,11,11,11,11,11,11,11,15009030100,2014thru2018,140,14000US15009030100,"Census Tract 301, Maui County, Hawaii",15,9,30100,500,320,20,10,0,0,0,10,10,0,0,4,0,4,40,4,0,15,0,20,30,25,0,10,0,0,15,0,0,4,0,10,0,0,0,0,0,0,200,4,65,15,20,95,175,4,4,0,0,0,0,10,0,0,0,0,10,20,0,0,0,20,0,20,20,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,120,25,4,10,0,80,71,75,27,18,11,11,11,18,15,11,11,14,11,10,23,11,11,23,11,14,25,19,11,15,11,11,20,11,11,10,11,18,11,11,11,11,11,11,62,11,57,15,23,53,69,11,11,11,11,11,11,16,11,11,11,11,16,25,11,11,11,25,11,24,24,11,11,11,11,9,11,9,11,11,11,11,11,11,11,11,11,62,30,9,12,11,59,0.0484848485,84,491,495,0.1710794297
2014thru2018,140,14000US15009030201,"Census Tract 302.01, Maui County, Hawaii",15,9,30201,820,605,75,40,0,40,10,0,10,25,0,25,0,0,0,85,40,0,40,10,0,10,35,0,35,0,0,0,100,35,0,35,65,0,65,0,0,0,0,0,0,40,10,0,10,15,0,15,10,0,10,0,0,0,310,240,0,240,60,0,60,10,0,10,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,15,10,0,10,0,0,0,4,0,4,0,0,0,110,65,0,65,45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,90,0,90,0,0,0,0,0,0,0,0,0,99,113,49,36,11,36,15,11,15,30,11,30,11,11,11,48,34,11,34,18,11,18,31,11,31,11,11,11,79,34,11,34,73,11,73,11,11,11,11,11,11,35,21,11,21,21,11,21,24,11,24,11,11,11,88,84,11,84,31,11,31,17,11,17,11,11,11,100,11,11,11,11,11,11,11,11,11,11,11,11,11,25,21,11,21,11,11,11,20,11,20,11,11,11,67,45,11,45,49,11,49,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,78,78,11,78,11,11,11,11,11,11,11,11,11,15009030201,2014thru2018,140,14000US15009030201,"Census Tract 302.01, Maui County, Hawaii",15,9,30201,820,605,0,0,0,0,0,0,15,0,0,0,0,15,10,0,0,0,10,0,70,25,35,0,0,10,160,10,10,65,15,60,0,0,0,0,0,0,350,40,40,35,10,225,215,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,4,0,4,0,0,0,45,0,0,45,0,0,0,0,0,0,0,0,155,0,10,55,0,90,99,113,11,11,11,11,11,11,23,11,11,11,11,23,24,11,11,11,24,11,47,30,31,11,11,17,81,15,18,73,21,31,11,11,11,11,11,11,91,36,34,34,21,80,100,11,11,11,11,11,11,11,11,11,11,11,11,20,11,11,20,11,11,20,11,20,11,11,11,49,11,11,49,11,11,11,11,11,11,11,11,85,11,21,49,11,78,0.0000000000,194,820,820,0.2365853659
2014thru2018,140,14000US15009030402,"Census Tract 304.02, Maui County, Hawaii",15,9,30402,3140,2205,185,0,0,0,10,0,10,125,0,125,45,0,45,175,90,0,90,0,0,0,85,0,85,0,0,0,235,150,0,150,10,0,10,75,0,75,0,0,0,185,90,0,90,10,0,10,85,0,85,0,0,0,1425,1165,0,1165,245,0,245,20,0,20,0,0,0,935,65,35,0,35,0,0,0,30,0,30,0,0,0,90,0,0,0,45,0,45,45,0,45,0,0,0,230,100,0,100,90,0,90,40,0,40,0,0,0,155,155,0,155,0,0,0,0,0,0,0,0,0,395,315,0,315,80,0,80,0,0,0,0,0,0,167,236,102,15,15,15,19,15,19,84,15,84,70,15,70,88,59,15,59,15,15,15,71,15,71,15,15,15,139,122,15,122,21,15,21,65,15,65,15,15,15,93,67,15,67,21,15,21,62,15,62,15,15,15,218,231,15,231,128,15,128,32,15,32,15,15,15,244,62,49,15,49,15,15,15,36,15,36,15,15,15,57,15,15,15,44,15,44,46,15,46,15,15,15,155,100,15,100,98,15,98,48,15,48,15,15,15,105,105,15,105,15,15,15,15,15,15,15,15,15,167,148,15,148,97,15,97,15,15,15,15,15,15,15009030402,2014thru2018,140,14000US15009030402,"Census Tract 304.02, Maui County, Hawaii",15,9,30402,3140,2205,0,0,0,0,0,0,15,0,0,0,0,15,70,25,0,0,0,45,360,100,85,75,85,20,275,10,0,10,10,245,45,45,0,0,0,0,1435,0,90,150,90,1105,935,0,0,0,0,0,0,0,0,0,0,0,0,75,0,15,15,0,45,95,30,30,40,0,0,220,0,45,90,0,80,0,0,0,0,0,0,540,35,0,85,155,270,167,236,15,15,15,15,15,15,30,15,15,15,15,30,55,39,15,15,15,43,150,74,71,65,62,32,130,19,15,21,21,128,70,70,15,15,15,15,227,15,59,122,67,235,244,15,15,15,15,15,15,15,15,15,15,15,15,83,15,29,36,15,72,67,36,34,48,15,15,141,15,44,98,15,97,15,15,15,15,15,15,182,49,15,97,105,127,0.0000000000,555,3095,3140,0.1793214863
2014thru2018,140,14000US15009030800,"Census Tract 308, Maui County, Hawaii",15,9,30800,2250,1810,110,4,0,4,30,0,30,75,0,75,4,0,4,125,80,0,80,15,0,15,30,0,30,0,0,0,160,55,0,55,45,0,45,60,0,60,0,0,0,210,115,0,115,80,0,80,15,0,15,0,0,0,1205,995,20,980,195,0,195,15,0,15,0,0,0,445,40,20,0,20,0,0,0,20,0,20,0,0,0,70,35,0,35,10,0,10,25,0,25,0,0,0,190,115,0,115,45,0,45,30,0,30,0,0,0,15,10,0,10,4,0,4,0,0,0,0,0,0,130,105,0,105,25,0,25,0,0,0,0,0,0,110,134,56,15,15,15,33,15,33,47,15,47,11,15,11,87,82,15,82,15,15,15,28,15,28,15,15,15,61,40,15,40,31,15,31,36,15,36,15,15,15,82,47,15,47,65,15,65,18,15,18,15,15,15,159,175,27,168,110,15,110,23,15,23,15,15,15,132,34,29,15,29,15,15,15,24,15,24,15,15,15,42,31,15,31,17,15,17,23,15,23,15,15,15,120,106,15,106,30,15,30,29,15,29,15,15,15,16,13,15,13,10,15,10,15,15,15,15,15,15,57,48,15,48,32,15,32,15,15,15,15,15,15,15009030800,2014thru2018,140,14000US15009030800,"Census Tract 308, Maui County, Hawaii",15,9,30800,2250,1810,20,0,0,0,0,20,25,0,4,4,0,20,65,4,0,4,4,60,185,70,30,60,15,15,365,30,15,45,80,195,4,4,0,0,0,0,1140,4,80,50,110,895,445,0,0,0,0,0,0,25,0,10,4,0,10,30,0,0,20,0,10,65,20,15,30,0,0,65,0,10,25,4,25,0,0,0,0,0,0,260,20,35,115,10,85,110,134,27,15,15,15,15,27,19,15,3,8,15,17,38,3,15,4,4,36,70,45,28,36,18,23,120,33,18,31,65,110,11,11,15,15,15,15,166,15,82,41,49,167,132,15,15,15,15,15,15,22,15,17,15,15,15,29,15,15,28,15,17,38,24,19,29,15,15,34,15,17,21,10,32,15,15,15,15,15,15,114,29,31,108,13,40,0.0088691796,385,2251,2255,0.1710350955
1 source_x sumlevel_x geoid_x name_x st_x cnty_x tract_x T8_est1 T8_est2 T8_est3 T8_est4 T8_est5 T8_est6 T8_est7 T8_est8 T8_est9 T8_est10 T8_est11 T8_est12 T8_est13 T8_est14 T8_est15 T8_est16 T8_est17 T8_est18 T8_est19 T8_est20 T8_est21 T8_est22 T8_est23 T8_est24 T8_est25 T8_est26 T8_est27 T8_est28 T8_est29 T8_est30 T8_est31 T8_est32 T8_est33 T8_est34 T8_est35 T8_est36 T8_est37 T8_est38 T8_est39 T8_est40 T8_est41 T8_est42 T8_est43 T8_est44 T8_est45 T8_est46 T8_est47 T8_est48 T8_est49 T8_est50 T8_est51 T8_est52 T8_est53 T8_est54 T8_est55 T8_est56 T8_est57 T8_est58 T8_est59 T8_est60 T8_est61 T8_est62 T8_est63 T8_est64 T8_est65 T8_est66 T8_est67 T8_est68 T8_est69 T8_est70 T8_est71 T8_est72 T8_est73 T8_est74 T8_est75 T8_est76 T8_est77 T8_est78 T8_est79 T8_est80 T8_est81 T8_est82 T8_est83 T8_est84 T8_est85 T8_est86 T8_est87 T8_est88 T8_est89 T8_est90 T8_est91 T8_est92 T8_est93 T8_est94 T8_est95 T8_est96 T8_est97 T8_est98 T8_est99 T8_est100 T8_est101 T8_est102 T8_est103 T8_est104 T8_est105 T8_est106 T8_est107 T8_est108 T8_est109 T8_est110 T8_est111 T8_est112 T8_est113 T8_est114 T8_est115 T8_est116 T8_est117 T8_est118 T8_est119 T8_est120 T8_est121 T8_est122 T8_est123 T8_est124 T8_est125 T8_est126 T8_est127 T8_est128 T8_est129 T8_est130 T8_est131 T8_est132 T8_est133 T8_moe1 T8_moe2 T8_moe3 T8_moe4 T8_moe5 T8_moe6 T8_moe7 T8_moe8 T8_moe9 T8_moe10 T8_moe11 T8_moe12 T8_moe13 T8_moe14 T8_moe15 T8_moe16 T8_moe17 T8_moe18 T8_moe19 T8_moe20 T8_moe21 T8_moe22 T8_moe23 T8_moe24 T8_moe25 T8_moe26 T8_moe27 T8_moe28 T8_moe29 T8_moe30 T8_moe31 T8_moe32 T8_moe33 T8_moe34 T8_moe35 T8_moe36 T8_moe37 T8_moe38 T8_moe39 T8_moe40 T8_moe41 T8_moe42 T8_moe43 T8_moe44 T8_moe45 T8_moe46 T8_moe47 T8_moe48 T8_moe49 T8_moe50 T8_moe51 T8_moe52 T8_moe53 T8_moe54 T8_moe55 T8_moe56 T8_moe57 T8_moe58 T8_moe59 T8_moe60 T8_moe61 T8_moe62 T8_moe63 T8_moe64 T8_moe65 T8_moe66 T8_moe67 T8_moe68 T8_moe69 T8_moe70 T8_moe71 T8_moe72 T8_moe73 T8_moe74 T8_moe75 T8_moe76 T8_moe77 T8_moe78 T8_moe79 T8_moe80 T8_moe81 T8_moe82 T8_moe83 T8_moe84 T8_moe85 T8_moe86 T8_moe87 T8_moe88 T8_moe89 T8_moe90 T8_moe91 T8_moe92 T8_moe93 T8_moe94 T8_moe95 T8_moe96 T8_moe97 T8_moe98 T8_moe99 T8_moe100 T8_moe101 T8_moe102 T8_moe103 T8_moe104 T8_moe105 T8_moe106 T8_moe107 T8_moe108 T8_moe109 T8_moe110 T8_moe111 T8_moe112 T8_moe113 T8_moe114 T8_moe115 T8_moe116 T8_moe117 T8_moe118 T8_moe119 T8_moe120 T8_moe121 T8_moe122 T8_moe123 T8_moe124 T8_moe125 T8_moe126 T8_moe127 T8_moe128 T8_moe129 T8_moe130 T8_moe131 T8_moe132 T8_moe133 GEOID10_TRACT source_y sumlevel_y geoid_y name_y st_y cnty_y tract_y T3_est1 T3_est2 T3_est3 T3_est4 T3_est5 T3_est6 T3_est7 T3_est8 T3_est9 T3_est10 T3_est11 T3_est12 T3_est13 T3_est14 T3_est15 T3_est16 T3_est17 T3_est18 T3_est19 T3_est20 T3_est21 T3_est22 T3_est23 T3_est24 T3_est25 T3_est26 T3_est27 T3_est28 T3_est29 T3_est30 T3_est31 T3_est32 T3_est33 T3_est34 T3_est35 T3_est36 T3_est37 T3_est38 T3_est39 T3_est40 T3_est41 T3_est42 T3_est43 T3_est44 T3_est45 T3_est46 T3_est47 T3_est48 T3_est49 T3_est50 T3_est51 T3_est52 T3_est53 T3_est54 T3_est55 T3_est56 T3_est57 T3_est58 T3_est59 T3_est60 T3_est61 T3_est62 T3_est63 T3_est64 T3_est65 T3_est66 T3_est67 T3_est68 T3_est69 T3_est70 T3_est71 T3_est72 T3_est73 T3_est74 T3_est75 T3_est76 T3_est77 T3_est78 T3_est79 T3_est80 T3_est81 T3_est82 T3_est83 T3_est84 T3_est85 T3_est86 T3_est87 T3_moe1 T3_moe2 T3_moe3 T3_moe4 T3_moe5 T3_moe6 T3_moe7 T3_moe8 T3_moe9 T3_moe10 T3_moe11 T3_moe12 T3_moe13 T3_moe14 T3_moe15 T3_moe16 T3_moe17 T3_moe18 T3_moe19 T3_moe20 T3_moe21 T3_moe22 T3_moe23 T3_moe24 T3_moe25 T3_moe26 T3_moe27 T3_moe28 T3_moe29 T3_moe30 T3_moe31 T3_moe32 T3_moe33 T3_moe34 T3_moe35 T3_moe36 T3_moe37 T3_moe38 T3_moe39 T3_moe40 T3_moe41 T3_moe42 T3_moe43 T3_moe44 T3_moe45 T3_moe46 T3_moe47 T3_moe48 T3_moe49 T3_moe50 T3_moe51 T3_moe52 T3_moe53 T3_moe54 T3_moe55 T3_moe56 T3_moe57 T3_moe58 T3_moe59 T3_moe60 T3_moe61 T3_moe62 T3_moe63 T3_moe64 T3_moe65 T3_moe66 T3_moe67 T3_moe68 T3_moe69 T3_moe70 T3_moe71 T3_moe72 T3_moe73 T3_moe74 T3_moe75 T3_moe76 T3_moe77 T3_moe78 T3_moe79 T3_moe80 T3_moe81 T3_moe82 T3_moe83 T3_moe84 T3_moe85 T3_moe86 T3_moe87 Share of homes with no kitchen or indoor plumbing (percent) HOUSING_BURDEN_NUMERATOR HOUSING_BURDEN_DENOMINATOR DENOM INCL NOT COMPUTED Housing burden (percent)
2 2014thru2018 140 14000US06027000800 Census Tract 8, Inyo County, California 6 27 800 1375 800 105 40 15 30 15 0 15 50 15 35 0 0 0 130 65 0 65 35 0 35 30 0 30 0 0 0 130 70 0 70 10 0 10 50 0 50 0 0 0 70 55 0 55 15 0 15 0 0 0 0 0 0 360 320 0 320 35 0 35 4 0 4 0 0 0 580 120 30 20 10 10 0 10 70 0 70 4 4 0 110 50 10 40 40 0 40 20 0 20 0 0 0 125 85 0 85 40 0 40 0 0 0 0 0 0 55 0 0 0 55 0 55 0 0 0 0 0 0 170 165 0 165 10 0 10 0 0 0 0 0 0 133 101 51 30 15 31 15 12 15 37 31 26 12 12 12 48 34 12 34 34 12 34 32 12 32 12 12 12 59 41 12 41 13 12 13 41 12 41 12 12 12 38 33 12 33 22 12 22 12 12 12 12 12 12 87 79 12 79 35 12 35 5 12 5 12 12 12 122 84 29 28 14 20 12 20 79 12 79 12 12 12 54 34 16 30 37 12 37 32 12 32 12 12 12 56 50 12 50 35 12 35 12 12 12 12 12 12 64 12 12 12 64 12 64 12 12 12 12 12 12 68 64 12 64 14 12 14 12 12 12 12 12 12 06027000800 2014thru2018 140 14000US06027000800 Census Tract 8, Inyo County, California 6 27 800 1375 800 30 30 0 0 0 0 0 0 0 0 0 0 10 0 0 0 10 0 115 35 30 50 0 4 115 15 35 10 15 35 0 0 0 0 0 0 530 30 65 70 50 320 580 35 25 10 0 0 0 0 0 0 0 0 0 65 0 10 0 55 0 90 70 20 0 0 0 95 10 30 40 0 10 0 0 0 0 0 0 300 10 40 85 0 165 133 101 31 31 12 12 12 12 12 12 12 12 12 12 15 12 12 12 15 12 57 26 32 41 12 5 56 15 34 13 22 35 12 12 12 12 12 12 90 31 34 41 25 79 122 34 30 16 12 12 12 12 12 12 12 12 12 67 12 18 12 64 12 83 79 32 12 12 12 52 20 32 35 12 14 12 12 12 12 12 12 89 14 30 50 12 64 0.0471014493 370 1376 1380 0.2688953488
3 2014thru2018 140 14000US06061021322 Census Tract 213.22, Placer County, California 6 61 21322 5395 4250 185 15 0 15 30 0 30 70 0 70 65 0 65 165 45 0 45 75 0 75 45 0 45 0 0 0 375 140 0 140 130 0 130 105 0 105 0 0 0 255 60 0 60 160 0 160 35 0 35 0 0 0 3275 2990 0 2990 290 0 290 0 0 0 0 0 0 1145 295 65 0 65 0 0 0 160 0 160 65 0 65 235 0 0 0 205 0 205 30 0 30 0 0 0 270 135 0 135 85 0 85 50 0 50 0 0 0 130 105 0 105 30 0 30 0 0 0 0 0 0 215 215 0 215 0 0 0 0 0 0 0 0 0 179 212 100 20 19 20 37 19 37 57 19 57 87 19 87 100 38 19 38 88 19 88 39 19 39 19 19 19 164 92 19 92 78 19 78 84 19 84 19 19 19 109 56 19 56 88 19 88 39 19 39 19 19 19 232 232 19 232 116 19 116 19 19 19 19 19 19 187 139 83 19 83 19 19 19 95 19 95 94 19 94 115 19 19 19 100 19 100 35 19 35 19 19 19 146 105 19 105 90 19 90 52 19 52 19 19 19 91 87 19 87 30 19 30 19 19 19 19 19 19 99 99 19 99 19 19 19 19 19 19 19 19 19 06061021322 2014thru2018 140 14000US06061021322 Census Tract 213.22, Placer County, California 6 61 21322 5395 4250 0 0 0 0 0 0 15 0 0 0 0 15 120 0 0 0 55 65 250 70 45 105 35 0 630 30 75 130 105 290 65 65 0 0 0 0 3170 15 45 140 60 2905 1145 0 0 0 0 0 0 50 50 0 0 0 0 45 0 45 0 0 0 240 160 30 50 0 0 270 0 160 85 30 0 15 15 0 0 0 0 520 65 0 135 105 215 179 212 19 19 19 19 19 19 26 19 19 19 19 26 108 19 19 19 65 84 122 57 39 84 39 19 151 37 88 78 67 116 87 87 19 19 19 19 238 20 38 92 56 249 187 19 19 19 19 19 19 81 81 19 19 19 19 73 19 73 19 19 19 100 95 35 52 19 19 115 19 93 90 30 19 26 26 19 19 19 19 170 83 19 105 87 99 0.0000000000 985 5265 5395 0.1870845204
4 2014thru2018 140 14000US06069000802 Census Tract 8.02, San Benito County, California 6 69 802 885 615 25 10 4 10 4 0 4 4 0 4 4 0 4 55 25 0 25 10 0 10 20 0 20 0 0 0 70 40 4 35 10 0 10 20 0 20 0 0 0 45 35 0 35 10 0 10 4 0 4 0 0 0 420 340 4 335 55 0 55 25 0 25 0 0 0 265 35 20 0 20 4 0 4 10 0 10 4 0 4 75 35 0 35 4 0 4 35 0 35 0 0 0 35 25 4 20 15 0 15 0 0 0 0 0 0 40 40 0 40 0 0 0 0 0 0 0 0 0 80 80 0 80 0 0 0 0 0 0 0 0 0 69 70 14 12 5 10 3 12 3 12 12 12 10 12 10 35 31 12 31 11 12 11 16 12 16 12 12 12 22 18 12 20 11 12 11 12 12 12 12 12 12 20 19 12 19 12 12 12 1 12 1 12 12 12 49 47 12 47 23 12 23 20 12 20 12 12 12 45 15 14 12 14 2 12 2 9 12 9 3 12 3 28 19 12 19 7 12 7 23 12 23 12 12 12 21 15 4 14 14 12 14 12 12 12 12 12 12 20 20 12 20 12 12 12 12 12 12 12 12 12 28 28 12 28 12 12 12 12 12 12 12 12 12 06069000802 2014thru2018 140 14000US06069000802 Census Tract 8.02, San Benito County, California 6 69 802 885 615 4 4 0 4 0 4 4 0 0 0 0 4 0 0 0 0 0 0 70 4 20 20 4 25 90 4 10 10 10 55 4 4 0 0 0 0 440 10 25 35 35 335 265 4 0 0 4 0 0 4 0 0 0 4 0 20 4 15 0 0 0 25 4 20 0 0 0 25 4 4 15 0 0 4 4 0 0 0 0 190 20 35 20 35 80 69 70 11 5 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 25 12 16 12 1 20 28 3 11 11 12 23 10 10 12 12 12 12 62 10 31 20 19 46 45 4 12 12 4 12 12 11 12 12 12 11 12 19 12 17 12 12 12 17 11 18 12 12 12 14 2 7 14 12 12 3 3 12 12 12 12 43 14 19 14 18 28 0.0090909091 136 872 880 0.1559633028
5 2014thru2018 140 14000US15001021010 Census Tract 210.10, Hawaii County, Hawaii 15 1 21010 3130 2515 520 210 25 190 40 10 30 190 30 155 80 20 60 555 385 70 310 90 0 90 85 0 85 0 0 0 345 200 4 190 135 0 135 4 0 4 0 0 0 245 205 20 190 40 0 40 0 0 0 0 0 0 855 840 40 800 15 10 4 0 0 0 0 0 0 615 200 40 10 30 0 0 0 80 10 70 80 0 80 85 25 4 20 50 0 50 4 0 4 0 0 0 90 40 0 40 45 0 45 0 0 0 0 0 0 80 70 4 65 0 0 0 10 0 10 0 0 0 160 160 10 155 0 0 0 0 0 0 0 0 0 176 219 147 112 21 107 40 13 38 116 33 112 43 21 40 166 161 81 146 48 15 48 62 15 62 15 15 15 143 80 10 81 118 15 118 19 15 19 15 15 15 100 99 32 107 34 15 34 15 15 15 15 15 15 196 199 39 189 22 13 15 15 15 15 15 15 15 168 111 30 13 25 15 15 15 50 17 44 92 15 92 51 29 9 27 40 15 40 14 15 14 15 15 15 53 36 15 36 44 15 44 15 15 15 15 15 15 43 43 10 42 15 15 15 15 15 15 15 15 15 114 114 13 114 15 15 15 15 15 15 15 15 15 15001021010 2014thru2018 140 14000US15001021010 Census Tract 210.10, Hawaii County, Hawaii 15 1 21010 3130 2515 230 85 70 4 20 50 55 10 35 0 0 10 110 10 15 50 0 30 245 155 85 4 0 0 275 30 60 135 40 4 55 55 0 0 0 0 1550 170 290 140 190 760 615 40 20 4 0 4 10 65 20 0 0 0 45 50 20 0 0 25 4 55 40 4 0 10 0 100 0 50 45 0 0 70 70 0 0 0 0 235 30 20 40 35 105 176 219 100 44 81 10 32 43 37 13 35 15 15 14 56 23 22 41 15 32 121 112 62 19 15 15 136 38 40 118 34 15 40 40 15 15 15 15 212 104 145 72 107 189 168 26 18 9 15 10 13 77 30 15 15 15 70 40 22 15 15 33 2 35 31 14 15 15 15 55 15 40 44 15 15 86 86 15 15 15 15 111 25 27 36 30 91 0.0862619808 723 2970 3130 0.2434343434
6 2014thru2018 140 14000US15001021101 Census Tract 211.01, Hawaii County, Hawaii 15 1 21101 1690 1385 390 145 60 85 50 0 50 145 0 145 50 15 30 240 140 15 125 20 15 4 80 0 80 0 0 0 185 130 0 130 20 0 20 35 0 35 0 0 0 190 170 0 170 20 0 20 0 0 0 0 0 0 380 350 20 330 30 0 30 0 0 0 0 0 0 300 150 35 4 30 15 0 15 70 0 70 25 0 25 15 10 0 10 10 0 10 0 0 0 0 0 0 55 55 35 20 4 0 4 0 0 0 0 0 0 25 15 0 15 10 0 10 0 0 0 0 0 0 55 55 0 55 0 0 0 0 0 0 0 0 0 157 136 98 63 54 39 27 11 27 71 11 71 33 24 25 79 63 22 59 23 24 10 46 11 46 11 11 11 74 63 11 63 14 11 14 34 11 34 11 11 11 68 65 11 65 22 11 22 11 11 11 11 11 11 101 97 36 97 24 11 24 11 11 11 11 11 11 98 76 29 12 26 22 11 22 60 11 60 36 11 36 21 13 11 13 13 11 13 11 11 11 11 11 11 58 57 54 23 11 11 11 11 11 11 11 11 11 22 21 11 21 15 11 15 11 11 11 11 11 11 33 33 11 33 11 11 11 11 11 11 11 11 11 15001021101 2014thru2018 140 14000US15001021101 Census Tract 211.01, Hawaii County, Hawaii 15 1 21101 1690 1385 125 75 30 0 0 20 35 4 10 10 0 10 4 4 0 0 0 0 255 140 80 35 0 0 125 50 4 20 20 30 30 30 0 0 0 0 810 85 115 115 170 320 300 40 4 0 35 0 0 25 25 0 0 0 0 4 0 0 0 0 4 70 70 0 0 0 0 35 15 10 4 10 0 4 4 0 0 0 0 125 30 10 20 15 50 157 136 73 58 29 11 11 36 29 8 20 15 11 13 3 3 11 11 11 11 78 69 46 34 11 11 40 27 10 14 22 24 23 23 11 11 11 11 117 39 55 61 65 96 98 52 12 11 54 11 11 38 38 11 11 11 11 2 11 11 11 11 2 60 60 11 11 11 11 28 22 13 11 15 11 11 11 11 11 11 11 51 26 13 23 21 36 0.0979228487 449 1610 1685 0.2788819876
7 2014thru2018 140 14000US15001021402 Census Tract 214.02, Hawaii County, Hawaii 15 1 21402 1340 830 55 10 0 10 10 0 10 30 0 30 0 0 0 25 4 0 4 10 0 10 4 0 4 0 0 0 130 50 0 50 55 0 55 30 4 25 0 0 0 45 40 0 40 0 0 0 4 0 4 0 0 0 575 520 0 520 55 0 55 0 0 0 0 0 0 510 195 40 0 40 20 0 20 130 30 100 0 0 0 50 15 0 15 20 0 20 15 0 15 0 0 0 65 35 0 35 15 0 15 15 0 15 0 0 0 70 45 0 45 25 0 25 0 0 0 0 0 0 130 125 0 125 4 0 4 0 0 0 0 0 0 103 132 51 17 11 17 16 11 16 46 11 46 11 11 11 21 15 11 15 20 11 20 14 11 14 11 11 11 58 31 11 31 52 11 52 24 1 21 11 11 11 34 34 11 34 11 11 11 2 11 2 11 11 11 119 121 11 121 32 11 32 11 11 11 11 11 11 102 83 22 11 22 21 11 21 84 50 70 11 11 11 39 22 11 22 31 11 31 19 11 19 11 11 11 41 33 11 33 22 11 22 20 11 20 11 11 11 59 47 11 47 40 11 40 11 11 11 11 11 11 60 60 11 60 7 11 7 11 11 11 11 11 11 15001021402 2014thru2018 140 14000US15001021402 Census Tract 214.02, Hawaii County, Hawaii 15 1 21402 1340 830 4 0 0 4 0 0 4 0 0 0 0 4 70 0 0 0 10 60 70 30 4 25 4 0 130 10 10 55 0 55 0 0 0 0 0 0 550 10 4 50 30 455 510 30 30 0 0 0 0 10 0 0 10 0 0 15 0 10 0 0 4 115 100 4 4 0 0 85 20 20 15 25 4 0 0 0 0 0 0 250 40 15 35 45 120 103 132 1 11 11 1 11 11 13 11 11 11 11 13 61 11 11 11 19 59 53 46 14 21 2 11 68 16 20 52 11 32 11 11 11 11 11 11 122 17 15 31 30 107 102 50 50 11 11 11 11 13 11 11 13 11 11 21 11 16 11 11 12 74 70 10 13 11 11 51 21 31 22 40 7 11 11 11 11 11 11 92 22 22 33 47 58 0.0253731343 354 1340 1340 0.2641791045
8 2014thru2018 140 14000US15001021800 Census Tract 218, Hawaii County, Hawaii 15 1 21800 2015 1375 120 40 25 15 25 0 25 35 0 35 15 0 15 80 45 0 45 20 0 20 15 0 15 0 0 0 155 110 0 110 20 0 20 30 0 30 0 0 0 110 100 0 100 15 0 15 0 0 0 0 0 0 905 680 4 675 205 0 205 20 0 20 0 0 0 640 160 25 0 25 25 0 25 110 55 55 0 0 0 45 4 0 4 25 0 25 15 0 15 0 0 0 85 55 4 50 35 0 35 0 0 0 0 0 0 35 25 0 25 10 0 10 0 0 0 0 0 0 310 310 0 310 4 0 4 0 0 0 0 0 0 201 188 62 43 40 16 25 15 25 34 15 34 21 15 21 39 31 15 31 20 15 20 21 15 21 15 15 15 58 49 15 49 16 15 16 28 15 28 15 15 15 45 40 15 40 20 15 20 15 15 15 15 15 15 170 149 15 148 115 15 115 26 15 26 15 15 15 159 91 27 15 27 30 15 30 86 79 37 15 15 15 29 10 15 10 20 15 20 18 15 18 15 15 15 50 36 15 34 42 15 42 15 15 15 15 15 15 27 24 15 24 14 15 14 15 15 15 15 15 15 155 155 15 155 3 15 3 15 15 15 15 15 15 15001021800 2014thru2018 140 14000US15001021800 Census Tract 218, Hawaii County, Hawaii 15 1 21800 2015 1375 30 25 0 0 0 4 10 0 4 4 4 4 65 0 4 4 4 55 100 35 15 30 0 20 285 25 20 20 15 205 15 15 0 0 0 0 870 15 40 105 95 615 640 55 55 0 4 0 0 15 10 0 0 0 4 25 10 4 0 0 10 55 40 15 0 0 0 100 25 25 35 10 4 0 0 0 0 0 0 395 25 0 50 25 290 201 188 41 40 15 15 15 15 13 15 9 4 5 3 41 15 3 5 1 41 53 34 21 28 15 26 118 25 20 16 20 115 21 21 15 15 15 15 159 16 27 51 40 140 159 80 79 15 15 15 15 17 14 15 15 15 11 24 14 10 15 15 14 37 31 18 15 15 15 53 30 20 42 14 3 15 15 15 15 15 15 162 27 15 34 24 155 0.0421836228 355 2000 2015 0.1775000000
9 2014thru2018 140 14000US15003010201 Census Tract 102.01, Honolulu County, Hawaii 15 3 10201 1515 785 85 15 0 15 4 0 4 65 4 55 4 0 4 35 4 0 4 15 0 15 15 0 15 0 0 0 180 75 4 70 75 10 65 30 0 30 0 0 0 100 70 0 70 25 0 25 4 0 4 0 0 0 385 340 0 340 35 0 35 10 0 10 0 0 0 730 135 10 4 4 10 0 10 75 4 70 40 0 40 150 10 0 10 50 15 35 85 0 85 0 0 0 195 110 10 100 65 4 65 15 4 10 0 0 0 90 65 0 65 25 0 25 0 0 0 0 0 0 165 145 4 140 20 0 20 0 0 0 0 0 0 66 73 36 15 15 15 15 15 15 31 10 31 11 15 11 18 11 15 11 13 15 13 14 15 14 15 15 15 50 35 15 35 26 15 28 24 15 24 15 15 15 35 33 15 33 16 15 16 3 15 3 15 15 15 54 50 15 50 15 15 15 17 15 17 15 15 15 72 46 14 15 10 14 15 14 33 10 34 28 15 28 55 17 15 17 35 20 31 42 15 42 15 15 15 57 43 13 41 34 15 33 22 13 13 15 15 15 34 29 15 29 22 15 22 15 15 15 15 15 15 57 54 15 56 18 15 18 15 15 15 15 15 15 15003010201 2014thru2018 140 14000US15003010201 Census Tract 102.01, Honolulu County, Hawaii 15 3 10201 1515 785 15 4 0 10 0 0 35 4 0 15 10 4 85 0 4 40 10 30 95 50 10 15 4 10 125 4 15 50 25 35 4 4 0 0 0 0 425 15 4 45 55 305 730 50 10 15 20 0 4 95 25 4 40 15 10 75 0 15 35 4 20 150 55 85 10 0 0 95 10 10 40 25 15 30 30 0 0 0 0 230 4 10 50 45 120 66 73 16 10 15 13 15 15 27 10 15 25 12 9 46 15 9 33 13 22 31 30 13 12 3 17 33 15 13 18 16 15 11 11 15 15 15 15 69 15 11 22 31 52 72 23 11 20 17 15 15 42 21 11 32 14 13 36 15 23 25 15 18 48 28 42 13 15 15 43 14 13 32 22 15 25 25 15 15 15 15 53 10 17 28 23 48 0.0429042904 504 1471 1515 0.3426240653
10 2014thru2018 140 14000US15007040603 Census Tract 406.03, Kauai County, Hawaii 15 7 40603 1035 595 25 10 0 10 0 0 0 15 0 15 4 0 4 55 20 0 20 15 0 15 20 0 20 0 0 0 80 55 0 55 4 0 4 20 0 20 0 0 0 50 10 0 10 10 0 10 30 0 30 0 0 0 385 310 4 305 55 0 55 20 0 20 0 0 0 440 100 25 0 25 4 0 4 55 0 55 10 0 10 40 4 0 4 15 0 15 25 0 25 0 0 0 100 35 0 35 40 0 40 25 0 25 0 0 0 60 40 0 40 15 0 15 0 0 0 0 0 0 145 125 4 125 10 0 10 4 0 4 0 0 0 84 70 15 15 11 15 11 11 11 15 11 15 11 11 11 24 16 11 16 14 11 14 16 11 16 11 11 11 33 29 11 29 11 11 11 14 11 14 11 11 11 21 12 11 12 10 11 10 22 11 22 11 11 11 67 60 11 61 29 11 29 13 11 13 11 11 11 75 34 21 11 21 15 11 15 28 11 28 13 11 13 29 3 11 3 21 11 21 20 11 20 11 11 11 43 24 11 24 23 11 23 23 11 23 11 11 11 32 30 11 30 13 11 13 11 11 11 11 11 11 53 49 11 49 14 11 14 17 11 17 11 11 11 15007040603 2014thru2018 140 14000US15007040603 Census Tract 406.03, Kauai County, Hawaii 15 7 40603 1035 595 4 0 0 0 0 4 4 0 0 0 0 4 30 0 0 4 4 25 100 15 20 20 30 20 80 0 15 4 4 55 4 4 0 0 0 0 370 10 20 55 10 275 440 4 0 0 0 0 4 10 10 0 0 0 0 30 4 4 4 10 10 105 55 25 25 0 4 80 4 15 30 15 10 10 10 0 0 0 0 195 15 0 35 35 115 84 70 11 11 11 11 11 11 18 11 11 11 11 18 25 11 11 4 11 26 34 15 16 12 22 13 31 11 14 11 11 29 11 11 11 11 11 11 66 15 16 29 12 55 75 11 11 11 11 11 11 15 15 11 11 11 11 27 3 3 16 13 14 45 26 20 23 11 17 35 15 21 20 13 14 13 13 11 11 11 11 52 16 11 24 25 45 0.0077294686 238 1021 1035 0.2331047992
11 2014thru2018 140 14000US15007040604 Census Tract 406.04, Kauai County, Hawaii 15 7 40604 1235 655 85 15 0 15 4 0 4 45 0 45 15 0 15 55 35 0 35 15 0 15 4 0 4 0 0 0 70 35 0 35 20 0 20 15 0 15 0 0 0 50 20 0 20 25 0 25 4 0 4 0 0 0 395 335 4 330 60 4 55 0 0 0 0 0 0 580 95 35 4 30 40 0 40 15 0 15 0 0 0 180 45 0 45 85 0 85 50 0 50 0 0 0 55 20 0 20 15 0 15 20 0 20 0 0 0 45 25 0 25 20 0 20 0 0 0 0 0 0 205 175 0 175 30 0 30 0 0 0 0 0 0 79 96 46 28 11 28 11 11 11 33 11 33 15 11 15 35 30 11 30 22 11 22 10 11 10 11 11 11 31 18 11 18 23 11 23 14 11 14 11 11 11 36 19 11 19 28 11 28 9 11 9 11 11 11 80 74 13 76 33 5 32 11 11 11 11 11 11 101 44 28 11 27 30 11 30 18 11 18 11 11 11 65 29 11 29 50 11 50 35 11 35 11 11 11 28 16 11 16 15 11 15 24 11 24 11 11 11 29 21 11 21 23 11 23 11 11 11 11 11 11 72 69 11 69 24 11 24 11 11 11 11 11 11 15007040604 2014thru2018 140 14000US15007040604 Census Tract 406.04, Kauai County, Hawaii 15 7 40604 1235 655 10 0 0 0 0 10 10 0 0 0 4 4 15 0 4 0 0 10 75 45 4 15 4 0 120 4 15 20 25 55 15 15 0 0 0 0 410 15 30 35 15 315 580 4 4 0 0 0 0 30 0 20 0 0 10 25 4 4 0 4 15 90 15 50 20 0 0 165 35 70 15 20 30 0 0 0 0 0 0 260 30 40 20 25 150 79 96 14 11 11 11 11 14 13 11 11 11 10 1 18 11 10 11 11 13 36 33 10 14 9 11 55 11 22 23 28 32 15 15 11 11 11 11 80 28 30 18 18 74 101 11 11 11 11 11 11 31 11 29 11 11 13 25 7 3 11 10 21 45 18 35 24 11 11 56 28 44 15 23 24 11 11 11 11 11 11 77 27 26 16 22 63 0.0113360324 328 1220 1235 0.2688524590
12 2014thru2018 140 14000US15007040700 Census Tract 407, Kauai County, Hawaii 15 7 40700 2875 1930 220 40 0 40 80 0 80 80 0 80 25 0 25 50 20 0 20 20 0 20 10 0 10 0 0 0 275 115 0 115 45 0 45 115 0 115 0 0 0 160 75 0 75 70 0 70 15 0 15 0 0 0 1225 1030 0 1030 170 0 170 25 0 25 0 0 0 950 150 25 0 25 20 0 20 90 0 90 15 0 15 120 35 0 35 25 0 25 60 0 60 0 0 0 135 45 0 45 35 0 35 55 0 55 0 0 0 115 115 4 110 0 0 0 0 0 0 0 0 0 430 370 0 370 60 15 45 0 0 0 0 0 0 162 199 93 34 15 34 74 15 74 62 15 62 27 15 27 38 17 15 17 29 15 29 17 15 17 15 15 15 82 46 15 46 32 15 32 62 15 62 15 15 15 73 53 15 53 53 15 53 21 15 21 15 15 15 187 173 15 173 83 15 83 30 15 30 15 15 15 157 73 18 15 18 23 15 23 64 15 64 19 15 19 68 32 15 32 33 15 33 48 15 48 15 15 15 66 35 15 35 44 15 44 43 15 43 15 15 15 79 79 13 74 15 15 15 15 15 15 15 15 15 141 134 15 134 57 25 53 15 15 15 15 15 15 15007040700 2014thru2018 140 14000US15007040700 Census Tract 407, Kauai County, Hawaii 15 7 40700 2875 1930 0 0 0 0 0 0 0 0 0 0 0 0 115 0 0 4 0 110 245 80 10 115 15 25 380 80 20 45 70 170 25 25 0 0 0 0 1165 40 20 110 75 920 950 25 0 0 0 4 15 80 0 10 0 10 60 45 0 10 4 0 30 205 90 60 55 0 0 105 20 15 25 0 45 15 15 0 0 0 0 470 25 20 45 100 285 162 199 15 15 15 15 15 15 15 15 15 15 15 15 51 15 15 10 15 52 98 62 17 62 21 30 128 74 29 32 53 83 27 27 15 15 15 15 171 34 17 46 53 179 157 29 15 15 15 13 25 67 15 19 15 21 61 48 15 17 15 15 44 94 64 48 43 15 15 75 23 23 41 15 53 19 19 15 15 15 15 107 18 24 35 72 115 0.0086805556 635 2840 2880 0.2235915493
13 2014thru2018 140 14000US15009030100 Census Tract 301, Maui County, Hawaii 15 9 30100 500 320 45 4 0 4 10 10 0 25 0 25 4 0 4 65 65 0 65 0 0 0 0 0 0 0 0 0 50 35 0 35 10 0 10 10 0 10 0 0 0 20 20 0 20 0 0 0 0 0 0 0 0 0 145 135 10 120 10 0 10 0 0 0 0 0 0 175 50 25 0 25 0 0 0 25 4 20 0 0 0 10 4 0 4 4 0 4 0 0 0 0 0 0 10 10 0 10 0 0 0 0 0 0 0 0 0 20 15 0 15 4 0 4 0 0 0 0 0 0 90 90 0 90 0 0 0 0 0 0 0 0 0 71 75 25 11 11 11 18 18 11 19 11 19 11 11 11 57 57 11 57 11 11 11 11 11 11 11 11 11 32 27 11 27 14 11 14 15 11 15 11 11 11 23 23 11 23 11 11 11 11 11 11 11 11 11 58 55 18 53 18 11 18 11 11 11 11 11 11 69 41 30 11 30 11 11 11 24 11 24 11 11 11 14 9 11 9 9 11 9 11 11 11 11 11 11 12 12 11 12 11 11 11 11 11 11 11 11 11 25 25 11 25 10 11 10 11 11 11 11 11 11 59 59 11 59 11 11 11 11 11 11 11 11 11 15009030100 2014thru2018 140 14000US15009030100 Census Tract 301, Maui County, Hawaii 15 9 30100 500 320 20 10 0 0 0 10 10 0 0 4 0 4 40 4 0 15 0 20 30 25 0 10 0 0 15 0 0 4 0 10 0 0 0 0 0 0 200 4 65 15 20 95 175 4 4 0 0 0 0 10 0 0 0 0 10 20 0 0 0 20 0 20 20 0 0 0 0 4 0 4 0 0 0 0 0 0 0 0 0 120 25 4 10 0 80 71 75 27 18 11 11 11 18 15 11 11 14 11 10 23 11 11 23 11 14 25 19 11 15 11 11 20 11 11 10 11 18 11 11 11 11 11 11 62 11 57 15 23 53 69 11 11 11 11 11 11 16 11 11 11 11 16 25 11 11 11 25 11 24 24 11 11 11 11 9 11 9 11 11 11 11 11 11 11 11 11 62 30 9 12 11 59 0.0484848485 84 491 495 0.1710794297
14 2014thru2018 140 14000US15009030201 Census Tract 302.01, Maui County, Hawaii 15 9 30201 820 605 75 40 0 40 10 0 10 25 0 25 0 0 0 85 40 0 40 10 0 10 35 0 35 0 0 0 100 35 0 35 65 0 65 0 0 0 0 0 0 40 10 0 10 15 0 15 10 0 10 0 0 0 310 240 0 240 60 0 60 10 0 10 0 0 0 215 0 0 0 0 0 0 0 0 0 0 0 0 0 15 10 0 10 0 0 0 4 0 4 0 0 0 110 65 0 65 45 0 45 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 90 90 0 90 0 0 0 0 0 0 0 0 0 99 113 49 36 11 36 15 11 15 30 11 30 11 11 11 48 34 11 34 18 11 18 31 11 31 11 11 11 79 34 11 34 73 11 73 11 11 11 11 11 11 35 21 11 21 21 11 21 24 11 24 11 11 11 88 84 11 84 31 11 31 17 11 17 11 11 11 100 11 11 11 11 11 11 11 11 11 11 11 11 11 25 21 11 21 11 11 11 20 11 20 11 11 11 67 45 11 45 49 11 49 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 78 78 11 78 11 11 11 11 11 11 11 11 11 15009030201 2014thru2018 140 14000US15009030201 Census Tract 302.01, Maui County, Hawaii 15 9 30201 820 605 0 0 0 0 0 0 15 0 0 0 0 15 10 0 0 0 10 0 70 25 35 0 0 10 160 10 10 65 15 60 0 0 0 0 0 0 350 40 40 35 10 225 215 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 10 0 0 4 0 4 0 0 0 45 0 0 45 0 0 0 0 0 0 0 0 155 0 10 55 0 90 99 113 11 11 11 11 11 11 23 11 11 11 11 23 24 11 11 11 24 11 47 30 31 11 11 17 81 15 18 73 21 31 11 11 11 11 11 11 91 36 34 34 21 80 100 11 11 11 11 11 11 11 11 11 11 11 11 20 11 11 20 11 11 20 11 20 11 11 11 49 11 11 49 11 11 11 11 11 11 11 11 85 11 21 49 11 78 0.0000000000 194 820 820 0.2365853659
15 2014thru2018 140 14000US15009030402 Census Tract 304.02, Maui County, Hawaii 15 9 30402 3140 2205 185 0 0 0 10 0 10 125 0 125 45 0 45 175 90 0 90 0 0 0 85 0 85 0 0 0 235 150 0 150 10 0 10 75 0 75 0 0 0 185 90 0 90 10 0 10 85 0 85 0 0 0 1425 1165 0 1165 245 0 245 20 0 20 0 0 0 935 65 35 0 35 0 0 0 30 0 30 0 0 0 90 0 0 0 45 0 45 45 0 45 0 0 0 230 100 0 100 90 0 90 40 0 40 0 0 0 155 155 0 155 0 0 0 0 0 0 0 0 0 395 315 0 315 80 0 80 0 0 0 0 0 0 167 236 102 15 15 15 19 15 19 84 15 84 70 15 70 88 59 15 59 15 15 15 71 15 71 15 15 15 139 122 15 122 21 15 21 65 15 65 15 15 15 93 67 15 67 21 15 21 62 15 62 15 15 15 218 231 15 231 128 15 128 32 15 32 15 15 15 244 62 49 15 49 15 15 15 36 15 36 15 15 15 57 15 15 15 44 15 44 46 15 46 15 15 15 155 100 15 100 98 15 98 48 15 48 15 15 15 105 105 15 105 15 15 15 15 15 15 15 15 15 167 148 15 148 97 15 97 15 15 15 15 15 15 15009030402 2014thru2018 140 14000US15009030402 Census Tract 304.02, Maui County, Hawaii 15 9 30402 3140 2205 0 0 0 0 0 0 15 0 0 0 0 15 70 25 0 0 0 45 360 100 85 75 85 20 275 10 0 10 10 245 45 45 0 0 0 0 1435 0 90 150 90 1105 935 0 0 0 0 0 0 0 0 0 0 0 0 75 0 15 15 0 45 95 30 30 40 0 0 220 0 45 90 0 80 0 0 0 0 0 0 540 35 0 85 155 270 167 236 15 15 15 15 15 15 30 15 15 15 15 30 55 39 15 15 15 43 150 74 71 65 62 32 130 19 15 21 21 128 70 70 15 15 15 15 227 15 59 122 67 235 244 15 15 15 15 15 15 15 15 15 15 15 15 83 15 29 36 15 72 67 36 34 48 15 15 141 15 44 98 15 97 15 15 15 15 15 15 182 49 15 97 105 127 0.0000000000 555 3095 3140 0.1793214863
16 2014thru2018 140 14000US15009030800 Census Tract 308, Maui County, Hawaii 15 9 30800 2250 1810 110 4 0 4 30 0 30 75 0 75 4 0 4 125 80 0 80 15 0 15 30 0 30 0 0 0 160 55 0 55 45 0 45 60 0 60 0 0 0 210 115 0 115 80 0 80 15 0 15 0 0 0 1205 995 20 980 195 0 195 15 0 15 0 0 0 445 40 20 0 20 0 0 0 20 0 20 0 0 0 70 35 0 35 10 0 10 25 0 25 0 0 0 190 115 0 115 45 0 45 30 0 30 0 0 0 15 10 0 10 4 0 4 0 0 0 0 0 0 130 105 0 105 25 0 25 0 0 0 0 0 0 110 134 56 15 15 15 33 15 33 47 15 47 11 15 11 87 82 15 82 15 15 15 28 15 28 15 15 15 61 40 15 40 31 15 31 36 15 36 15 15 15 82 47 15 47 65 15 65 18 15 18 15 15 15 159 175 27 168 110 15 110 23 15 23 15 15 15 132 34 29 15 29 15 15 15 24 15 24 15 15 15 42 31 15 31 17 15 17 23 15 23 15 15 15 120 106 15 106 30 15 30 29 15 29 15 15 15 16 13 15 13 10 15 10 15 15 15 15 15 15 57 48 15 48 32 15 32 15 15 15 15 15 15 15009030800 2014thru2018 140 14000US15009030800 Census Tract 308, Maui County, Hawaii 15 9 30800 2250 1810 20 0 0 0 0 20 25 0 4 4 0 20 65 4 0 4 4 60 185 70 30 60 15 15 365 30 15 45 80 195 4 4 0 0 0 0 1140 4 80 50 110 895 445 0 0 0 0 0 0 25 0 10 4 0 10 30 0 0 20 0 10 65 20 15 30 0 0 65 0 10 25 4 25 0 0 0 0 0 0 260 20 35 115 10 85 110 134 27 15 15 15 15 27 19 15 3 8 15 17 38 3 15 4 4 36 70 45 28 36 18 23 120 33 18 31 65 110 11 11 15 15 15 15 166 15 82 41 49 167 132 15 15 15 15 15 15 22 15 17 15 15 15 29 15 15 28 15 17 38 24 19 29 15 15 34 15 17 21 10 32 15 15 15 15 15 15 114 29 31 108 13 40 0.0088691796 385 2251 2255 0.1710350955

View file

@ -0,0 +1,20 @@
import pathlib
from data_pipeline.etl.sources.hud_housing.etl import HudHousingETL
from data_pipeline.tests.sources.example.test_etl import TestETL
class TestHudHousingETL(TestETL):
_ETL_CLASS = HudHousingETL
_SAMPLE_DATA_PATH = pathlib.Path(__file__).parents[0] / "data"
_SAMPLE_DATA_FILE_NAME = "140/Table3.csv"
_SAMPLE_DATA_ZIP_FILE_NAME = "2014thru2018-140-csv.zip"
_EXTRACT_TMP_FOLDER_NAME = "HudHousingETL"
def setup_method(self, _method, filename=__file__):
"""Invoke `setup_method` from Parent, but using the current file name.
This code can be copied identically between all child classes.
"""
super().setup_method(_method=_method, filename=filename)