45 attribute fields, profiled from the April 2024 vintage.
Columns in Sutton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 5.7k | 183337, 183335, 103596 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 5.5k | 183337, 183335, 103596 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 2.1k | SONORA RANCH LLC, LOPEZ MANUEL P, FRERS ROBERT J | |
| legal_acre | OFTReal | 2.7k | 1.0, 1.0, 134.77 | |
| hood_cd | OFTString | 33 | SONORA, SONORA, JUNO | |
| school | OFTString | 1 | 02, 02, 02 | |
| city | OFTString | 1 | 03, 03, 03 | |
| county | OFTString | 1 | 01, 01, 01 | |
| next_appra | OFTString | 51 | 2024-01-01, 2024-01-01, 2024-01-01 | |
| legal_desc | OFTString | 5.4k | ABSTRACT 1705 ACRES 1.0, SEC 8, V J TURNEY, ABSTRACT 1289 ACRES 1.0, SEC 14, R D GIBSON, ABSTRACT 265 ACRES 134.77, SEC 11, GWT&P RY CO | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 713 | 3, 1, 6F | |
| abs_subdv_ | OFTString | 1.6k | 1705, 1289, 265 | |
| land_val | OFTReal | 3.6k | 1560.0, 1600.0, 214350.0 | |
| imprv_val | OFTReal | 1.8k | 43660.0, 25970.0, 0.0 | |
| market | OFTReal | 4.6k | 45220.0, 27570.0, 214350.0 | |
| block | OFTString | 201 | 30E, SEC 82, G W LOGAN, 41 | |
| map_id | OFTString | 3 | 42.06, 37.47, 97 | |
| geo_id | OFTString | 5.4k | 0217058 0005, 02128914 0006, 02265 11 0003 | |
| situs_num | OFTString | 622 | 18260, 19670, 14030 | |
| situs_stre | OFTString | 6 | SCR, N, W | |
| situs_st_1 | OFTString | 477 | RANCH ROAD 189, SCR 410, RANCH ROAD 189 | |
| situs_st_2 | OFTString | 6 | ST, DR, AVE | |
| situs_city | OFTString | 1 | SONORA TE | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | — | ||
| addr_line1 | OFTString | 727 | FRERS JANET M, HODGE DUSTIN T, c/o COVENANT MFO | |
| addr_line2 | OFTString | 1.9k | P O BOX 161570, 402 E PLUM, 4219 NORTON DR. | |
| addr_line3 | OFTString | 25 | 19585 SCR 410, 4802 FIELDSTONE DRIVE, 9938 FLATLAND TRAIL | |
| addr_city | OFTString | 290 | AUSTIN, SONORA, MANUEL | |
| addr_state | OFTString | 26 | TX, TX, TX | |
| zip | OFTString | 395 | 78716, 76950, 77578 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 1.9k | 01/23/2015, 05/18/2017, 08/18/2016 | |
| volume | OFTString | 1.5k | 61646, 63698, 63028 | |
| page | OFTString | 681 | 532, 454, 189 | |
| number | OFTString | 41 | 60993, 60993, 0 | |
| objectid_1 | OFTReal | 5.9k | 163.0, 164.0, 665.0 | |
| esri_oid | OFTInteger | 5.9k | 163, 164, 665 | |
| shape__are | OFTReal | 5.7k | 13554.43359375, 36555.77734375, 6149095.640625 | |
| shape__len | OFTReal | 5.7k | 499.118154259933, 816.523499013072, 11529.9818675487 |
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.