45 attribute fields, profiled from the October 2022 vintage.
Columns in Neshoba County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 20.0k | 96366, 96367, 96369 | |
| ppin | OFTInteger | 20.0k | 13951, 13952, 21188 | |
| parcel_id | OFTString | 20.0k | 11700 -29 -008.000, 11700 -29 -010.000, 11700 -29 -011.001 | |
| region | OFTString | 1 | UCP, UCP, UCP | |
| objectid_1 | OFTInteger | — | ||
| ownername | OFTString | 14.3k | BECKHAM LEE ANN, GOSS JOHNNY W ETUX DIANE T, PUTNAM REBECCA DAWN | |
| address1 | OFTString | 11.7k | 1039 CHERRY CHAPEL RD, P O BOX 247, 801 SECOND AVE | |
| address2 | OFTString | 2.5k | 107600 RD 101, 4694 PINE GROVE RD, 4694 PINE GROVE RD | |
| address3 | OFTString | — | ||
| city | OFTString | 772 | CARTHAGE, SEBASTOPOL, PICAYUNE | |
| state | OFTString | 44 | MS, MS, MS | |
| zip | OFTString | 1.4k | 390510000, 393590000, 394660000 | |
| section | OFTString | 53 | 29, 29, 29 | |
| township | OFTString | 25 | 09, 09, 09 | |
| range | OFTString | 23 | 10, 10, 10 | |
| cult_val1 | OFTInteger | 1.1k | 5800, 0, 0 | |
| cult_val2 | OFTInteger | 1.2k | 1750, 4050, 0 | |
| uncul_val1 | OFTInteger | 56 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.9k | 4390, 1430, 6960 | |
| imp_val1 | OFTInteger | 6.6k | 1850, 0, 0 | |
| imp_val2 | OFTInteger | 2.7k | 0, 0, 0 | |
| land_val | OFTInteger | 2.8k | 11940, 5480, 6960 | |
| totalvalue | OFTInteger | 8.9k | 13790, 5480, 6960 | |
| cult_ac1 | OFTString | 114 | 1, 0, 0 | |
| cult_ac2 | OFTString | 2.2k | 13.640000, 31.760000, 0 | |
| uncult_ac1 | OFTString | 54 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.9k | 25.360000, 8.240000, 40.200000 | |
| total_ac | OFTString | 1.0k | 40, 40, 40.200000 | |
| tax_dist | OFTString | 30 | 4000, 4000, 4000 | |
| exempt_cod | OFTString | 9 | 0, 0, 0 | |
| homestead | OFTString | 4 | 4, 4, 4 | |
| sub_num | OFTString | — | ||
| street | OFTString | 945 | RD 101 UNION MS 39365, ROAD 2204 UNION, W OF LAKE EDINBURG ROAD | |
| street_num | OFTInteger | 669 | 0, 0, 0 | |
| deed_book | OFTString | 322 | A246, A125, 2017 | |
| deed_page | OFTString | 5.9k | 0721, 0081, 0413 | |
| deed_date | OFTString | 8.0k | 2001-06-26, 1980-04-25, 2017-01-30 | |
| legal1 | OFTString | 12.6k | NW 1/4 OF SW 1/4, SW 1/4 OF SW 1/4, SE 1/4 OF NW 1/4 S RD ROW & NE 1/4 OF SW 1/4 | |
| legal2 | OFTString | 166 | SE1/4 OF SE1/4 NW1/4, SEC 30, SW 1/4 OF SE 1/4 OF NE 1/4 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 1.4k | 0, 0, 0 | |
| prc | OFTString | 20.0k | http://dl.agd.cc/prc/ms/neshoba/11700_-29_-008_000.pdf, http://dl.agd.cc/prc/ms/neshoba/11700_-29_-010_000.pdf, http://dl.agd.cc/prc/ms/neshoba/11700_-29_-011_001.pdf | |
| print_ | OFTString | 20.0k | http://apps.agdmaps.com/print/ms/neshoba/index.html?PPIN=404, http://apps.agdmaps.com/print/ms/neshoba/index.html?PPIN=417, http://apps.agdmaps.com/print/ms/neshoba/index.html?PPIN=423 | |
| shape__are | OFTReal | 19.5k | 1779700.919983, 1741765.322876, 1750786.812073 | |
| shape__len | OFTReal | 19.4k | 5335.076922, 5310.261458, 5371.945317 |
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.