47 attribute fields, profiled from the October 2022 vintage.
Columns in Chickasaw County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 13.5k | 62415, 62416, 62417 | |
| ppin | OFTInteger | 13.5k | 9503, 10677, 9504 | |
| parcel_id | OFTString | 13.5k | 0-135 -22-004.00, 0-135 -22-005.00, 0-135 -22-006.00 | |
| region | OFTString | 2 | UCP, UCP, UCP | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 13.5k | 9503, 10677, 9504 | |
| parcel_id_ | OFTString | 13.5k | 0-135 -22-004.00, 0-135 -22-005.00, 0-135 -22-006.00 | |
| ownername | OFTString | 9.0k | TOPASHAW PLANTATION LLC, TOPASHAW PLANTATION LLC, NELSON JEFFREY BRYANT | |
| address1 | OFTString | 7.5k | 25 CR 472, 25 CR 472, 11100 HIDDEN BLUFF DR | |
| address2 | OFTString | 1.5k | 163 COUNTY ROAD 418, 163 COUNTY ROAD 418, 232 CR 72 | |
| address3 | OFTString | — | ||
| city | OFTString | 496 | VARDAMAN, VARDAMAN, AUSTIN | |
| state | OFTString | 40 | MS, MS, TX | |
| zip | OFTString | 792 | 388729782, 388729782, 78754 | |
| section | OFTString | 39 | 22, 22, 22 | |
| township | OFTString | 11 | 15, 15, 15 | |
| range | OFTString | 9 | 01, 01, 01 | |
| cult_val1 | OFTInteger | 610 | 0, 0, 0 | |
| cult_val2 | OFTInteger | 1.7k | 49590, 5180, 6650 | |
| uncul_val1 | OFTInteger | 428 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.7k | 9780, 0, 5050 | |
| imp_val1 | OFTInteger | 4.4k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 1.6k | 0, 0, 0 | |
| land_val | OFTInteger | 2.6k | 59370, 5180, 11700 | |
| totalvalue | OFTInteger | 6.4k | 59370, 5180, 11700 | |
| cult_ac1 | OFTString | 226 | 0, 0, 0 | |
| cult_ac2 | OFTString | 2.5k | 145.860000, 2.300000, 19.550000 | |
| uncult_ac1 | OFTString | 176 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 2.8k | 36.940000, 0, 19.050000 | |
| total_ac | OFTString | 1.3k | 182.800000, 2.300000, 38.600000 | |
| tax_dist | OFTString | 26 | 2010, 2010, 2010 | |
| exempt_cod | OFTString | 13 | 0, 0, 0 | |
| homestead | OFTString | 4 | 1, 3, 1 | |
| sub_num | OFTString | — | ||
| street | OFTString | 1.2k | HWY 341, HWY 341 MANTEE MS 39751, HWY 341 | |
| street_num | OFTInteger | 1.4k | 0, 0, 0 | |
| deed_book | OFTString | 248 | 2016, 2016, 2012 | |
| deed_page | OFTString | 1.8k | 1013*, 1013*, 1024* | |
| deed_date | OFTString | 4.6k | 2016-08-12, 2016-08-12, 2012-12-03 | |
| legal1 | OFTString | 13.3k | 2.3 PT SE1/4 SW1/4 S & E/O C R #407 HOUSTON RECORD, 4.5 AC CR #407 R O W, 160.4 AC SE1/4 HOUSTON RECORDS <01/10/77 DB504/035> | |
| legal2 | OFTString | 10.0k | HOUSTON RECORDS <12/11/1995 DB689/040><03/31/1999 DB713/557>, <12/11/95 DB689/038>, HOUSTON RECORDS <12/23/73 DB505/214><11/16/82 DB562/366> | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 5.9k | 0, 0, 0 | |
| prc | OFTString | 13.5k | http://dl.agd.cc/prc/ms/chickasaw/0-135_-22-004_00.pdf, http://dl.agd.cc/prc/ms/chickasaw/0-135_-22-005_00.pdf, http://dl.agd.cc/prc/ms/chickasaw/0-135_-22-006_00.pdf | |
| print_ | OFTString | 13.5k | http://apps.agdmaps.com/print/ms/chickasaw/?PPIN=9503, http://apps.agdmaps.com/print/ms/chickasaw/?PPIN=10677, http://apps.agdmaps.com/print/ms/chickasaw/?PPIN=9504 | |
| shape__are | OFTReal | 13.3k | 8188181.865601, 87254.871948, 1718370.103271 | |
| shape__len | OFTReal | 13.2k | 11886.127798, 1362.268065, 6384.322334 |
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.