27 attribute fields, profiled from the February 2021 vintage.
Columns in Stewart County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 11.5k | 081005 00100, 081005 00101, 081005 00102 | |
| owner | OFTString | 7.6k | STONE GARY S, REASOR CHARLES B JR (TRUSTEE), REASOR CHARLES B JR (TRUSTEE) | |
| addr1 | OFTString | 6.8k | ETUX DIANE M, 159 MANOR LAKE ESTATES DRIVE, 159 MANOR LAKE ESTATES DRIVE | |
| addr2 | OFTString | 5.2k | 3531 RABBITT RUN, SPRING, TX 77379, SPRING, TX 77379 | |
| situs | OFTString | 7.0k | N LINEPOINT RD, CREEKMORE LN, CREEKMORE LN | |
| total_val | OFTString | 2.9k | 22,700, 52,800, 100,400 | |
| land_val | OFTString | 1.6k | 22,700, 52,800, 100,400 | |
| imprv | OFTString | 2.2k | 0, 0, 0 | |
| assessd | OFTString | 2.4k | 5,675, 13,200, 25,100 | |
| use | OFTString | 14 | 10 - FARM, 00 - RESIDENTIAL, 00 - RESIDENTIAL | |
| legal | OFTString | 940 | VALUE CHG BY B/O/E 2009, 'COMMON AREA', VALUE CHG BY B/O/E 2009 | |
| acres | OFTString | 2.3k | 15.95, 2.11, 6.69 | |
| gislink | OFTString | 11.5k | 081005 00100, 081005 00101, 081005 00102 | |
| county_id | OFTInteger | 1 | 81, 81, 81 | |
| parcel_typ | OFTInteger | 2 | 1, 1, 1 | |
| calc_acre | OFTReal | 11.5k | 15.783806, 1.86546, 6.756259 | |
| parcelid | OFTString | 11.5k | 081 005 00100 000 2020, 081 005 00101 000 2020, 081 005 00102 000 2020 | |
| conum | OFTString | 1 | 081, 081, 081 | |
| cmap | OFTString | 163 | 005, 005, 005 | |
| gp | OFTString | 10 | A, A, A | |
| parcel | OFTString | 1.4k | 001.00, 001.01, 001.02 | |
| address | OFTString | 7.1k | N LINEPOINT RD, CREEKMORE LN, CREEKMORE LN | |
| city | OFTString | 3 | 000, 000, 000 | |
| deedac | OFTReal | 1.9k | 15.95, 2.11, 6.69 | |
| calcac | OFTReal | 818 | 0.0, 0.0, 0.0 | |
| subdiv | OFTString | 821 | EAGLES RIDGE SUB, EAGLES RIDGE SUB, EAGLES RIDGE SUB | |
| lot | OFTString | 1.1k | 75, 22, 21 |
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.