44 attribute fields, profiled from the September 2023 vintage.
Columns in Sunflower County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.5k | 97092, 97094, 97095 | |
| parcel_id | OFTString | 16.5k | 174 -18-00-001.00, 174 -18-00-002.01, 174 -19-00-001.00 | |
| region | OFTString | 1 | UD, UD, UD | |
| ownername | OFTString | 9.6k | DILLARD & CO, INC, DILLARD & CO, INC, WILMONT LAND COMPANY, LLC | |
| address1 | OFTString | 3.2k | SHEQUITE JOHNSON (WIFE), % HAROLD LEE, % HAROLD LEE | |
| address2 | OFTString | 7.6k | 2110 TRIBBETT RD, 2110 TRIBBETT RD, 2110 TRIBBETT RD | |
| address3 | OFTString | — | ||
| city | OFTString | 600 | LELAND, LELAND, LELAND | |
| state | OFTString | 47 | MS, MS, MS | |
| zip | OFTString | 1.0k | 387560000, 387560000, 387560000 | |
| section | OFTString | 37 | 18, 18, 19 | |
| township | OFTString | 14 | 17, 17, 17 | |
| range | OFTString | 5 | 05W, 05W, 05W | |
| cult_val1 | OFTInteger | 6.0k | 461462, 14390, 120489 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 2.1k | 0, 29, 2111 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 8.4k | 34276, 0, 0 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 6.2k | 461462, 14419, 122600 | |
| totalvalue | OFTInteger | 12.7k | 495738, 14419, 122600 | |
| cult_ac1 | OFTString | 3.3k | 600, 20.7, 141.39 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 1.9k | 0, 0.3, 18.61 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.4k | 600, 21, 160 | |
| tax_dist | OFTString | 26 | 2002, 2002, 2002 | |
| exempt_cod | OFTString | 1 | 1, 1, 1 | |
| homestead | OFTString | — | ||
| sub_num | OFTString | — | ||
| street | OFTString | 930 | KING WILLIAMS RD, KING WILLIAMS RD, KING WILLIAMS RD | |
| street_num | OFTInteger | 1.0k | 0, 0, 0 | |
| deed_book | OFTString | 415 | R23, V34, 2014 | |
| deed_page | OFTString | 5.3k | 00437, 599, 4599 | |
| deed_date | OFTString | 1 | 1899-12-30, 1899-12-30, 1899-12-30 | |
| legal1 | OFTString | 16.0k | 600 AC SEC 18 LESS SE1/4 SE1/4 18-17-05, 21 ACC S1/2 SE1/4 SE1/4, 160 NE 1/4 | |
| legal2 | OFTString | 750 | 16 SECTION LEASEE, 16 SECTION LEASEE, WD | |
| legal3 | OFTString | 15.9k | OLD PCL:1174 1800000 0000100, OLD PCL:1174 1800000 0000210, OLD PCL:1174 1900000 0000100 | |
| situs_addr | OFTString | 9.0k | 0, 0, 0 | |
| print_ | OFTString | 16.5k | ||
| prc | OFTString | — | ||
| paridprint | OFTString | 16.5k | 174 -18-00-001_00, 174 -18-00-002_01, 174 -19-00-001_00 | |
| shape__are | OFTReal | 15.2k | 3494829.0234375, 117641.6015625, 933132.7734375 | |
| shape__len | OFTReal | 16.5k | 7728.67427905779, 1450.63367125547, 3863.98239426408 |
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.