46 attribute fields, profiled from the June 2023 vintage.
Columns in Covington County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 17.1k | 127085, 127086, 127087 | |
| ppin | OFTInteger | 17.1k | 1221, 1218, 14561 | |
| parcel_id | OFTString | 17.1k | 117026 00600, 117026 00700, 117026 00710 | |
| region | OFTString | 1 | LCP, LCP, LCP | |
| ownername | OFTString | 11.6k | WEYERHAEUSER COMPANY, GRAHAM STEPHEN N, GRAHAM STEPHEN N | |
| address1 | OFTString | 9.8k | % WEYERHAEUSER TAX PROCESSOR, 51 GRAHAM ROAD, 191 OLD HWY 24 | |
| address2 | OFTString | 2.7k | 128 MAIN STREET, 51 GRAHAM ROAD, 51 GRAHAM ROAD | |
| address3 | OFTString | — | ||
| city | OFTString | 689 | CROSSETT, SUMRALL, SUMRALL | |
| state | OFTString | 46 | AR, MS, MS | |
| zip | OFTString | 990 | 71635, 39482, 39482 | |
| section | OFTString | 37 | 26, 26, 26 | |
| township | OFTString | 18 | 06N, 06N, 06N | |
| range | OFTString | 16 | 16W, 16W, 16W | |
| cult_val1 | OFTInteger | 209 | 0, 8000, 0 | |
| cult_val2 | OFTInteger | 976 | 0, 250, 1480 | |
| uncul_val1 | OFTInteger | 15 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.7k | 15610, 90, 15370 | |
| imp_val1 | OFTInteger | 5.2k | 0, 78760, 0 | |
| imp_val2 | OFTInteger | 1.8k | 0, 0, 0 | |
| land_val | OFTInteger | 2.2k | 15610, 8340, 16850 | |
| totalvalue | OFTInteger | 7.0k | 15610, 87100, 16850 | |
| cult_ac1 | OFTString | 102 | 0, 1, 0 | |
| cult_ac2 | OFTString | 2.2k | 0, 1.97, 11.82 | |
| uncult_ac1 | OFTString | 15 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.4k | 80, 0.53, 65.18 | |
| total_ac | OFTString | 2.4k | 80, 3.5, 77 | |
| tax_dist | OFTString | 12 | 2000, 2000, 2000 | |
| exempt_cod | OFTString | 9 | 0, 0, 0 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | 4 | 1, 4, 3 | |
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 2.1k | GRAHAM RD SUMRALL MS 39482, GRAHAM RD SUMRALL MS 39482, GRAHAM RD SUMRALL MS 39428 | |
| street_num | OFTInteger | 1.2k | 0, 39, 0 | |
| deed_book | OFTString | 507 | 210, 221, 219 | |
| deed_page | OFTString | 1.7k | 506, 628, 575 | |
| deed_date | OFTString | 6.9k | 1996-04-24, 1998-01-22, 1994-07-15 | |
| legal1 | OFTString | 15.9k | W2 NW4, 3.5 AC OF N2 SE4 SW4, SE4 NW4 & NE4 SW4 LESS 3 AC IN SE PT | |
| legal2 | OFTString | 420 | GRAHAM RD, BY 891.38' E&W, 0326060 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 4.6k | 0, 39 GRAHAM RD SUMRALL MS 39482, 0 | |
| print_ | OFTString | 17.1k | http://apps.agdmaps.com/print/ms/covington/index.html?PPIN=1, http://apps.agdmaps.com/print/ms/covington/index.html?PPIN=4, http://apps.agdmaps.com/print/ms/covington/index.html?PPIN=3 | |
| prc | OFTString | 17.1k | http://dl.agd.cc/prc/ms/covington/117026________00600.pdf, http://dl.agd.cc/prc/ms/covington/117026________00700.pdf, http://dl.agd.cc/prc/ms/covington/117026________00710.pdf | |
| shape__are | OFTReal | 16.8k | 3504869.68457031, 133966.129974365, 3390264.85095215 | |
| shape__len | OFTReal | 16.8k | 7941.14044660072, 2281.60817763914, 9076.90727735772 |
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.