50 attribute fields, profiled from the May 2024 vintage.
Columns in Jones County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 27.5k | 1615413, 1615496, 1615509 | |
| name | OFTString | 14.8k | 22309, 11363, 27461 | |
| statedarea | OFTString | 8.3k | 21.15 a, 60.736 a, 34.06 a | |
| parcel_cam | OFTReal | 14.8k | 22309.0, 11363.0, 27461.0 | |
| objectid_1 | OFTInteger | 14.0k | 2144476, 2136479, 2147815 | |
| id | OFTInteger | 14.0k | 9033, 1036, 12372 | |
| parcel_id | OFTReal | 14.0k | 22309.0, 11363.0, 27461.0 | |
| sequence | OFTInteger | 4 | 1, 1, 1 | |
| account | OFTString | 14.0k | 103611-000, 100513-000, 102952-000 | |
| owner_name | OFTString | 8.2k | PHILLIPS TRENT D &, PAYNE GUY MARCUS, GRAY WANDA VESSELS | |
| owner_id | OFTInteger | 8.4k | 16386, 106342, 29676 | |
| interest | OFTReal | 43 | 1.0, 1.0, 1.0 | |
| acres | OFTReal | 4.3k | 16.0, 58.0, 45.0 | |
| careof | OFTString | 964 | ROBERT D & CAROL L PHILLIPS, REV LIVING TRUST, ROBERT D & CAROL L PHILLIPS | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 311 | T&P-19, T&P-19, T&P-19 | |
| abstract_n | OFTString | 1.5k | 697, 1261, 1261 | |
| block | OFTString | 262 | A, A, 28 | |
| tract_lot | OFTString | 1.5k | 1, 1, 2 | |
| legal1 | OFTString | 8.7k | A0697 23 T&P-19, TRACT 1, ACRE, A1261 22 T&P-19, TRACT 1, A1261 22 T&P-19, TRACT 2, | |
| legal2 | OFTString | 8.4k | S 16, ACRES 58, ACRES 45 | |
| legal3 | OFTString | 1.8k | DELACRUZ, SUIT TX01-0874, WEST PASTURE | |
| legal4 | OFTString | 314 | LIFE ESTATE TO DON & MARY, ACRES 2.376, ACRES 1.63 | |
| primary_ca | OFTString | 35 | D1, E, D1 | |
| location_c | OFTString | 32 | 262, 252, 252 | |
| user_code1 | OFTString | 13 | W, SUPP, L | |
| user_code2 | OFTString | 3 | JP, JP, JP | |
| user_code3 | OFTString | 7 | D, D, D | |
| user_code4 | OFTString | 1 | J, J, J | |
| user_code5 | OFTString | 5 | B, B, B | |
| user_code6 | OFTString | 5 | JCAD, JCAD, JCAD | |
| deed_volum | OFTString | 1 | 162, 162 | |
| deed_page | OFTString | 1 | 624, 624 | |
| market_val | OFTInteger | 1 | 0, 0 | |
| prop_stree | OFTString | 3.6k | 17071, 16732, 16811 | |
| prop_str_1 | OFTString | 1.2k | CR 422, FM 1085 & CR 422, CR 422 | |
| prop_str_2 | OFTString | 4 | W, N, N | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | 90 | FM 1085 & CR 422, TRENT, TRENT | |
| prop_state | OFTString | 1 | TX, TX, TX | |
| prop_zip5 | OFTString | 11 | 79561, 79561, 79536 | |
| prop_zip4 | OFTString | — | ||
| mailing_ad | OFTString | 7.2k | PO BOX 50125, 502 W BIRD ST, 12923 PINE MEADOWS ST | |
| mailing__1 | OFTString | 46 | BOX 172, # 4, 7422 CR 410 | |
| mailing__2 | OFTString | 652 | AMARILLO, WESTBROOK, TOMBALL | |
| mailing__3 | OFTString | 45 | TX, TX, TX | |
| mailing__4 | OFTString | 900 | 79159, 79565, 77375 | |
| mailing__5 | OFTString | 2.3k | 0125, 2049, 0072 | |
| expr1 | OFTReal | 14.0k | 22309.0, 11363.0, 27461.0 | |
| ownership_ | OFTInteger | 14.0k | 10914, 1228, 14991 |
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.