46 attribute fields, profiled from the September 2023 vintage.
Columns in Jefferson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 8.4k | 85513, 85524, 85525 | |
| ppin | OFTInteger | 8.4k | 5580, 5623, 5624 | |
| parcel_id | OFTString | 8.4k | 0019-55- - -006., 0019-57- - -001., 0019-57- - -002. | |
| region | OFTString | 2 | LBL, LBL, LBL | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 8.4k | 5580, 5623, 5624 | |
| parcel_id_ | OFTString | 8.4k | 0019-55- - -006., 0019-57- - -001., 0019-57- - -002. | |
| ownername | OFTString | 5.0k | MONTGOMERY MIRIAM MARRON (L E), MONTGOMERY MIRIAM MARRON (L E), SEWELL JOSEPH LOGAN JR | |
| address1 | OFTString | 4.1k | MONTGOMERY RITCHIE MARRON ET AL(REM, MONTGOMERY RITCHIE MARRON ET AL(REM, P O BOX 188 | |
| address2 | OFTString | 905 | 221 N WALL ST, 221 N WALL ST, 221 N WALL ST | |
| address3 | OFTString | — | ||
| city | OFTString | 519 | NATCHEZ, NATCHEZ, WASHINGTON | |
| state | OFTString | 41 | MS, MS, MS | |
| zip | OFTString | 691 | 39120, 39120, 38190 | |
| section | OFTString | 92 | 55, 57, 57 | |
| township | OFTString | 17 | 8N, 8N, 8N | |
| range | OFTString | 25 | 1E, 1E, 1E | |
| cult_val1 | OFTInteger | 351 | 0, 0, 0 | |
| cult_val2 | OFTInteger | 1.2k | 4630, 0, 0 | |
| uncul_val1 | OFTInteger | 12 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.1k | 22110, 34400, 1900 | |
| imp_val1 | OFTInteger | 1.8k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 1.6k | 33020, 0, 0 | |
| land_val | OFTInteger | 2.6k | 26740, 34400, 1900 | |
| totalvalue | OFTInteger | 4.5k | 59760, 34400, 1900 | |
| cult_ac1 | OFTString | 105 | 0, 0, 0 | |
| cult_ac2 | OFTString | 1.5k | 5.31, 0, 0 | |
| uncult_ac1 | OFTString | 12 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 2.8k | 86.69, 156, 8 | |
| total_ac | OFTString | 1.1k | 92, 156, 8 | |
| tax_dist | OFTString | 9 | 4000, 4000, 4000 | |
| exempt_cod | OFTString | 9 | 0, 0, 0 | |
| homestead | OFTString | 4 | 3, 1, 3 | |
| sub_num | OFTString | — | ||
| street | OFTString | 622 | NORTON ROAD, NORTON ROAD, HWY 61 | |
| street_num | OFTInteger | 1.9k | 88, 0, 0 | |
| deed_book | OFTString | 288 | 10-A, 10-A, 9-C | |
| deed_page | OFTString | 828 | 259, 259, 86 | |
| deed_date | OFTString | 1.4k | 2021-01-26, 1991-07-16, 2017-04-19 | |
| legal1 | OFTString | 7.8k | PT S OF STAMPLEY-MCNAIR RD & W OF PUBLIC RD PER 10-A/259, PENQUITE PLTN, ALL SEC 57 PER 10-A/259, PT SEC 57 PER 9-C/86 | |
| legal2 | OFTString | 157 | ED IN 10-Y/347, AC & LESS 1 AC, T OF J C GEOGHEGAN TRACT PER 9-O/415 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 3.6k | 88 NORTON ROAD, 0 NORTON ROAD, 0 HWY 61 | |
| print_ | OFTString | 8.4k | http://apps.agdmaps.com/print/ms/jefferson/index.html?PPIN=, http://apps.agdmaps.com/print/ms/jefferson/index.html?PPIN=, http://apps.agdmaps.com/print/ms/jefferson/index.html?PPIN=5 | |
| shape__are | OFTReal | 8.4k | 4262431.18652344, 6658665.1081543, 209196.362670898 | |
| shape__len | OFTReal | 8.4k | 10331.2503507411, 13091.6154840634, 2095.56728537419 |
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.