45 attribute fields, profiled from the October 2022 vintage.
Columns in Walthall County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 14.8k | 103301, 103835, 104757 | |
| ppin | OFTInteger | 14.6k | 10397, 3567, 1867 | |
| parcel_id | OFTString | 14.8k | 001-25-000-11.00, 001-25-000-08.00, 001-36-000-13.00 | |
| region | OFTString | 1 | LCP, LCP, LCP | |
| ownername | OFTString | 10.4k | MARTIN NELL DAVIS ETVIR LARRY J R/S, BANKSTON STEVEN A & DANIEL SHANE, CAIRE ALBERT D JR | |
| address1 | OFTString | 8.6k | 309 SMITHBURG RD, R/S, 228 BRELAND RD | |
| address2 | OFTString | 1.8k | 365 STALLINGS BRIDGE RD, 392 SMITHBURG RD, 298 DILLON BRIDGE RD | |
| address3 | OFTString | 159 | ATTN: ESCROW DEPT, ATTN: ESCROW DEPT, 5111 GIBSON RD | |
| city | OFTString | 704 | OSYKA, TYLERTOWN, TYLERTOWN | |
| state | OFTString | 46 | MS, MS, MS | |
| zip | OFTString | 1.0k | 39657, 39667, 39667 | |
| section | OFTString | 39 | 25, 25, 36 | |
| township | OFTString | 17 | 001, 001, 001 | |
| range | OFTString | 17 | 009, 009, 009 | |
| cult_val1 | OFTInteger | 417 | 6600, 0, 7600 | |
| cult_val2 | OFTInteger | 1.2k | 0, 2010, 860 | |
| uncul_val1 | OFTInteger | 35 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.6k | 0, 5390, 8030 | |
| imp_val1 | OFTInteger | 4.2k | 75390, 0, 141120 | |
| imp_val2 | OFTInteger | 1.9k | 0, 3120, 930 | |
| land_val | OFTInteger | 2.2k | 6600, 7400, 16490 | |
| totalvalue | OFTInteger | 6.1k | 81990, 10520, 158540 | |
| cult_ac1 | OFTString | 122 | 1, 0, 1 | |
| cult_ac2 | OFTString | 2.3k | 0, 0.080000, 5.900000 | |
| uncult_ac1 | OFTString | 41 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.5k | 0, 26.620000, 32.100000 | |
| total_ac | OFTString | 1.8k | 1, 26.700000, 39 | |
| tax_dist | OFTString | 12 | 1000, 1000, 1000 | |
| exempt_cod | OFTString | 10 | 0, 0, 0 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | 4 | 3, 1, 3 | |
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 257 | BREELAND RD, 228 DILLONS BRIDGE RD, 228 DILLONS BRIDGE RD | |
| street_num | OFTInteger | 167 | 0, 0, 0 | |
| deed_book | OFTString | — | ||
| deed_page | OFTString | — | ||
| deed_date | OFTString | — | ||
| legal1 | OFTString | 14.6k | SE/4 SE/4 LESS RD ROW DEED BOOK REF: 278-30, 2/A SE COR NE/4 SE/4 LESS RD ROW DEED BOOK REF: 101-105, 1 ACC IN NE/COR NE/4 SW/4 3/24/03 345-278 3/8/06 358-291 | |
| legal2 | OFTString | 3.6k | 334- 334-98 5/14/03 345-579, 7-99 328-564 9/27/02 342-594, 12/25/09 376-511 2/10/10 378-169 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 326 | 0, 0, 0 | |
| print_ | OFTString | 14.6k | http://apps.agdmaps.com/print/ms/walthall/index.html?PPIN=18, http://apps.agdmaps.com/print/ms/walthall/index.html?PPIN=93, http://apps.agdmaps.com/print/ms/walthall/index.html?PPIN=19 | |
| shape__are | OFTReal | 14.8k | 32849.881348, 1177305.002075, 1759764.052124 | |
| shape__len | OFTReal | 14.7k | 725.113894, 5512.311048, 5382.593784 |
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.