49 attribute fields, profiled from the October 2022 vintage.
Columns in Tunica County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 6.4k | 19212, 19234, 19235 | |
| ppin | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id | OFTString | 6.4k | 7125 22000 0000300, 7126 23000 0000500, 7126 23000 0000600 | |
| region | OFTString | 1 | UD, UD, UD | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id_ | OFTString | 6.4k | 7125 22000 0000300, 7126 23000 0000500, 7126 23000 0000600 | |
| ownername | OFTString | 3.4k | JOHNSON PATRICK L INV LLC ETAL, K G MCCLINTOCK TRUSTEE ETAL, MCCLINTOCK KATHERINE G TRUSTEE | |
| address1 | OFTString | 738 | STANLEY F DODSON, % HELEN CONWAY, ALLEN SHIRLEY CONWAY | |
| address2 | OFTString | 2.8k | P O BOX 1052, 165 TREZEVANT VIEW PLACE, 165 TREZEVANT VIEW PLACE | |
| address3 | OFTString | — | ||
| city | OFTString | 287 | TUNICA, MEMPHIS, MEMPHIS | |
| state | OFTString | 34 | MS, TN, TN | |
| zip | OFTString | 481 | 38676, 38111, 38111 | |
| section | OFTString | 47 | 22, 23, 23 | |
| township | OFTString | 22 | 7, 07, 07 | |
| range | OFTString | 7 | 12, 12, 12 | |
| cult_val1 | OFTInteger | 2.6k | 338765, 165911, 14670 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 1.3k | 4698, 1208, 0 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 2.5k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 2.8k | 343463, 167119, 14670 | |
| totalvalue | OFTInteger | 4.5k | 343463, 167119, 14670 | |
| cult_ac1 | OFTString | 1.9k | 278.050000, 193.540000, 28 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 1.2k | 25.350000, 6.460000, 0 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.1k | 303.400000, 200, 28 | |
| tax_dist | OFTString | 9 | 1000, 1000, 1000 | |
| exempt_cod | OFTString | 1 | 1, 1, 1 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | — | ||
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 578 | FLEA HARBOR, FLEA HARBOR, FLEA HARBOR RD | |
| street_num | OFTInteger | 1.2k | 0, 0, 0 | |
| deed_book | OFTString | 206 | S7, P6, G6 | |
| deed_page | OFTString | 1.2k | 216, 108, 564 | |
| deed_date | OFTString | 3.1k | 2016-10-12, 2006-04-28, 2003-07-14 | |
| legal1 | OFTString | 6.0k | N1/2 S1/2 & SW1/4 SW1/4 DB K5-150, UNIT 4 DB-K5-150, UNIT 4 DB K5-150 | |
| legal2 | OFTString | 181 | DB C5-139, DB 05-469, DB H5/482 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 2.6k | 0, 0, 0 | |
| print_ | OFTString | 6.4k | ||
| paridprc | OFTString | 6.4k | 7125220000000300, 7126230000000500, 7126230000000600 | |
| shape__are | OFTReal | 6.3k | 12868291.092529, 9124846.699951, 1215114.400635 | |
| shape__len | OFTReal | 6.2k | 26673.31722, 16130.04491, 4500.423952 |
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.