45 attribute fields, profiled from the April 2024 vintage.
Columns in Zapata County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 10.9k | 0, 0, 0 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 10.8k | 145025, 837, 879 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 8.1k | MULTIPLE OWNERS, ZAPATA JORGE & ROSA, SERNA RAFAELA R EST | |
| legal_acre | OFTReal | 2.1k | 96.92, 61.93, 10.9 | |
| hood_cd | OFTString | 43 | SR, SR, SR | |
| school | OFTString | 1 | SZ, SZ, SZ | |
| city | OFTString | — | ||
| county | OFTString | 1 | CZ, CZ, CZ | |
| next_appra | OFTString | 181 | 2021-11-06, 2022-08-01, 2022-03-12 | |
| legal_desc | OFTString | 10.6k | ABST 36 37 PORC 16 17 B GUTIERREZ, ABST 36 PORCION 16 B GUTIERREZ UNDIVIDED INTREST TRACT 1, ABST 35 PORC 15 J C GUTIERREZ BLOCK SH-21 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 3.6k | TRACTS 1 4 & 5, TRACT 3, TRACT 2 | |
| abs_subdv_ | OFTString | 246 | 0036, 0036, 0036 | |
| land_val | OFTReal | 3.9k | 140534.0, 89799.0, 15805.0 | |
| imprv_val | OFTReal | 6.0k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 8.3k | 140534.0, 89799.0, 15805.0 | |
| block | OFTString | 329 | 14, 17, 1 | |
| map_id | OFTString | 3 | 0047, 0047, 0084 | |
| geo_id | OFTString | 10.7k | 000000360016031, 000000360016004, 000000360016058 | |
| situs_num | OFTString | 1.8k | 740, 745, 772 | |
| situs_stre | OFTString | 9 | S, S, S | |
| situs_st_1 | OFTString | 446 | LOS LOBOS, LOS LOBOS, LOS LOBOS | |
| situs_st_2 | OFTString | 29 | RD, RD, RD | |
| situs_city | OFTString | 11 | LOPENO, LOPENO, FALCON | |
| situs_stat | OFTString | 2 | TX, TX, TX | |
| situs_zip | OFTString | 4 | 78564, 78564, 78564 | |
| addr_line1 | OFTString | 3.6k | P O BOX 265, 900 S FLAG ST, REVOCABLE LIVING TRUST | |
| addr_line2 | OFTString | 4.7k | PO BOX 1817, 120 CHANCERY CT, 312 DASHING SYCAMORE ST | |
| addr_line3 | OFTString | 71 | SUITE 400, 200 E 7TH AVE SUITE#115, PO BOX 3552 | |
| addr_city | OFTString | 644 | ZAPATA, ALICE, AUSTIN | |
| addr_state | OFTString | 43 | TX, TX, TX | |
| zip | OFTString | 849 | 78076, 78333, 78737 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 4.1k | 01/01/2023, 06/17/2011, 09/25/2002 | |
| volume | OFTString | 972 | 893, 126952, 1005 | |
| page | OFTString | 1.1k | 212, 230, 765 | |
| number | OFTString | 5.5k | 00162272, 676, 00177626 | |
| objectid_1 | OFTReal | 12.4k | 29.0, 155.0, 168.0 | |
| esri_oid | OFTInteger | 12.4k | 29, 155, 168 | |
| shape__are | OFTReal | 12.3k | 2484017.48828125, 4488625.67285156, 7361779.01269531 | |
| shape__len | OFTReal | 12.4k | 9476.24252834016, 12311.3028231726, 19261.2089019199 |
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.