49 attribute fields, profiled from the October 2022 vintage.
Columns in Garza County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 5.1k | 009-0375-0001-000-00-00, 009-0433-0013-000-00-00, 009-0709-0012-000-00-00 | |
| created_da | OFTString | 49 | 2021-04-09, 2021-04-05, 2021-09-13 | |
| last_edite | OFTString | 69 | 2020-11-02, 2020-11-02, 2020-11-02 | |
| prop_id | OFTInteger | 4.7k | 969, 973, 985 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 2.2k | MATHERS LEILA Y ET AL, DENNIS ROBERT L & CLARITA W REVOC, MATHERS LEILA Y ET AL | |
| legal_acre | OFTReal | 2.1k | 475.9, 5.4, 472.0 | |
| hood_cd | OFTString | — | ||
| school | OFTString | — | ||
| city | OFTString | — | ||
| county | OFTString | — | ||
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 3.7k | AB 375 BLK 9 SEC 1, AB 433 SEC 13 EL & RR, AB 709 BLK 9 SEC 12 | |
| legal_de_1 | OFTString | 2.7k | EL & RR CO, 5.400 ACRES BLK 9, EL & RR CO | |
| legal_de_2 | OFTString | 2.5k | 475.9 AC, 5.4 ACRES, 472 AC | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | — | ||
| imprv_val | OFTReal | — | ||
| market | OFTReal | — | ||
| block | OFTString | — | ||
| map_id | OFTString | — | ||
| geo_id | OFTString | 4.7k | 009-0375-0001-000-00-00, 009-0433-0013-000-00-00, 009-0709-0012-000-00-00 | |
| situs_num | OFTString | 653 | 0, 0, 0 | |
| situs_stre | OFTString | 4 | W, S, S | |
| situs_st_1 | OFTString | 262 | COUNTY ROAD 386, COUNTY ROAD 386, C R 386 | |
| situs_st_2 | OFTString | — | ||
| situs_city | OFTString | 4 | POST, JUSTICEBURG, JUSTICEBURG | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 5 | 79330, 79330, 7990 | |
| addr_line1 | OFTString | 2.1k | PROPERTY TAX DEPT, 2505 SHADY MEADOW, PROPERTY TAX DEPT | |
| addr_line2 | OFTString | 137 | PO BOX 5677, PO BOX 5677, PO BOX 5677 | |
| addr_line3 | OFTString | 3 | APT 1328, THREE GALLERIA TWR, 4417 71ST STREET SUITE 33 | |
| addr_city | OFTString | 247 | ABILENE, BEDFORD, ABILENE | |
| addr_state | OFTString | 29 | TX, TX, TX | |
| zip | OFTString | 659 | 79608-5677, 76021, 79608-5677 | |
| deed_seq | OFTInteger | — | ||
| deed_date | OFTString | — | ||
| volume | OFTString | — | ||
| page | OFTString | — | ||
| number | OFTString | — | ||
| objectid | OFTInteger | 6.0k | 901, 905, 917 | |
| creationda | OFTString | 1 | 2022-10-09, 2022-10-09, 2022-10-09 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2022-10-09, 2022-10-09, 2022-10-09 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 6.0k | 988911e7-a803-4f62-bd8d-8efe0fa8168f, 2a49c896-511b-4e6e-92a4-aba9765dc2f4, 8d194b1a-abab-4719-9381-e07f0acaf0d2 | |
| shape__are | OFTReal | 5.2k | 22492301.245117, 247181.968262, 22492302.092285 | |
| shape__len | OFTReal | 4.7k | 19079.94887, 8638.036864, 19079.949499 |
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.