49 attribute fields, profiled from the July 2022 vintage.
Columns in Walker County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 33.3k | 57496, 15206, 19322 | |
| created_da | OFTString | 577 | 2016-12-22, 2018-11-01, 2020-11-03 | |
| last_edite | OFTString | 719 | 2016-12-22, 2018-11-01, 2020-11-04 | |
| prop_id | OFTInteger | 32.5k | 57496, 15206, 19322 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 22.0k | U S FORESTRY, LITTLE KARIS JUNE, LEONARD SHELIA | |
| legal_acre | OFTReal | 7.4k | 3925.178, 3.04, 2.57 | |
| hood_cd | OFTString | 38 | LRI LNDADJ, NW LD -5AC, NW LD -5AC | |
| school | OFTString | 4 | RI, NI, NI | |
| city | OFTString | 4 | NC, HC, NC | |
| county | OFTString | 1 | WC, WC, WC | |
| next_appra | OFTString | 25 | 2023-01-02, 2023-01-02, 2023-01-01 | |
| legal_desc | OFTString | 32.4k | CRESAP T A (A-111), TRACT 5, ACRES 3925.178, APPLEWHITE H (A-60), TRACT 5, ACRES 3.04, (MH 5.11), O'NEAL W (A-424), TRACT 3, ACRES 2.57 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 3.4k | 5, 5, 3 | |
| abs_subdv_ | OFTString | 1.2k | 0111, 0060, 0424 | |
| land_val | OFTReal | 12.0k | 13737110.0, 101620.0, 60860.0 | |
| imprv_val | OFTReal | 14.0k | 0.0, 115440.0, 116190.0 | |
| market | OFTReal | 19.6k | 13737110.0, 217060.0, 177050.0 | |
| block | OFTString | 138 | 3, 5, 4 | |
| map_id | OFTString | 336 | 123, 335, 335 | |
| geo_id | OFTString | 32.5k | 0111-123-0-00500, 0060-330-0-00500, 0424-330-0-00300 | |
| situs_num | OFTString | 3.3k | 806, 25, 39 | |
| situs_stre | OFTString | 38 | A, C, B | |
| situs_st_1 | OFTString | 3.1k | FM 1375 WEST, LITTLE RD, LITTLE ROAD | |
| situs_st_2 | OFTString | 35 | RD, RD, RD | |
| situs_city | OFTString | 19 | NEW WAVERLY, NEW WAVERLY, NEW WAVERLY | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 45 | 77358, 77358-9411, 77358 | |
| addr_line1 | OFTString | 1.4k | LIFE ESTATE RESERVED, % SHEILA LITTLE, FKA MA EDITHA DE LA CRUA MANLAPAZ | |
| addr_line2 | OFTString | 20.1k | 806 FM 1375 RD W, 25 LITTLE RD, P O BOX 69 | |
| addr_line3 | OFTString | 139 | SUITE 200, P O BOX 560, SAM SLOTT ROAD | |
| addr_city | OFTString | 1.0k | NEW WAVERLY, NEW WAVERLY, NEW WAVERLY | |
| addr_state | OFTString | 52 | TX, TX, TX | |
| zip | OFTString | 1.5k | 77358, 77358, 77358 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 7.9k | 04/27/2016, 04/27/2009, 06/30/2018 | |
| volume | OFTString | 1.5k | 1219, 898, 823 | |
| page | OFTString | 1.1k | 683, 591, 487 | |
| number | OFTString | 16.8k | 20574, 2731, 77907 | |
| objectid | OFTInteger | 34.7k | 14424, 17149, 25907 | |
| creationda | OFTString | 1 | 2022-07-25, 2022-07-25, 2022-07-25 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2022-07-25, 2022-07-25, 2022-07-25 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 34.7k | 9e7f1935-47aa-4034-9b56-2926f3be1803, d0c2dfc0-37ba-42d3-afad-7767fa410ce6, 89917709-e87d-470d-a9a9-0ad788671b87 | |
| shape__are | OFTReal | 34.2k | 69649270.730469, 27061555.652344, 70512398.398438 | |
| shape__len | OFTReal | 34.4k | 59995.660942, 23223.245372, 61206.686029 |
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.