49 attribute fields, profiled from the March 2024 vintage.
Columns in Howard County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 19.8k | 299293, 299297, 299292 | |
| created_da | OFTString | 460 | 2021-06-23, 2021-06-23, 2024-02-07 | |
| last_edite | OFTString | 676 | 2023-03-01, 2017-09-06, 2019-11-18 | |
| prop_id | OFTInteger | 19.6k | 299293, 299297, 299292 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 12.7k | STONE RANCH/FARM PROPERTIES LTD, CHANDLER PAUL CHANDLER MEGAN, STONE RANCH/FARM PROPERTIES LTD | |
| legal_acre | OFTReal | 3.4k | 254.0, 2.0, 645.0 | |
| hood_cd | OFTString | 72 | STNC, EEEE2, STNC | |
| school | OFTString | 6 | 03S, 03S, 03S | |
| city | OFTString | 3 | 02F, 02F, 02F | |
| county | OFTString | — | ||
| next_appra | OFTString | 1 | 2024-01-01, 2024-01-01, 2024-01-01 | |
| legal_desc | OFTString | 19.6k | SC 38 BK 35 1S 05 BLK/TRACT 35 1S 645 ACRES, W/2 OF SC 44 BK 34 1S 22 BLK/TRACT 34 1S 2 ACRES, N/2 OF SC 43 BK 34 1S 19 ACQ121409 BLK/TRACT 34 1S 312 ACRES | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 3 | 00004, 7-10 & S/2 OF 11, LT 5 | |
| abs_subdv_ | OFTString | 3 | B2120, B2120, B2120 | |
| land_val | OFTReal | 5.4k | 381000.0, 1920.0, 657500.0 | |
| imprv_val | OFTReal | 13.0k | 0.0, 224632.0, 0.0 | |
| market | OFTReal | 15.8k | 381000.0, 226552.0, 657500.0 | |
| block | OFTString | — | ||
| map_id | OFTString | — | ||
| geo_id | OFTString | 19.6k | 53039000100, 53048000200, 53038000100 | |
| situs_num | OFTString | 1.9k | 5306, 4808, 12911 | |
| situs_stre | OFTString | 7 | N, S, W | |
| situs_st_1 | OFTString | 1.1k | COUNTY RD #3, S COUNTY RD 3, FM 818 | |
| situs_st_2 | OFTString | 12 | B, RD, RD | |
| situs_city | OFTString | 4 | BIG SPRING, BIG SPRING, BIG SPRING | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 2 | 79720, 79720, 79720 | |
| addr_line1 | OFTString | 456 | MCMURRAY WADE TRRUSTEE, WALKER MELISSA, RAWLS CAITLIN | |
| addr_line2 | OFTString | 11.1k | PO BOX 40, P.O. BOX 235, PO BOX 40 | |
| addr_line3 | OFTString | 79 | BENTON BLDG SUITE 300, 2301 METZ PL, #1026 | |
| addr_city | OFTString | 685 | STANTON, STANTON, STANTON | |
| addr_state | OFTString | 46 | TX, TX, TX | |
| zip | OFTString | 1.0k | 79782, 79782, 79782 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 374 | 04/11/2023, 06/15/2023, 03/08/2023 | |
| volume | OFTString | 140 | 2155, 2168, 2147 | |
| page | OFTString | 599 | 561, 693, 799 | |
| number | OFTString | 1.1k | 2023-00003148, 2023-00004761, 2023-00002025 | |
| objectid | OFTInteger | 20.6k | 11946, 11947, 11948 | |
| creationda | OFTString | 1 | 2024-03-20, 2024-03-20, 2024-03-20 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2024-03-20, 2024-03-20, 2024-03-20 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 20.6k | cc35b5f3-3039-4b6a-a0e4-7e7724492092, 08146a15-d189-4b4a-a8e9-14725bd8f9c5, b10b55d1-7ac0-434c-aa5b-923b4d1744a1 | |
| shape__are | OFTReal | 17.3k | 9937205.09130859, 13760273.9785156, 23233752.8461914 | |
| shape__len | OFTReal | 18.5k | 13540.9216046899, 15710.5729485393, 19365.7788810242 |
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.