48 attribute fields, profiled from the April 2024 vintage.
Columns in Clarke County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.6k | 344115, 344119, 344120 | |
| ppin | OFTInteger | 16.6k | 14115, 14119, 14121 | |
| parcel_id | OFTString | 16.6k | 203 -10-00-001.00, 203 -10-00-005.00, 203 -10-00-006.00 | |
| region | OFTString | 3 | LCP, LCP, LCP | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 16.6k | 14115, 14119, 14121 | |
| parcel_id_ | OFTString | 16.6k | 203 -10-00-001.00, 203 -10-00-005.00, 203 -10-00-006.00 | |
| ownername | OFTString | 11.4k | VOSSBURG SAND AND GRAVEL LLC, CLARKCO SERVICES INC, CLARKO SERVICES INC | |
| address1 | OFTString | 9.2k | 181 AMERICANA DR, BOX 341, P O BOX 341 | |
| address2 | OFTString | 2.2k | P O BOX 384, 76 LINDSEY DR, 7764 POPLAR AVE APT#23 | |
| address3 | OFTString | — | ||
| city | OFTString | 934 | SHUBUTA, HEIDELBERG, HEIDELBERG | |
| state | OFTString | 59 | MS, MS, MS | |
| zip | OFTString | 1.7k | 39360, 394390000, 394390000 | |
| section | OFTString | 53 | 10, 10, 10 | |
| township | OFTString | 54 | 10, 10, 10 | |
| range | OFTString | 52 | 09, 09, 09 | |
| cult_val1 | OFTInteger | 417 | 0, 0, 0 | |
| cult_val2 | OFTInteger | 1.4k | 0, 3020, 1780 | |
| uncul_val1 | OFTInteger | 28 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.1k | 33650, 130, 0 | |
| imp_val1 | OFTInteger | 3.8k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 2.8k | 0, 6900, 0 | |
| land_val | OFTInteger | 2.9k | 33650, 3150, 1780 | |
| totalvalue | OFTInteger | 7.0k | 33650, 10050, 1780 | |
| cult_ac1 | OFTString | 137 | 0, 0, 0 | |
| cult_ac2 | OFTString | 1.6k | 0, 1.18, 0.5 | |
| uncult_ac1 | OFTString | 30 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.6k | 192.45, 0.72, 0 | |
| total_ac | OFTString | 2.4k | 192.45, 1.9, 0.5 | |
| tax_dist | OFTString | 33 | 2010, 2010, 2010 | |
| exempt_cod | OFTString | 11 | 0, 0, 0 | |
| homestead | OFTString | 5 | 4, 4, 1 | |
| sub_num | OFTString | 1 | 0 | |
| street | OFTString | 2.0k | CO RD, COUNTY RD, COUNTY RD | |
| street_num | OFTInteger | 3.1k | 0, 0, 0 | |
| deed_book | OFTString | 517 | 0289, 137, 259 | |
| deed_page | OFTString | 2.1k | 0065, 731, 833 | |
| deed_date | OFTString | 6.4k | 2017-11-07, 1989-04-11, 2011-01-26 | |
| legal1 | OFTString | 15.6k | NE1/4 & 33.45 AC DB 289/65, THAT PT SW 1/4 NW 1/4 LOCATED IN SEC 10 DESC DB 137 PG 731, A LOT IN SW NW LESS RW | |
| legal2 | OFTString | 4.9k | Y 56 FT TO POB, CES, CONT 101 AC ML | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 7.8k | 0 CO RD, 0 COUNTY RD, 0 COUNTY RD | |
| print_ | OFTString | 16.6k | http://apps.agdmaps.com/print/ms/clarke/index.html?PPIN=None, http://apps.agdmaps.com/print/ms/clarke/index.html?PPIN=None, http://apps.agdmaps.com/print/ms/clarke/index.html?PPIN=5334 | |
| prc | OFTString | 16.6k | ||
| supv | OFTString | — | ||
| shape__are | OFTReal | 16.5k | 8321164.79095459, 69803.7386474609, 8823.95318603516 | |
| shape__len | OFTReal | 16.5k | 12689.6298783697, 1165.24419088137, 446.638071669919 |
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.