Fixed missing homeownership-rate data
The homeownership rate field was hardcoded to null in the data pipeline for every county and state, so it never displayed on the site even though the column existed. We added the missing U.S. Census ACS variable (B25003_001E, total occupied housing units) to the fetch, computed the real rate for every geography, and verified the values against known reference points (e.g. West Virginia ~74.9%, Maine ~74.3%) before deploying.