42 attribute fields, profiled from the December 2023 vintage.
Columns in Adams County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 18.4k | 907388, 906013, 906546 | |
| ppin | OFTString | 17.1k | 000115, 002096, 011189 | |
| parcel_id | OFTString | 18.3k | 129-WT, 138-2, 130-1.2 | |
| region | OFTString | 2 | LD, LD, LD | |
| ownername | OFTString | 14.3k | ADAMS COUNTY SCHOOLS, BUTTS LUCIUS M III ETAL, J W P PARTNERS LP | |
| address1 | OFTString | 11.8k | ATTN PANDELLA HUNTING CLUB, C/O WHEELER PARKER, 402 N PEARL ST | |
| address2 | OFTString | 2.5k | P O BOX 2, 225 HONOURS DR, P O BOX 614 | |
| address3 | OFTString | 33 | 2030 EASTOVER DR, PO BOX 55809, P O BOX 55809 | |
| city | OFTString | 703 | FERRIDAY, MADISON, NATCHEZ | |
| state | OFTString | 49 | LA, MS, MS | |
| zip | OFTString | 1.2k | 71334, 39110, 39120 | |
| section | OFTString | 104 | 11, 7, 10 | |
| township | OFTString | 61 | T3N, T3N, 3N | |
| range | OFTString | 58 | R5W, R5W, 5W | |
| cult_val1 | OFTInteger | 1.8k | 0, 0, 0 | |
| cult_val2 | OFTInteger | 2.1k | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 34 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.3k | 131400, 598230, 576290 | |
| imp_val1 | OFTInteger | 6.5k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 3.9k | 0, 0, 142130 | |
| totalvalue | OFTInteger | 9.8k | 131400, 598230, 718420 | |
| cult_ac1 | OFTString | 436 | 0, 0, 0 | |
| cult_ac2 | OFTString | 906 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 34 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 1.6k | 438, 2910.62, 2660 | |
| total_ac | OFTString | 1.9k | 438, 2910.62, 2660 | |
| tax_dist | OFTString | 8 | 1000, 1000, 1000 | |
| exempt_cod | OFTString | 3 | 0, 0, 0 | |
| homestead | OFTString | 4 | 3, 1, 4 | |
| sub_num | OFTString | — | ||
| street | OFTString | 1.8k | JACKSON POINT, JACKSON POINT, JACKSON POINT RD | |
| street_num | OFTInteger | 1.5k | 0, 0, 0 | |
| deed_book | OFTString | 978 | 28O, 28E, 22-R | |
| deed_page | OFTString | 1.0k | 176, 500, 488 | |
| deed_date | OFTString | 8.2k | 2022-09-03, 2021-02-24, 2003-05-22 | |
| legal1 | OFTString | 17.1k | B & LAND JACKSON POINT PLTN MAP#130-1,130-1.1,128-1, 250 ACRES PART OF KEDRON PLTN MAP#137-3, LAND PT OF BAKER DOWER TRACT 138-1.3 C#38735 | |
| situs_addr | OFTString | 14.5k | 0 JACKSON POINT, 0 JACKSON POINT, 0 | |
| print_ | OFTString | 17.1k | http://apps.agdmaps.com/print/ms/adams/?PPIN=None, http://apps.agdmaps.com/print/ms/adams/?PPIN=000115, http://apps.agdmaps.com/print/ms/adams/?PPIN=002096 | |
| alt_parcel | OFTString | 17.2k | 129-WT_2839, 0138 0002, 0130 0001.2 | |
| parcel_no | OFTString | 17.1k | 0230 0001 0006B, 0230 0001 0004A, 0228 0001 0014 | |
| shape__are | OFTReal | 18.4k | 56660493.2713623, 15525920.3226318, 55527429.3677979 | |
| shape__len | OFTReal | 18.4k | 58339.6152645487, 19121.8615922714, 41445.174762237 |
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.