46 attribute fields, profiled from the September 2022 vintage.
Columns in Leake County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.7k | 80673, 80674, 80695 | |
| ppin | OFTInteger | 16.7k | 11951, 16473, 11970 | |
| parcel_id | OFTString | 16.7k | 117290002, 117290002.01, 117300013 | |
| region | OFTString | 2 | UCP, UCP, UCP | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 16.7k | 11951, 16473, 11970 | |
| parcel_id_ | OFTString | 16.7k | 117290002, 117290002.01, 117300013 | |
| ownername | OFTString | 11.3k | CRAWFORD PAUL D, GRANTHAM ROBERT J ETUX NANCY, CRAWFORD PAUL D | |
| address1 | OFTString | 2.5k | % POTLATCH CORP, % POTLATCH CORP, NUTT HELEN J | |
| address2 | OFTString | 7.7k | 1896 UTAH ROAD, 1722 CRAWFORD CIRCLE, 1896 UTAH ROAD | |
| address3 | OFTString | — | ||
| city | OFTString | 715 | LENA, LENA, LENA | |
| state | OFTString | 48 | MS, MS, MS | |
| zip | OFTString | 937 | 39094, 39094, 39094 | |
| section | OFTString | 45 | 29, 29, 30 | |
| township | OFTString | 13 | 09, 09, 09 | |
| range | OFTString | 19 | 06E, 06E, 06E | |
| cult_val1 | OFTInteger | 665 | 0, 6900, 0 | |
| cult_val2 | OFTInteger | 1.5k | 6750, 870, 1000 | |
| uncul_val1 | OFTInteger | 44 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.0k | 34490, 1360, 20390 | |
| imp_val1 | OFTInteger | 4.2k | 0, 140210, 0 | |
| imp_val2 | OFTInteger | 3.0k | 43700, 2240, 1050 | |
| land_val | OFTInteger | 2.8k | 41240, 9130, 21390 | |
| totalvalue | OFTInteger | 7.3k | 84940, 151580, 22440 | |
| cult_ac1 | OFTString | 144 | 0, 1, 0 | |
| cult_ac2 | OFTString | 2.1k | 6.150000, 2.830000, 3.990000 | |
| uncult_ac1 | OFTString | 50 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.8k | 186.450000, 7.570000, 101.010000 | |
| total_ac | OFTString | 1.1k | 192.600000, 11.400000, 105 | |
| tax_dist | OFTString | 14 | 4110, 4110, 4110 | |
| exempt_cod | OFTString | 5 | 00, 00, 00 | |
| homestead | OFTString | 4 | 1, 1, 1 | |
| sub_num | OFTString | — | ||
| street | OFTString | 912 | CRAWFORD CIR, CRAWFORD CIR, UTAH RD | |
| street_num | OFTInteger | 3.6k | 1772, 1722, 0 | |
| deed_book | OFTString | 388 | 324, 357, 324 | |
| deed_page | OFTString | 910 | 652, 195, 652 | |
| deed_date | OFTString | 7.4k | 2010-08-30, 2016-08-31, 2010-08-30 | |
| legal1 | OFTString | 7.1k | PT SW; PT N1/2 SE; PT S1/2 NE, PT N1/2 SW, PT SW/NE PT NW/SE S2 NE/SE E2SE/SE | |
| legal2 | OFTString | — | ||
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 8.6k | 1772 CRAWFORD CIR, 1722 CRAWFORD CIR, 0 | |
| print_ | OFTString | 16.7k | http://apps.agdmaps.com/print/ms/leake/index.html?PPIN=11951, http://apps.agdmaps.com/print/ms/leake/index.html?PPIN=16473, http://apps.agdmaps.com/print/ms/leake/index.html?PPIN=11970 | |
| shape__are | OFTReal | 16.7k | 8464397.475403, 462624.160828, 4715310.071289 | |
| shape__len | OFTReal | 16.7k | 30057.78555, 3276.848783, 16504.878494 |
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.