47 attribute fields, profiled from the October 2022 vintage.
Columns in Lafayette County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 31.5k | 58609, 58613, 58618 | |
| ppin | OFTInteger | 31.5k | 13826, 13830, 13835 | |
| parcel_id | OFTString | 31.5k | 237 -26-002.00, 237 -26-006.00, 237 -26-009.00 | |
| region | OFTString | 1 | UCP, UCP, UCP | |
| par_id | OFTString | 31.5k | 237_-26-002_00, 237_-26-006_00, 237_-26-009_00 | |
| ownername | OFTString | 23.1k | KING GALON W ETUX SARAH N, NEWCOMB DON, KING GALON W ETUX SARAH N | |
| address1 | OFTString | 20.2k | 1121 HWY 9 W, 1108 S LAMAR, 1121 HWY 9 W | |
| address2 | OFTString | 4.2k | 2687 HWY 315 E, 290 HWY 315, 13950 BALLANTYNE CORP PL STE 150 | |
| address3 | OFTString | — | ||
| city | OFTString | 1.2k | BRUCE, OXFORD, BRUCE | |
| state | OFTString | 54 | MS, MS, MS | |
| zip | OFTString | 2.0k | 38915, 38655, 38915 | |
| section | OFTString | 39 | 26, 26, 26 | |
| township | OFTString | 6 | 10, 10, 10 | |
| range | OFTString | 11 | 03, 03, 03 | |
| cult_val1 | OFTInteger | 1.1k | 0, 0, 0 | |
| cult_val2 | OFTInteger | 1.7k | 13660, 1690, 7980 | |
| uncul_val1 | OFTInteger | 615 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.4k | 5250, 18420, 660 | |
| imp_val1 | OFTInteger | 12.5k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 2.8k | 0, 0, 0 | |
| land_val | OFTInteger | 3.7k | 18910, 20110, 8640 | |
| totalvalue | OFTInteger | 16.3k | 18910, 20110, 8640 | |
| cult_ac1 | OFTString | 244 | 0, 0, 0 | |
| cult_ac2 | OFTString | 2.1k | 42.130000, 13.520000, 24.410000 | |
| uncult_ac1 | OFTString | 181 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.6k | 22.870000, 106.480000, 2.590000 | |
| total_ac | OFTString | 1.3k | 65, 120, 27 | |
| tax_dist | OFTString | 24 | 5030, 5030, 5030 | |
| exempt_cod | OFTString | 7 | 0, 0, 0 | |
| homestead | OFTString | 4 | 4, 4, 1 | |
| sub_num | OFTString | — | ||
| street | OFTString | 3.6k | CR 382, HWY 315, HWY 315 | |
| street_num | OFTString | 2.4k | 0, 0, 0 | |
| deed_book | OFTString | 394 | 349, 369, 2007 | |
| deed_page | OFTString | 3.3k | 188, 201400, 130 | |
| deed_date | OFTString | 8.3k | 1980-11-10, 2014-01-24, 1984-10-31 | |
| legal1 | OFTString | 23.7k | FR W1/2 NE1/4 E OF RD, W 3/4 NW1/4 * YOCONA *, W FR SE1/4 N OF RD & W OF RD | |
| legal2 | OFTString | 70 | *PINE RIDGE*, /4, **WAS 1200*** | |
| legal3 | OFTString | — | ||
| sub_name | OFTString | — | ||
| situs_addr | OFTString | 21.5k | 0, 0, 0 | |
| temp_parce | OFTString | 31.5k | 237_-26-002_00, 237_-26-006_00, 237_-26-009_00 | |
| print_ | OFTString | 31.5k | http://apps.agdmaps.com/print/ms/lafayette/index.html?PPIN=8, http://apps.agdmaps.com/print/ms/lafayette/index.html?PPIN=7, http://apps.agdmaps.com/print/ms/lafayette/index.html?PPIN=9 | |
| prc | OFTString | 31.5k | http://dl.agd.cc/prc/ms/lafayette/237_-26-002_00.pdf, http://dl.agd.cc/prc/ms/lafayette/237_-26-006_00.pdf, http://dl.agd.cc/prc/ms/lafayette/237_-26-009_00.pdf | |
| shape__are | OFTReal | 30.4k | 2779384.2052, 5100324.107178, 1065066.719238 | |
| shape__len | OFTReal | 31.2k | 10942.732173, 13840.186196, 4691.106105 |
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.