40 attribute fields, profiled from the June 2023 vintage.
Columns in Angelina County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| oid | OFTReal | 50.0k | 1.0, 2.0, 3.0 | |
| dict0 | OFTString | 29.0k | R38215, R38508, 0 | |
| PID | OFTReal | 50.0k | 38215.0, 38508.0, 0.0 | |
| geonum | OFTString | 50.0k | 1130-055-001-000-00, 1178-055-002-000-00, 0 | |
| pacsid | OFTReal | 50.0k | 38215.0, 38508.0, 0.0 | |
| pacsgeo | OFTString | 50.0k | 1130-055-001-000-00, 1178-055-002-000-00, 0 | |
| mapacreage | OFTReal | 4.0k | 0.0, 0.0, 0.0 | |
| giscomm | OFTString | 1.1k | Rendered in Jasper County, 04/04/19 ecd, 05/08/18 ecd 2.038a TXDOT | |
| slen | OFTReal | 50.0k | 11199.9775615, 2519.05270852, 2435.12369899 | |
| prop_id | OFTReal | 50.0k | 38215.0, 38508.0, 0.0 | |
| area | OFTReal | 50.0k | 3039696.6922530504, 192151.0119135306, 135472.9537084796 | |
| len | OFTReal | 50.0k | 11199.976883033478, 2519.0524944828962, 2435.1230866357037 | |
| pacs_prop_ | OFTReal | 50.0k | 38215.0, 38508.0, 38509.0 | |
| prop_val_y | OFTInteger64 | 1 | 2023, 2023, 2023 | |
| geo_id | OFTString | 50.0k | 1130-055-001-000-00, 1178-055-002-000-00, 1178-055-003-000-00 | |
| prop_type_ | OFTString | 2 | R, R, R | |
| prop_typ_1 | OFTString | 2 | Real, Real, Real | |
| dba_name | OFTString | 1.4k | SMITH LEROY & BETTY (LE), SMITH LEROY & BETTY (LE), DUNKIN CEMETARY | |
| appraised_ | OFTString | 23.5k | $11,344.00, $650.00, $35,570.00 | |
| subdv_cd | OFTString | 2.9k | 1130, 1178, 1178 | |
| mapsco | OFTString | 117 | 12345, 7670-, 7660- | |
| mapid | OFTString | 274 | 055, 055, 055 | |
| agentcd | OFTString | 183 | 8, 8, 8 | |
| hood_cd | OFTString | 283 | SZA, SZA, SZA | |
| hood_name | OFTString | 282 | ZAVALLA ISD, ZAVALLA ISD, ZAVALLA ISD | |
| owner_name | OFTString | 32.0k | REID J & SMITH C & JONE J ETAL, CRYER CRAIG & CRYER CALVIN MENYARD JR, CRYER GEORGE A JR | |
| owner_id | OFTReal | 32.9k | 100497.0, 172038.0, 62231.0 | |
| addr1 | OFTString | 1.3k | C/O HOLLINGSWORTH V A, ATTN: FOREST RESOURCE CONSULTANTS,INC, ATTN: FOREST RESOURCE CONSULTANTS,INC | |
| addr2 | OFTString | 26.7k | 2171 FM 325, PO BOX 523, PO BOX 63 | |
| addr3 | OFTString | 59 | DEBRA E WRIGHT, Confidential, Confidential | |
| addr_city | OFTString | 1.1k | LUFKIN, ZAVALLA, ZAVALLA | |
| addr_st | OFTString | 51 | TX, TX, TX | |
| addr_zip | OFTString | 12.3k | 75901-5017, 75980, 75980-0063 | |
| addr_count | OFTString | 2 | US, US, US | |
| pct_owners | OFTReal | 23 | 54.669013, 100.0, 100.0 | |
| exemptions | OFTString | 145 | EX-XV, HS, DP, HS, OTHER | |
| state_cd | OFTString | 31 | D1, D1, E5 | |
| legal_desc | OFTString | 50.0k | ABS 1178 NEYLAND T. H. & HERBERT,TRACT 2,ACRES 4.36, ABS 1178 NEYLAND T. H. & HERBERT,TRACT 3,ACRES 5.68, ABS 0996 RUSSELL DAVID.,TRACT 1,ACRES 26.73 | |
| situs | OFTString | 33.4k | TX, TX, TX | |
| jurisdicti | OFTString | 111 | CAD, GAG, JAG, SZA, CAD, GAG, JAG, SZA, CAD, GAG, JAG, SZA |
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.