48 attribute fields, profiled from the October 2022 vintage.
Columns in Attala County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.9k | 133980, 134002, 134003 | |
| parcel_id | OFTString | 16.9k | 2403 070 0001000, 2404 180 0002000, 2404 180 0003000 | |
| region | OFTString | 2 | UBL, UBL, UBL | |
| objectid_1 | OFTInteger | — | ||
| ppin | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id_ | OFTString | 16.9k | 2403 070 0001000, 2404 180 0002000, 2404 180 0003000 | |
| ownername | OFTString | 11.2k | HORSESHOE LAKE LAND COMPANY INC, HORSESHOE LAKE LAND CO INC, HORSESHOE LAKE LAND COMPANY INC | |
| address1 | OFTString | 1.7k | C/O JOHNNIE SOLIS, WORRELL KAREN M *REM*, % BILLY A ROBY | |
| address2 | OFTString | 8.0k | P O BOX 55884, P O BOX 55884, P O BOX 55884 | |
| address3 | OFTString | — | ||
| city | OFTString | 716 | JACKSON, JACKSON, JACKSON | |
| state | OFTString | 44 | MS, MS, MS | |
| zip | OFTString | 5.9k | 392965884, 392965884, 392965884 | |
| section | OFTString | — | ||
| township | OFTString | 11 | 12, 12, 12 | |
| range | OFTString | 12 | 04, 04, 04 | |
| cult_val1 | OFTInteger | 5.1k | 8453, 7873, 665 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 5.9k | 124602, 86913, 7551 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 7.8k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 8.1k | 133055, 94786, 8216 | |
| totalvalue | OFTInteger | 12.8k | 133055, 94786, 8216 | |
| cult_ac1 | OFTString | 1.9k | 9.650000, 18.880000, 2.680000 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 3.5k | 597.350000, 361.120000, 37.320000 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.8k | 607, 380, 40 | |
| tax_dist | OFTString | 18 | 4000, 4000, 4000 | |
| exempt_cod | OFTString | 2 | 1, 0, 1 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | — | ||
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 819 | ATTALA RD 4001, ATTALA RD 4001, ATTALA RD 4001 | |
| street_num | OFTInteger | 3.7k | 0, 0, 0 | |
| deed_book | OFTString | 536 | 795, 497, 505 | |
| deed_page | OFTString | 737 | 349, 334, 533 | |
| deed_date | OFTString | 7.4k | 2014-06-12, 1992-12-15, 1993-07-13 | |
| legal1 | OFTString | 11.0k | ALL THAT SEC, NW 1/4 NW 1/4, PT E OF RIVER | |
| legal2 | OFTString | 118 | & NE 1/4 SE 1/4, SW 1/4 SW 1/4, NW 1/4 & E 1/2 SE 1/4 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 7.2k | 0, 0, 0 | |
| print_ | OFTString | 16.9k | ||
| parid | OFTString | 16.9k | 24030700001000, 24041800002000, 24041800003000 | |
| shape__are | OFTReal | 16.8k | 26834330.671265, 16877663.149353, 1790076.944641 | |
| shape__len | OFTReal | 16.8k | 21953.14121, 22659.984251, 5351.776776 |
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.