46 attribute fields, profiled from the September 2023 vintage.
Columns in Leflore County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 17.0k | 119585, 119591, 119592 | |
| ppin | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id | OFTString | 17.0k | 15905000000900, 15906000000100, 15906000000200 | |
| region | OFTString | 1 | UD, UD, UD | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id_ | OFTString | 17.0k | 15905000000900, 15906000000100, 15906000000200 | |
| ownername | OFTString | 10.1k | RIVERS RUN LLC, UNITED STATES OF AMERICA, RIVERS RUN LLC | |
| address1 | OFTString | 984 | VICKSBURG DISTRICT, C/O EMMA TIMMONS, REM CORBIN D B ETAL | |
| address2 | OFTString | 9.0k | 20507 NICHOLAS CIR STE 100, 4155 CLAY ST, 20507 NICHOLAS CIR STE 100 | |
| address3 | OFTString | — | ||
| city | OFTString | 571 | ELKHORN, VICKSBURG, ELKHORN | |
| state | OFTString | 47 | NE, MS, NE | |
| zip | OFTString | 1.1k | 68022, 391833435, 68022 | |
| section | OFTString | 36 | 05, 06, 06 | |
| township | OFTString | 9 | 16, 16, 16 | |
| range | OFTString | 6 | 2W, 2W, 2W | |
| cult_val1 | OFTInteger | 1.6k | 0, 0, 0 | |
| cult_val2 | OFTInteger | 5.3k | 189, 0, 90586 | |
| uncul_val1 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.1k | 6391, 0, 43026 | |
| imp_val1 | OFTInteger | 5.0k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 4.9k | 0, 0, 1953857 | |
| land_val | OFTInteger | 6.4k | 6580, 0, 133612 | |
| totalvalue | OFTInteger | 13.2k | 6580, 0, 2087469 | |
| cult_ac1 | OFTString | 136 | 0, 0, 0 | |
| cult_ac2 | OFTString | 2.7k | 0.65, 0, 104.58 | |
| uncult_ac1 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 2.0k | 39.25, 0, 321.02 | |
| total_ac | OFTString | 1.9k | 39.9, 0, 425.6 | |
| tax_dist | OFTString | 22 | 5000, 5000, 5000 | |
| exempt_cod | OFTString | 10 | 14, 15, 14 | |
| homestead | OFTString | — | ||
| sub_num | OFTString | 211 | SWIFTOWN, SWIFTOWN, SWIFTOWN | |
| street | OFTString | 958 | HWY 7 SOUTH, CR 529, CR 365 | |
| street_num | OFTInteger | 2.0k | 0, 0, 6954 | |
| deed_book | OFTString | 828 | 0452, 368, 0452 | |
| deed_page | OFTString | 3.3k | 0623, 75, 0623 | |
| deed_date | OFTString | 7.1k | 2016-02-19, 2002-06-11, 2016-02-19 | |
| legal1 | OFTString | 16.9k | ALL W 1/2 SOUTH OF BEAR CREEK S5 T16N R2W, LOTS 6-9 S9 T16N R2W, LOT 15 S8 T16W R2W | |
| legal2 | OFTString | 2.1k | 2W, T16 R2W, & B DB 264 PG 259 S4 T16 R2W | |
| legal3 | OFTString | 13 | DESC IN DB 161 PG 479, 30'X IRRE, & 68 DB 216 PG 561 | |
| situs_addr | OFTString | 10.7k | 0, 0, 6954 HWY 7 SOUTH | |
| print_ | OFTString | 17.0k | ||
| shape__are | OFTReal | 15.5k | 2046582.49023438, 31082126.909668, 19418105.137207 | |
| shape__len | OFTReal | 16.0k | 6797.97723592956, 31798.4010021039, 33557.3215815631 |
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.