44 attribute fields, profiled from the October 2022 vintage.
Columns in Tishomingo County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.8k | 209180, 209181, 209183 | |
| parcel_id | OFTString | 16.8k | 0701- -11-016.01, 0701- -11-008.01, 0701- -11-012.01 | |
| ppin | OFTReal | 16.6k | 1473.0, 24858.0, 1465.0 | |
| region | OFTString | — | ||
| ownername | OFTString | 12.3k | KLEIMAN RICHARD A SR TRUSTEE, HARRIS LARRY ETUX, BENNETT DAVID ETUX | |
| address1 | OFTString | 10.7k | 804 W MAIN STREET, 51 CR 864, 35 CR 864 | |
| address2 | OFTString | 630 | 11223, 4012 LUCERNE DRIVE, 4012 LUCERNE DRIVE | |
| address3 | OFTString | — | ||
| city | OFTString | 7 | 0, 0, 0 | |
| state | OFTString | 52 | IN, MS, MS | |
| zip | OFTString | 846 | 46140, 38838, 38838 | |
| section | OFTString | 42 | 11, 11, 11 | |
| township | OFTString | 21 | 07, 07, 07 | |
| range | OFTString | 9 | 09, 09, 09 | |
| cult_val1 | OFTInteger | 1.0k | 8500, 0, 0 | |
| cult_val2 | OFTInteger | 1.1k | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 21 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.9k | 9400, 1480, 70 | |
| imp_val1 | OFTInteger | 5.5k | 52540, 0, 0 | |
| imp_val2 | OFTInteger | 2.1k | 0, 0, 0 | |
| land_val | OFTInteger | 2.7k | 17900, 1480, 70 | |
| totalvalue | OFTInteger | 8.3k | 70440, 1480, 70 | |
| cult_ac1 | OFTString | 387 | 1, 0, 0 | |
| cult_ac2 | OFTString | 641 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 25 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 2.1k | 37.100000, 8.570000, 0.200000 | |
| total_ac | OFTString | 2.2k | 38.100000, 8.570000, 0.200000 | |
| tax_dist | OFTString | 18 | 5000, 5000, 5000 | |
| exempt_cod | OFTString | 12 | 0, 0, 0 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | 4 | 3, 3, 1 | |
| sub_num | OFTString | 83 | 076, 076, 076 | |
| deed_book | OFTString | 539 | 2013, 2017, 2014 | |
| deed_page | OFTString | 4.5k | 3760, 3353, 3087 | |
| deed_date | OFTString | 4.6k | 2013-11-05, 2017-10-20, 2014-09-30 | |
| legal1 | OFTString | 12.5k | PT W1/2 SW1/4 CEN PT B30/97, W1/2, SE1/4, PT NW 1/4 SW1/4 SE 30' CO RD | |
| legal2 | OFTString | 8.2k | DEED BK&PG 105/224 REC 00/00, DEED BK&PG B161/636, DEED BK&PG B61/585 REC 00/00 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 8.8k | 0, 0, 0 | |
| prc | OFTString | 16.8k | http://dl.agd.cc/prc/ms/tishomingo/0701-__-11-016_01.pdf, http://dl.agd.cc/prc/ms/tishomingo/0701-__-11-008_01.pdf, http://dl.agd.cc/prc/ms/tishomingo/0701-__-11-012_01.pdf | |
| print_ | OFTString | 16.6k | ||
| print1 | OFTString | 16.6k | ||
| shape__are | OFTReal | 16.6k | 1852163.27124, 373296.355103, 10980.228882 | |
| shape__len | OFTReal | 16.6k | 10385.762851, 3697.818828, 474.046423 |
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.