45 attribute fields, profiled from the April 2024 vintage.
Columns in Hidalgo County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 50.0k | 511561, 231399, 231400 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 50.0k | 511561, 231399, 231400 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 50.0k | MILLER CHET, DYER ROBERT A & CHRISTINA M, DYER ROBERT A & CHRISTINA M | |
| legal_acre | OFTReal | 3.7k | 207.6, 367.82, 96.39 | |
| hood_cd | OFTString | 4.9k | 1006700, M265000, M265000 | |
| school | OFTString | 13 | SHD, SVV, SVV | |
| city | OFTString | 18 | CHD, CHD, CHD | |
| county | OFTString | 1 | GHD, GHD, GHD | |
| next_appra | OFTString | 23 | 2025-01-01, 2025-01-01, 2025-01-01 | |
| legal_desc | OFTString | 50.0k | PORCION 67 BK FOR 67 15.5AC BEING AN IRR TR, MCCOLL, A. J. BK 15 LTS 1 & 2 2.00AC-H/S-247AC 2.00AC NET, PORCION 64-65 367.82AC SOUTH OF CANAL 367.82AC NET | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 1.9k | 1, 1, 10 | |
| abs_subdv_ | OFTString | 6.8k | 1006700, M265000, M265000 | |
| land_val | OFTReal | 50.0k | 147250.0, 83616.0, 519000.0 | |
| imprv_val | OFTReal | 50.0k | 0.0, 161812.0, 0.0 | |
| market | OFTReal | 50.0k | 147250.0, 245428.0, 519000.0 | |
| block | OFTString | 618 | 15, 15, 1 | |
| map_id | OFTString | 12.4k | 31E, VOL21 PG 598, VOL21 PG 598 | |
| geo_id | OFTString | 50.0k | 10067-00-000-0000-31, M2650-00-015-0001-00, M2650-00-015-0001-02 | |
| situs_num | OFTString | 6.4k | 2011, 9901, 12501 | |
| situs_stre | OFTString | 49 | S, W, S | |
| situs_st_1 | OFTString | 10.3k | RIVER LEVEE & MCCOLL, DOFFING CANAL RD, DOFFING CANAL RD | |
| situs_st_2 | OFTString | 92 | RD, ST, ST | |
| situs_city | OFTString | 102 | DONNA, DONNA, ALAMO | |
| situs_stat | OFTString | 5 | TX, TX, TX | |
| situs_zip | OFTString | 232 | 78537, 78537, 78537 | |
| addr_line1 | OFTString | 10.4k | %WELLS FARGO BANK NA TRUSTEE, THE ESTATE OF CRISOFORO S VELA SR, C/O US FISH & WILDLIFE SERVICE | |
| addr_line2 | OFTString | 50.0k | 1524 MILLER FARM SERVICE RD, PO BOX 3300, PO BOX 3300 | |
| addr_line3 | OFTString | 625 | RM C-217, 1300 PENNSYLVANIA AVE NW STE 44-B, RM C-217 | |
| addr_city | OFTString | 3.3k | HIDALGO, MISSION, MISSION | |
| addr_state | OFTString | 68 | TX, TX, TX | |
| zip | OFTString | 4.7k | 78557, 78573, 78573 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 12.6k | 07/27/2001, 09/11/2023, 09/11/2023 | |
| volume | OFTString | 2.4k | 2107, 2107, 2107 | |
| page | OFTString | 1.2k | 434, 434, 434 | |
| number | OFTString | 50.0k | 992864, 3482155, 3482155 | |
| objectid_1 | OFTReal | 50.0k | 16851.0, 26127.0, 26128.0 | |
| esri_oid | OFTInteger | 50.0k | 16851, 26127, 26128 | |
| shape__are | OFTReal | 50.0k | 780943.53515625, 9013347.19140625, 9013347.19140625 | |
| shape__len | OFTReal | 50.0k | 4510.5294070347, 14074.0709660695, 14074.0709660695 |
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.