47 attribute fields, profiled from the August 2023 vintage.
Columns in Jasper County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 19.2k | 106590, 106591, 106592 | |
| ppin | OFTInteger | 19.2k | 4712, 2514, 4723 | |
| parcel_id | OFTString | 19.2k | 0168-21-000-001.00, 0168-21-000-001.01, 0168-21-000-002.00 | |
| region | OFTString | 3 | LCP, LCP, LCP | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 19.2k | 4712, 2514, 4723 | |
| parcel_id_ | OFTString | 19.2k | 0168-21-000-001.00, 0168-21-000-001.01, 0168-21-000-002.00 | |
| ownername | OFTString | 12.9k | RUFFIN, WILLIAM R, JAMES, MARGARET L/E, PARKER, MASON | |
| address1 | OFTString | 10.5k | P O BOX 565, MC ALPIN CONNIE ANITA ETAL R/E, 143 CR 79 | |
| address2 | OFTString | 2.1k | 150 CR 79, 120 COUNTY RD 79, 32 CR 79 | |
| address3 | OFTString | — | ||
| city | OFTString | 1.0k | BAY SPRINGS, STRINGER, STRINGER | |
| state | OFTString | 52 | MS, MS, MS | |
| zip | OFTString | 1.6k | 39422, 39481, 39481 | |
| section | OFTString | 36 | 21, 21, 21 | |
| township | OFTString | 5 | 10, 10, 10 | |
| range | OFTString | 5 | 13, 13, 13 | |
| cult_val1 | OFTInteger | 410 | 0, 7900, 5400 | |
| cult_val2 | OFTInteger | 1.1k | 70, 2580, 1700 | |
| uncul_val1 | OFTInteger | 54 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.1k | 5150, 0, 0 | |
| imp_val1 | OFTInteger | 4.9k | 0, 124950, 42380 | |
| imp_val2 | OFTInteger | 1.9k | 0, 0, 0 | |
| land_val | OFTInteger | 2.5k | 5220, 10480, 7100 | |
| totalvalue | OFTInteger | 7.1k | 5220, 135430, 49480 | |
| cult_ac1 | OFTString | 117 | 0, 1, 1 | |
| cult_ac2 | OFTString | 1.9k | 0.56, 4.6, 0.5 | |
| uncult_ac1 | OFTString | 47 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.9k | 30.84, 0, 0 | |
| total_ac | OFTString | 1.9k | 31.4, 5.6, 1.5 | |
| tax_dist | OFTString | 21 | 4022, 4022, 4022 | |
| exempt_cod | OFTString | 13 | 0, 0, 0 | |
| homestead | OFTString | 4 | 1, 4, 1 | |
| sub_num | OFTString | 1 | LE, LE, LE | |
| street | OFTString | 1.2k | UNADDRESSED, CR 79, UNADDRESSED | |
| street_num | OFTInteger | 2.5k | 0, 150, 0 | |
| deed_book | OFTString | 167 | 2180, 2170, 2210 | |
| deed_page | OFTString | 4.3k | 2988, 1175, 3424 | |
| deed_date | OFTString | 4.8k | 2018-09-23, 2017-08-10, 2021-11-05 | |
| legal1 | OFTString | 16.9k | ALL THAT PART NE NE LYING S OF PUB RD & LESS 5.6A NW PART, 5.6A M/L S OF RD BEG 125.85FT S & 797.92FT W OF NE/C NE NE, PT NE NE LYING N OF PUB RD | |
| legal2 | OFTString | 4.1k | REMI: R TERRY JONESDB 135/276 08/29/03, INST 20601744 07/18/2006DB 129/474 04/29/02, W 237.8FT W 131.9FT TO BEG | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 8.4k | 0 UNADDRESSED, 150 CR 79, 0 UNADDRESSED | |
| print_ | OFTString | 19.2k | http://apps.agdmaps.com/print/ms/jasper/index.html?PPIN=4712, http://apps.agdmaps.com/print/ms/jasper/index.html?PPIN=2514, http://apps.agdmaps.com/print/ms/jasper/index.html?PPIN=4723 | |
| getprc | OFTString | 19.2k | https://prc.tscmaps.com/jasper-ms/0168-21-000-001_00.pdf, https://prc.tscmaps.com/jasper-ms/0168-21-000-001_01.pdf, https://prc.tscmaps.com/jasper-ms/0168-21-000-002_00.pdf | |
| shape__are | OFTReal | 19.2k | 1316798.51599121, 227283.532531738, 56154.3623046875 | |
| shape__len | OFTReal | 19.2k | 5806.82125868986, 1895.24157090553, 1002.37365602799 |
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.