45 attribute fields, profiled from the August 2022 vintage.
Columns in Scott County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 21.1k | 22021, 22022, 22023 | |
| ppin | OFTInteger | 21.1k | 706, 707, 708 | |
| parcel_id | OFTString | 21.1k | 1019 3000000 00600, 1019 3000000 00700, 1019 3000000 00800 | |
| region | OFTString | 4 | LCP, LCP, LCP | |
| ownername | OFTString | 14.3k | HUFFMAN, JIMMY LAVELL ET UX, GAINEY, MAXWELL LARRY ET UX, PETTUS, REGINA GRAY & | |
| address1 | OFTString | 11.8k | 636 MRS EVERETT RD., 380 FRANKLIN RD., RAY, JANET RAY | |
| address2 | OFTString | 2.5k | 3352 HWY 18, 978 COOPERVILLE RD, 143 SWEDES AVE | |
| address3 | OFTString | — | ||
| city | OFTString | 744 | PELAHATCHIE, MORTON, BRANDON | |
| state | OFTString | 69 | MS, MS, MS | |
| zip | OFTString | 1.1k | 39145, 39117, 39042 | |
| section | OFTString | 42 | 30, 30, 30 | |
| township | OFTString | 20 | 05, 05, 05 | |
| range | OFTString | 25 | 06, 06, 06 | |
| cult_val1 | OFTInteger | 789 | 7000, 0, 0 | |
| cult_val2 | OFTInteger | 1.5k | 13710, 2250, 0 | |
| uncul_val1 | OFTInteger | 66 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.9k | 14940, 4970, 4970 | |
| imp_val1 | OFTInteger | 5.8k | 120950, 0, 0 | |
| imp_val2 | OFTInteger | 2.4k | 41440, 0, 0 | |
| land_val | OFTInteger | 2.7k | 35650, 7220, 4970 | |
| totalvalue | OFTInteger | 8.0k | 198040, 7220, 4970 | |
| cult_ac1 | OFTString | 141 | 1, 0, 0 | |
| cult_ac2 | OFTString | 2.6k | 93.590000, 15.430000, 0 | |
| uncult_ac1 | OFTString | 101 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.6k | 65.410000, 21.570000, 20 | |
| total_ac | OFTString | 1.3k | 160, 37, 20 | |
| tax_dist | OFTString | 22 | 3001, 3001, 3001 | |
| exempt_cod | OFTString | 7 | 0, 0, 0 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | 4 | 4, 3, 4 | |
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 1.9k | MRS. EVERETT ROAD, GAINEY ROAD-LL, COOPERVILLE RD-LL | |
| street_num | OFTInteger | 3.6k | 0, 0, 0 | |
| deed_book | OFTString | 418 | 15F, 8J, 15P | |
| deed_page | OFTString | 879 | 91, 602, 535 | |
| deed_date | OFTString | 6.8k | 2014-04-17, 1983-09-27, 2015-07-23 | |
| legal1 | OFTString | 20.5k | NW 1/4 6Q/456, W 37 ACC PT. NW 1/4 SW 1/4 6W/511 & 8J/602, W 1/2 SW 1/4 SW 1/4 YYY/371 8W/351 15P/502 15P/535 | |
| legal2 | OFTString | 5.0k | 8J/602, 8H/549 14Z/333, 5J/76-80 12K/613 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 9.0k | 0 MRS. EVERETT ROAD, 0 GAINEY ROAD-LL, 0 COOPERVILLE RD-LL | |
| print_ | OFTString | 21.1k | http://apps.agdmaps.com/print/ms/scott/index.html?PPIN=706, http://apps.agdmaps.com/print/ms/scott/index.html?PPIN=707, http://apps.agdmaps.com/print/ms/scott/index.html?PPIN=708 | |
| shape__are | OFTReal | 21.1k | 7009211.724792, 1759493.970398, 876858.139221 | |
| shape__len | OFTReal | 21.0k | 11896.671232, 5306.861911, 3971.335077 |
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.