48 attribute fields, profiled from the September 2023 vintage.
Columns in Panola County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 24.6k | 179538, 179540, 179541 | |
| ppin | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id | OFTString | 24.6k | 1269 2900000 0000500, 1269 2900000 0000601, 1269 2900000 0000700 | |
| region | OFTString | 3 | UD, UD, UD | |
| objectid_1 | OFTInteger | 24.6k | 40185, 40187, 40188 | |
| ppin_1 | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id_ | OFTString | 24.6k | 1269 2900000 0000500, 1269 2900000 0000601, 1269 2900000 0000700 | |
| ownername | OFTString | 17.1k | WHITE SYLVIA BERRYHILL, BAXLEY MALESSA ANN E ETVIR, HARRIS RUBY ROBERSON | |
| address1 | OFTString | 5.9k | BAXLEY DANNY JR, TAYLOR MARGIE L (1/2), C/O RUBY HARRIS | |
| address2 | OFTString | 13.4k | 788 LITTLE RD, 1278 BAXLEY DRIVE, P O BOX 401 | |
| address3 | OFTString | — | ||
| city | OFTString | 832 | BATESVILLE, OAKLAND, CROWDER | |
| state | OFTString | 47 | MS, MS, MS | |
| zip | OFTString | 1.4k | 38606-000, 389480000, 386220000 | |
| section | OFTString | 46 | 29, 29, 29 | |
| township | OFTString | 17 | 27, 27, 27 | |
| range | OFTString | 24 | 02, 02, 02 | |
| cult_val1 | OFTInteger | 7.3k | 34183, 7290, 44007 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 4.5k | 464, 228, 804 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 12.4k | 2287, 0, 43583 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 8.8k | 34647, 7518, 44811 | |
| totalvalue | OFTInteger | 17.5k | 36934, 7518, 88394 | |
| cult_ac1 | OFTString | 3.1k | 18.3, 6.07, 26.32 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 3.6k | 1.9, 0.93, 3.28 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.5k | 20.2, 7, 29.6 | |
| tax_dist | OFTString | 63 | 8121, 8121, 8121 | |
| exempt_cod | OFTString | 1 | 1, 1, 1 | |
| homestead | OFTString | — | ||
| sub_num | OFTString | — | ||
| street | OFTString | 1.7k | LITTLE RD, LITTLE RD, LITTLE RD | |
| street_num | OFTInteger | 4.3k | 788, 0, 444 | |
| deed_book | OFTString | 736 | 2009, 2011, 2022 | |
| deed_page | OFTString | 6.2k | 3166, 1412, 0650 | |
| deed_date | OFTString | 8.6k | 20091208, 20110622, 20220217 | |
| legal1 | OFTString | 22.9k | 1 AC PT N 1/2 SW 1/4 NW 1/4, 37 ACC PT W 1/2 NW 1/4, 4.3 ACC PT SW 1/4 NW 1/4 W OF RIVER | |
| legal2 | OFTString | 1.1k | DB H-3/254, DB A-7/455, DB F8/575 | |
| legal3 | OFTString | 1 | OLD PPIN 71-2-5.15 | |
| situs_addr | OFTString | 12.3k | 788 LITTLE RD, 0, 444 LITTLE RD | |
| print_ | OFTString | 24.6k | ||
| prc | OFTString | — | ||
| sup | OFTString | — | ||
| shape__are | OFTReal | 24.5k | 903194.274658203, 296488.567871094, 1311161.39111328 | |
| shape__len | OFTReal | 24.5k | 4017.55364448058, 2307.5202214326, 6270.90714919271 |
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.