45 attribute fields, profiled from the August 2023 vintage.
Columns in Jones County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 41.2k | 83583, 83606, 83607 | |
| ppin | OFTInteger | 41.1k | 42922, 1392, 7870 | |
| parcel_id | OFTString | 41.2k | 014 -26-00-001.01, 014 -26-00-003.01, 014 -26-00-004.00 | |
| region | OFTString | 1 | LCP, LCP, LCP | |
| ownername | OFTString | 28.8k | FAIRCHILD NATHAN, CHITTENDEN WILLIAM, SANFORD WILLA JEAN | |
| address1 | OFTString | 24.3k | 467 OLD PROGRESS RD, P O BOX 927, 369 OLD PROGRESS RD | |
| address2 | OFTString | 3.4k | 4905 B POPLAR SPRINGS DR, P O BOX 1034, 1555 EATONVILLE RD | |
| address3 | OFTString | — | ||
| city | OFTString | 1.2k | MOSELLE, PETAL, MOSELLE | |
| state | OFTString | 51 | MS, MS, MS | |
| zip | OFTString | 2.5k | 39459, 39465, 39459 | |
| section | OFTString | 50 | 26, 26, 26 | |
| township | OFTString | 15 | 06, 06, 06 | |
| range | OFTString | 18 | 14, 14, 14 | |
| cult_val1 | OFTInteger | 2.1k | 9900, 8400, 8900 | |
| cult_val2 | OFTInteger | 2.3k | 0, 0, 1830 | |
| uncul_val1 | OFTInteger | 24 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.1k | 10570, 690, 3830 | |
| imp_val1 | OFTInteger | 11.8k | 288420, 1730, 33190 | |
| imp_val2 | OFTInteger | 3.9k | 10780, 0, 1620 | |
| land_val | OFTInteger | 3.9k | 20470, 9090, 14560 | |
| totalvalue | OFTInteger | 14.7k | 319670, 10820, 49370 | |
| cult_ac1 | OFTString | 334 | 1, 1, 1 | |
| cult_ac2 | OFTString | 2.5k | 0, 0, 13.98 | |
| uncult_ac1 | OFTString | 20 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 4.3k | 55.59, 4, 22.02 | |
| total_ac | OFTString | 3.1k | 56.59, 5, 37 | |
| tax_dist | OFTString | 28 | 4000, 4000, 4000 | |
| exempt_cod | OFTString | 11 | 0, 0, 0 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | 4 | 4, 1, 4 | |
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 2.2k | OLD PROGRESS RD, DELK RD, OLD PROGRESS RD | |
| street_num | OFTInteger | 3.4k | 467, 354, 369 | |
| deed_book | OFTString | 729 | 0121, 520, 0119 | |
| deed_page | OFTString | 8.8k | 0073, 320, 1096 | |
| deed_date | OFTString | 9.1k | 2021-01-07, 2001-04-20, 2019-04-22 | |
| legal1 | OFTString | 33.0k | 26-6-14 S1/2 OF NE1/4 LESS PARCELS SOLD, 26-06-14 PARCEL OF LAND IN THE SW1/4 OF NW1/4, 26-6-14 A PARCEL OF LAND IN THE W1/2 OF THE SECTION | |
| legal2 | OFTString | 3.8k | COMBINED TWO PARCELS, 2017 TAX SALE MATURED 8/27/20 2018 TAX SALE MATURED 8/26/21, RD IN THE 35-6-14. | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 25.4k | 467 OLD PROGRESS RD, 354 DELK RD, 369 OLD PROGRESS RD | |
| print_ | OFTString | 41.1k | http://apps.agdmaps.com/print/ms/jones/index.html?PPIN=42922, http://apps.agdmaps.com/print/ms/jones/index.html?PPIN=1392, http://apps.agdmaps.com/print/ms/jones/index.html?PPIN=7870 | |
| shape__are | OFTReal | 40.7k | 2430968.6618042, 214481.422912598, 1625504.53588867 | |
| shape__len | OFTReal | 41.0k | 9068.241929556, 2631.59043612245, 7833.42382632534 |
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.