50 attribute fields, profiled from the March 2023 vintage.
Columns in Panola County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 18.6k | 185696, 185697, 185701 | |
| name | OFTString | 15.7k | 3030, 36815, 14835 | |
| statedarea | OFTString | 11.6k | 185.107 a, 120.707 a, 11.507 a | |
| parcel_cam | OFTReal | 15.7k | 3030.0, 36815.0, 14835.0 | |
| objectid_1 | OFTInteger | 15.4k | 287664, 305541, 296596 | |
| id | OFTInteger | — | ||
| parcel_id | OFTReal | 15.4k | 3030.0, 36815.0, 14835.0 | |
| sequence | OFTInteger | — | ||
| account | OFTString | 15.4k | 00435-00130-00000-000000, 00435-00075-00000-000000, 00275-00180-00000-000000 | |
| owner_name | OFTString | 10.5k | SOLIMAR EE LLC, MCCRARY J R & J H LIVING TRUST, OWENS HUBERT & LINNIE MAE | |
| owner_id | OFTInteger | — | ||
| ownership_ | OFTInteger | — | ||
| interest | OFTReal | 162 | 1.0, 1.0, 1.0 | |
| acres | OFTReal | 7.6k | 322.24, 7.0, 10.28 | |
| careof | OFTString | 1.3k | C/O ETHERLYNE STARLING, %MAGGIE NEAL, % WARDELL STARLING | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 343 | J MCADAMS, C BIGGERS, J BUSBY | |
| abstract_n | OFTString | 356 | 435, 120, 78 | |
| block | OFTString | 356 | 2, 1, BLK 7 | |
| tract_lot | OFTString | 466 | 4A, 48, 44 | |
| legal1 | OFTString | 5.1k | AB 435 J MCADAMS/AB 275 HUDSON, AB 435 J MCADAMS, AB 275 H HUDSON | |
| legal2 | OFTString | 1.9k | 1/2 UND INT, AB 404 W H LACY, 1/2 UND INT IN 5.292 ACRES | |
| legal3 | OFTString | 1.4k | P-10A, P-7, P-6 | |
| legal4 | OFTString | 590 | USED TO BE AB 1050, RCAD#367-20, SCAD #1-P493-0000-0010-0 | |
| primary_ca | OFTString | 30 | D1A, D1T, D1T | |
| location_c | OFTString | 13 | CISDR, CISDR, CISDR | |
| user_code1 | OFTString | 11 | 1, 2, 1 | |
| user_code2 | OFTString | 29 | AOF, 2RA, AOF | |
| user_code3 | OFTString | 1 | 0, 0 | |
| user_code4 | OFTString | — | ||
| user_code5 | OFTString | — | ||
| user_code6 | OFTString | 33 | 99, 98, 99 | |
| deed_volum | OFTString | 1.8k | 1048, 1960, 1048 | |
| deed_page | OFTString | 876 | 793, 216, 22 | |
| market_val | OFTInteger | 10.3k | 370580, 14560, 31970 | |
| prop_stree | OFTString | 2.5k | 702, 9517, 4576 | |
| prop_str_1 | OFTString | 1.1k | COUNTY RD 166, COUNTY RD 3178, COUNTY RD 165 | |
| prop_str_2 | OFTString | 11 | S, S, E | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | — | ||
| prop_state | OFTString | — | ||
| prop_zip5 | OFTString | — | ||
| prop_zip4 | OFTString | — | ||
| mailing_ad | OFTString | 8.7k | 600 ASTOR PLACE DR, 2234 LAKEVILLE DR, 2702 STATE HWY 315 | |
| mailing__1 | OFTString | 39 | BOX 101C, #12456, #12456 | |
| mailing__2 | OFTString | 761 | NEW IBERIA, KINGWOOD, CARTHAGE | |
| mailing__3 | OFTString | 47 | LA, TX, TX | |
| mailing__4 | OFTString | 1.2k | 70563, 77339, 75633 | |
| mailing__5 | OFTString | 3.0k | 2234, 5535, 2783 | |
| expr1 | OFTReal | — |
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.