49 attribute fields, profiled from the October 2022 vintage.
Columns in Prentiss County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 18.1k | 174762, 174763, 174857 | |
| ppin | OFTInteger | 18.1k | 7497, 7503, 16569 | |
| parcel_id | OFTString | 18.1k | 08010011 00400, 08010011 00500, 08060014 00702 | |
| region | OFTString | 2 | BB, BB, BB | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 18.1k | 7497, 7503, 16569 | |
| parcel_id_ | OFTString | 18.1k | 08010011 00400, 08010011 00500, 08060014 00702 | |
| ownername | OFTString | 13.1k | PETERS KARY H & SCOTTY L, PETERS KARY H, HANCOCK BILLY G | |
| address1 | OFTString | 2.9k | (REM) POUNDERS JEANICE ET AL, (REM) HANCOCK EVERETTE JR ETAL, (HEIRS: BILLY, JACK, & HAL HALCOCK) | |
| address2 | OFTString | 5.4k | 133 CR 5450, 109 CR 2780, 2377 HWY 370 EAST | |
| address3 | OFTString | — | ||
| city | OFTString | 477 | BALDWYN, BALDWYN, BALDWYN | |
| state | OFTString | 47 | MS, MS, MS | |
| zip | OFTString | 624 | 38824, 38824, 38824 | |
| section | OFTString | 47 | 11, 11, 14 | |
| township | OFTString | 29 | 007, 007, 007 | |
| range | OFTString | 26 | 007, 007, 007 | |
| cult_val1 | OFTInteger | 749 | 2030, 5750, 3000 | |
| cult_val2 | OFTInteger | 1.4k | 5940, 3890, 100 | |
| uncul_val1 | OFTInteger | 164 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.7k | 19500, 8200, 550 | |
| imp_val1 | OFTInteger | 6.4k | 21320, 0, 165760 | |
| imp_val2 | OFTInteger | 1.5k | 0, 0, 0 | |
| land_val | OFTInteger | 2.4k | 27470, 17840, 3650 | |
| totalvalue | OFTInteger | 8.1k | 48790, 17840, 169410 | |
| cult_ac1 | OFTString | 302 | 1, 1, 1 | |
| cult_ac2 | OFTString | 2.0k | 33.410000, 14.240000, 0.340000 | |
| uncult_ac1 | OFTString | 115 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.4k | 121.590000, 54.760000, 3.660000 | |
| total_ac | OFTString | 2.6k | 156, 70, 5 | |
| tax_dist | OFTString | 22 | 3000, 3000, 3000 | |
| exempt_cod | OFTString | 9 | 0, 0, 0 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | 4 | 1, 1, 1 | |
| sub_num | OFTString | 113 | DOBBINS, BEECHWOOD, BEECHWOOD | |
| sub_name | OFTString | — | ||
| street | OFTString | 1.3k | CR 5450, CR 5451, CR 5450 | |
| street_num | OFTInteger | 1.4k | 133, 0, 40 | |
| deed_book | OFTString | 266 | 2017, 199, 2019 | |
| deed_page | OFTString | 5.7k | 2668, 514, 2385 | |
| deed_date | OFTString | 5.1k | 2017-07-14, 2001-08-20, 2019-06-26 | |
| legal1 | OFTString | 14.8k | SE 1/4 DB 61/408&436 65/285, E1/2 SW1/4 AND SW1/4 SW1/4 S 30FT CO RD, PT N1/2 SW4 | |
| legal2 | OFTString | 3.9k | DB PG: 162/325 171/351, PART OF A LARGER TRACT-JOINS 0806-00-14-8.00-, PART OF A LARGER TRACT | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 10.3k | 133 CR 5450, 0, 40 CR 5451 | |
| print_ | OFTString | 18.1k | http://apps.agdmaps.com/print/ms/prentiss/index.html?PPIN=92, http://apps.agdmaps.com/print/ms/prentiss/index.html?PPIN=78, http://apps.agdmaps.com/print/ms/prentiss/index.html?PPIN=76 | |
| prc | OFTString | 18.1k | https://dl.agd.cc/prc/ms/prentiss/_08010011______00400.pdf, https://dl.agd.cc/prc/ms/prentiss/_08010011______00500.pdf, https://dl.agd.cc/prc/ms/prentiss/_08060014______00702.pdf | |
| shape__are | OFTReal | 18.1k | 6650333.618042, 2839024.293701, 201826.306396 | |
| shape__len | OFTReal | 18.1k | 22716.159283, 8208.311005, 1881.163728 |
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.