48 attribute fields, profiled from the October 2022 vintage.
Columns in Union County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 19.8k | 153619, 153637, 156115 | |
| ppin | OFTInteger | 19.8k | 7586, 7585, 15044 | |
| parcel_id | OFTString | 19.8k | 094R-19-001.00, 094R-19-007.00, 094R-19-006.01 | |
| region | OFTString | 3 | UCP, UCP, UCP | |
| layout | OFTString | — | ||
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 19.8k | 7586, 7585, 15044 | |
| parcel_id_ | OFTString | 19.8k | 094R-19-001.00, 094R-19-007.00, 094R-19-006.01 | |
| ownername | OFTString | 13.6k | WEEDEN JOHN F ETUX (LE), HERRING KEITH, BARTON ALTON L | |
| address1 | OFTString | 11.3k | 1264 CR 120, 270 HERRING DR, 1050 CR 205 | |
| address2 | OFTString | 626 | PO BOX 999, PO BOX 999, 1193 CR 209 | |
| address3 | OFTString | — | ||
| city | OFTString | 548 | BLUE SPRINGS, BLUE SPRINGS, BLUE SPRINGS | |
| state | OFTString | 45 | MS, MS, MS | |
| zip | OFTString | 785 | 38828, 38828, 38828 | |
| section | OFTString | 49 | 19, 19, 19 | |
| township | OFTString | 20 | 08S, 08S, 08S | |
| range | OFTString | 25 | 04E, 04E, 04E | |
| cult_val1 | OFTInteger | 1.1k | 0, 0, 990 | |
| cult_val2 | OFTInteger | 1.8k | 930, 5960, 3110 | |
| uncul_val1 | OFTInteger | 26 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.6k | 12200, 1940, 22130 | |
| imp_val1 | OFTInteger | 5.6k | 0, 0, 6480 | |
| imp_val2 | OFTInteger | 3.4k | 790, 94170, 17110 | |
| land_val | OFTInteger | 2.5k | 13130, 7900, 26230 | |
| totalvalue | OFTInteger | 8.8k | 13920, 102070, 49820 | |
| cult_ac1 | OFTString | 578 | 0, 0, 1 | |
| cult_ac2 | OFTString | 2.5k | 5.650000, 19.220000, 10.650000 | |
| uncult_ac1 | OFTString | 24 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.3k | 67.790000, 10.780000, 122.930000 | |
| total_ac | OFTString | 3.8k | 73.440000, 30, 134.580000 | |
| tax_dist | OFTString | 23 | 4000, 4000, 4000 | |
| exempt_cod | OFTString | 7 | 0, 0, 0 | |
| homestead | OFTString | 4 | 1, 4, 4 | |
| sub_num | OFTString | — | ||
| street | OFTString | 10.5k | 202 HERRING DR BLUE SPRINGS, 1050 CR 205 BLUE SPRINGS, 1031 CR 205 | |
| street_num | OFTInteger | 13 | 0, 0, 0 | |
| deed_book | OFTString | 261 | 2013, 900, 2013 | |
| deed_page | OFTString | 4.2k | 1459, WORK*, 2994 | |
| deed_date | OFTString | 1.6k | 2017-02-10, 2016-10-21, 2015-11-05 | |
| legal1 | OFTString | 8.8k | PT SE 1/4 ETUX-IVY JEAN WEEDEN, PT SW 1/4, PT NW 1/4 & SW 1/4 | |
| legal2 | OFTString | 1.8k | LISA LITTLEJOHN GAULT, LISA LITTLEJOHN GAULT, REM- BRADLEY KENNEDY ETUX ETUX- CATHY KENNEDY | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 10.5k | 0, 0 202 HERRING DR BLUE SPRINGS, 0 1050 CR 205 BLUE SPRINGS | |
| print_ | OFTString | 19.8k | http://apps.agdmaps.com/print/ms/union/index.html?PPIN=7586, http://apps.agdmaps.com/print/ms/union/index.html?PPIN=7585, http://apps.agdmaps.com/print/ms/union/index.html?PPIN=15044 | |
| prc | OFTString | 19.8k | ||
| shape__are | OFTReal | 19.3k | 3330944.093994, 1279090.751343, 6450243.089233 | |
| shape__len | OFTReal | 19.2k | 14028.17047, 8267.96671, 19860.638536 |
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.