49 attribute fields, profiled from the December 2023 vintage.
Columns in Andrews County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 10.3k | 9105, 9106, 9104 | |
| created_da | OFTString | 43 | 2022-07-05, 2022-07-05, 2022-07-05 | |
| last_edite | OFTString | 63 | 2022-07-05, 2022-07-05, 2022-07-05 | |
| prop_id | OFTInteger | 10.3k | 9105, 9106, 9104 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 6.5k | BRUCE & BAR LTD, BRUCE & BAR LTD, BRUCE & BAR LTD | |
| legal_acre | OFTReal | 2.8k | 21.21, 21.2, 21.22 | |
| hood_cd | OFTString | 10 | R, R, R | |
| school | OFTString | 1 | SA, SA, SA | |
| city | OFTString | 1 | TA, TA, TA | |
| county | OFTString | 1 | CA, CA, CA | |
| next_appra | OFTString | 12 | 2020-01-01, 2017-01-01, 2017-01-01 | |
| legal_desc | OFTString | 10.3k | BLK A-55 SEC 24 AB 2286 21.21 AC OUT N/PT PSL, BLK A-55 SEC 25 AB 2287 21.20 AC OUT N/PT PSL, BLK A-55 SEC 23 AB 2285 21.22 AC OUT N/PT PSL | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 540 | 24, 25, 23 | |
| abs_subdv_ | OFTString | 362 | A10300, A10300, A10300 | |
| land_val | OFTReal | 4.0k | 25028.0, 25021.0, 23148.0 | |
| imprv_val | OFTReal | 6.8k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 9.1k | 25028.0, 25021.0, 23148.0 | |
| block | OFTString | 220 | A-55, A-55, A-55 | |
| map_id | OFTString | 575 | 2A, 2A, 5A | |
| geo_id | OFTString | 10.3k | 10300-00240-0000, 10300-00250-0000, 10300-00230-0000 | |
| situs_num | OFTString | 1.7k | 0, 0, 0 | |
| situs_stre | OFTString | 35 | SE, 1/2, 1/2 | |
| situs_st_1 | OFTString | 551 | S 1218 FM, S 1218 FM, SW 8201 | |
| situs_st_2 | OFTString | 118 | P, P, P | |
| situs_city | OFTString | 12 | & 100 SE 1700, 421 SE 1200, 256 SW 2000 | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | — | ||
| addr_line1 | OFTString | 484 | C/O BADEN TAX MANAGEMENT, C/O BADEN TAX MANAGEMENT, C/O BADEN TAX MANAGEMENT | |
| addr_line2 | OFTString | 5.7k | PO BOX 1703, PO BOX 1703, PO BOX 1703 | |
| addr_line3 | OFTString | 58 | SUITE 301, SUITE 301, SUITE 301 | |
| addr_city | OFTString | 335 | ANDREWS, ANDREWS, ANDREWS | |
| addr_state | OFTString | 40 | TX, TX, TX | |
| zip | OFTString | 465 | 79714, 79714, 79714 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 4.1k | 01/24/2002, 01/24/2002, 01/24/2002 | |
| volume | OFTString | 623 | 780, 780, 780 | |
| page | OFTString | 1.1k | 512, 512, 512 | |
| number | OFTString | 5.5k | 0, 0, 0 | |
| objectid_1 | OFTReal | 10.3k | 691.0, 692.0, 693.0 | |
| esri_oid | OFTInteger | 10.3k | 691, 692, 693 | |
| creationda | OFTString | 1 | 2023-12-15, 2023-12-15, 2023-12-15 | |
| creator | OFTString | 1 | bis_andrewscad, bis_andrewscad, bis_andrewscad | |
| editdate | OFTString | 1 | 2023-12-15, 2023-12-15, 2023-12-15 | |
| editor | OFTString | 1 | bis_andrewscad, bis_andrewscad, bis_andrewscad | |
| shape__are | OFTReal | 10.1k | 964292.773681641, 964409.532226563, 1002663.85107422 | |
| shape__len | OFTReal | 10.3k | 11088.8478161213, 10363.1463435032, 10978.3612031684 |
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.