33 attribute fields, profiled from the October 2020 vintage.
Columns in Stonewall County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTInteger | 4.2k | 2062, 10271, 2103 | |
| ownshp_seq | OFTInteger | 1 | 1, 1, 1 | |
| acct | OFTString | 4.2k | 04004-00305-00110-000030, 04004-00308-01745-500200, 04004-00308-01745-000200 | |
| name | OFTString | 1.5k | CLEVELAND W H JR, LONG WILLIAM BRADLEY, LONG WILLIAM BRADLEY | |
| own_int | OFTReal | 66 | 1.0, 0.0, 1.0 | |
| acres | OFTReal | 1.7k | 95.0, 0.0, 50.0 | |
| sale_volum | OFTString | 214 | 0, 481, 444 | |
| sale_page | OFTString | 841 | 0, 194, 1090 | |
| sale_deed_ | OFTString | 1.4k | 1995-12-04, 2013-04-25, 2007-03-27 | |
| statedarea | OFTString | 2.5k | 121.769 a, 47.884 a, 47.884 a | |
| specialsur | OFTString | 298 | Missing Deed Page, Missing Deed Page, Missing Deed Page | |
| abst_numbe | OFTString | 1.3k | 110, 1745, 1745 | |
| block | OFTString | 73 | 2, 2, 2 | |
| tract_lot | OFTString | 437 | 305, 308, 308 | |
| legal1 | OFTString | 1.7k | 0110 H&TC BLK 2 SEC 305, 1745 H&TC BLK 2 SEC 308, 1745 H&TC BLK 2 SEC 308 | |
| legal2 | OFTString | 2.8k | 95 ACRES, 50% UDI 50 ACRES, 50 ACRES | |
| legal3 | OFTString | 236 | W OF FM 610, W OF FM 610, LABEL NTZ1695217 | |
| legal4 | OFTString | 31 | SERIAL 12500HB002060A, SE 1/4, CEMETERY = 195.943 | |
| cat_code_p | OFTString | 23 | D1, D1, D1 | |
| careof | OFTString | 253 | TRUST DANNY D WHITLEY, TRUST DANNY D WHITLEY, TRUST DANNY D WHITLEY | |
| prop_stree | OFTString | 412 | 136, 344, 1901 | |
| prop_str_1 | OFTString | 124 | 460, 460, 228-594-0791 | |
| prop_str_2 | OFTString | 8 | CR, CR, FM | |
| street | OFTString | 1.3k | 550 COUNTY ROAD 324, PO BOX 422, PO BOX 422 | |
| streetover | OFTString | 20 | 2312 99TH STREET, 13710 PARK ROW DR. # 3110, 1022 EBENEZER ROAD | |
| state | OFTString | 34 | TX, TX, TX | |
| city | OFTString | 333 | ROTAN, ROTAN, ROTAN | |
| zip5 | OFTString | 444 | 79546, 79546, 79546 | |
| zip4 | OFTString | 630 | 6704, 0422, 0422 | |
| name_1 | OFTString | 4.6k | 2062, 10271, 2103 | |
| objectid | OFTInteger | 5.4k | 70742, 70778, 70779 | |
| prop_city | OFTString | 6 | ROTAN, ROTAN, ASPERMONT | |
| sale_file_ | OFTString | 1.5k | 130905, 70315, 70316 |
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.