47 attribute fields, profiled from the October 2022 vintage.
Columns in Coahoma County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 15.9k | 279877, 279878, 279879 | |
| parcel_id | OFTString | 15.9k | 114 200000000 0000400, 114 200000000 0000402, 114 200000000 0000403 | |
| region | OFTString | 1 | UD, UD, UD | |
| ownername | OFTString | 9.2k | SMITH HOWARD H & DIANE G, SMITH HOWARD H & DIANE G, GLOBAL AG PROP USA LLC | |
| address1 | OFTString | 1.2k | C/O WESTCHESTER GROUP INV, C/O WESTCHESTER GROUP INV, C/O WESTCHESTER GROUP INV | |
| address2 | OFTString | 7.5k | 2701 SUNFLOWER SCHOOL RD, 2701 SUNFLOWER SCHOOL RD, 2004 FOX DR - STE L | |
| address3 | OFTString | — | ||
| city | OFTString | 628 | CLARKSDALE, CLARKSDALE, CHAMPAIGN | |
| state | OFTString | 56 | MS, MS, IL | |
| zip | OFTString | 1.8k | 386140000, 386140000, 618200000 | |
| section | OFTString | 37 | 20, 20, 20 | |
| township | OFTString | 18 | 25, 25, 25 | |
| range | OFTString | 18 | 04, 04, 04 | |
| cult_val1 | OFTInteger | 4.5k | 9326, 10071, 269 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 1.8k | 0, 0, 306 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 8.3k | 11605, 45752, 0 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 4.6k | 9326, 10071, 575 | |
| totalvalue | OFTInteger | 11.7k | 20931, 55823, 575 | |
| cult_ac1 | OFTString | 2.6k | 3.500000, 2.300000, 0.300000 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 1.6k | 0, 0, 1.700000 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.3k | 3.500000, 2.300000, 2 | |
| tax_dist | OFTString | 27 | 5000, 5000, 5000 | |
| exempt_cod | OFTString | 1 | 1, 1, 1 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | — | ||
| sub_num | OFTString | 434 | 00610, 00610, 00610 | |
| sub_name | OFTString | 948 | 01 000000, 000000, 000000 | |
| street | OFTString | 1.2k | SUNFLOWER SCHOOL RD, DREW MERIGOLD RD, SUNFLOWER SCHOOL RD | |
| street_num | OFTString | 2.0k | 2651, 0, 0 | |
| deed_book | OFTString | 499 | 2013, 790, 771 | |
| deed_page | OFTString | 5.0k | 992, 399, 265 | |
| deed_date | OFTString | 6.0k | 2013-03-04, 2011-09-29, 2011-09-29 | |
| legal1 | OFTString | 11.2k | 3.5 ACS IN THAT PT LOT 12, 2.3 AC PT LOT 12, PT LOT 12 W OF RD | |
| legal2 | OFTString | 474 | 1759-002, LESS 26.2 ACS, C DB 485 PGS 271 & 277 LS 1 AC | |
| legal3 | OFTString | 33 | 0000, 01 0000, 26 H&F 2017 | |
| situs_addr | OFTString | 9.4k | 2651 SUNFLOWER SCHOOL RD, 0, 0 | |
| print_ | OFTString | 15.9k | ||
| parid_url | OFTString | 15.9k | 114_200000000_0000400, 114_200000000_0000402, 114_200000000_0000403 | |
| labels | OFTString | — | ||
| labels2 | OFTString | — | ||
| shape__are | OFTReal | 15.6k | 125514.940918, 92514.050781, 84566.515137 | |
| shape__len | OFTReal | 15.5k | 1869.599249, 1937.11808, 1337.366864 |
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.