49 attribute fields, profiled from the May 2022 vintage.
Columns in Hardin County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 35.6k | 70363, 24550, 24549 | |
| created_da | OFTString | 158 | 2018-10-26, 2018-10-26, 2018-10-26 | |
| last_edite | OFTString | 181 | 2018-10-26, 2018-10-26, 2018-10-26 | |
| prop_id | OFTInteger | 35.1k | 70363, 24550, 24549 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 24.3k | EXXONMOBILE OIL CORPORATION, HICKMAN JODY & DAVID, WEINBERG RICHARD E FAMILY TRUST | |
| legal_acre | OFTReal | 9.7k | 47.4, 32.6, 296.37 | |
| hood_cd | OFTString | 33 | SBISD, SBISD, SBISD | |
| school | OFTString | 6 | SB, SB, SB | |
| city | OFTString | 5 | TS, TS, TS | |
| county | OFTString | — | ||
| next_appra | OFTString | 30 | 2025-01-02, 2028-01-02, 2028-01-02 | |
| legal_desc | OFTString | 35.0k | AB 312 H & TC RR 205 P 312-1-A I 2012-30350 08/01/2012, AB 808 F M WELLS P 808-2-X I 1510/501, AB 808 F M WELLS H & TC P 808-1 I 2012-34109 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 3.1k | 64, 45 & 46, 68 | |
| abs_subdv_ | OFTString | 1.3k | A0312, A0808, A0808 | |
| land_val | OFTReal | 14.3k | 108546.0, 163978.0, 444555.0 | |
| imprv_val | OFTReal | 19.5k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 26.9k | 108546.0, 163978.0, 444555.0 | |
| block | OFTString | 391 | 2-4 S&E, PT OF 12, 30 | |
| map_id | OFTString | 34.6k | P# 312-1-A, P# 808-2-X, P# 808-1 | |
| geo_id | OFTString | 35.1k | 000312-000060, 000808-000050, 000808-000025 | |
| situs_num | OFTString | 8.0k | 17514, 17514, 9062 | |
| situs_stre | OFTString | 9 | W, W, W | |
| situs_st_1 | OFTString | 2.6k | HWY 105, HWY 105, G W JONES SR RD | |
| situs_st_2 | OFTString | 2 | DR, DR, DR | |
| situs_city | OFTString | 27 | BATSON, BATSON, BATSON | |
| situs_stat | OFTString | 2 | TX, TX, TX | |
| situs_zip | OFTString | 36 | 77519, 77519, 77519 | |
| addr_line1 | OFTString | 1.7k | A DELAWARE LIMITED LIABILITY COMPANY, A DELAWARE LIMITED LIABILITY COMPANY, JAMES H & DEBRA M MANUEL | |
| addr_line2 | OFTString | 19.7k | PO BOX 64106, PO BOX 606, PO BOX 458 | |
| addr_line3 | OFTString | 169 | PO BOX 1288, PO BOX 1288, PO BOX 1354 | |
| addr_city | OFTString | 868 | SPRING, DAISETTA, BELLAIRE | |
| addr_state | OFTString | 50 | TX, TX, TX | |
| zip | OFTString | 1.2k | 77387, 77533, 77402 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 331 | 09/01/2021, 06/19/2020, 06/19/2020 | |
| volume | OFTString | 327 | 2021-119714, 2020-105101, 2020-105101 | |
| page | OFTString | 837 | 2021-119633, 2021-120405, 2021-120405 | |
| number | OFTString | 190 | 2021-120010, 2022-122549, 2021-113060 | |
| objectid | OFTInteger | 40.4k | 3664, 22851, 22852 | |
| creationda | OFTString | 1 | 2022-05-24, 2022-05-24, 2022-05-24 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2022-05-24, 2022-05-24, 2022-05-24 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 40.4k | db754435-c460-4742-af13-adbe7a9e9fa6, 75d0f2e5-c3ff-43bb-b436-52437e5d3261, c3b89c35-fdd3-433d-a9f9-a0da613fd6ea | |
| shape__are | OFTReal | 39.9k | 1980902.464844, 1415974.335938, 6442181.292969 | |
| shape__len | OFTReal | 39.9k | 6027.434483, 4761.08915, 12096.425453 |
Why this differs from the next county over
There is no national parcel schema. Every assessor's office built its own, usually decades ago, usually inside whatever CAMA system it bought at the time. One county's owner column is OWNER_NAME, the next one's is own1, and a third splits it across four fields. Shapefile's ten-character DBF limit truncated a generation of them into things like TOTLNDVAL.
Nothing here is renamed or remapped. The columns above are exactly what is in the file, because a normalisation layer that quietly guesses wrong is worse than no normalisation at all — and every guess it makes is one you cannot audit.
The Filled column is the share of rows with a real value. Placeholder text such as n/a counts as empty; a column that is 100% present but 90% placeholder is a column that will disappoint you, and the profiler treats it accordingly.