36 attribute fields, profiled from the January 2024 vintage.
Columns in Wilcox County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| primaryind | OFTString | 17.2k | 1, 2, 3160 | |
| mailing1 | OFTString | 6.0k | 5185 AL HIGHWAY 51, P O BOX 41, 2564 AL HIGHWAY 5 | |
| mailing2 | OFTString | 302 | 100 PROFESSIONAL CENTER DRIVE, SUITE 525, 110 OLD BARGE MILL ROAD | |
| mailing3 | OFTString | — | ||
| name | OFTString | 8.0k | WHATLEY DEBRA STONE, JOHNSON TRASEY, WILKINSON CHARLES ALLEN II & HANKINS FAMILY INVESTMENTS LLC | |
| name2 | OFTString | 2.0k | ( LAND ONLY ASSESSMENT ), C/O CAROLINE MAJORS, C/O TIMBERLAND INVESTMENT RESOURCES LLC | |
| parcel_id | OFTString | 15.1k | 17041700000070000, 18052100000120000, 07041700000010010 | |
| account | OFTString | — | ||
| p_address | OFTString | — | ||
| deed_b_p_d | OFTString | 42 | 8 32, 8 32, 8 32 | |
| str | OFTString | 971 | 17-12N-10E, 21-12N-11E, 17-13N-08E | |
| giskey | OFTString | 15.1k | 66-17-04-17-0-000-007.000, 66-18-05-21-0-000-012.000, 66-07-04-17-0-000-001.001 | |
| collection | OFTString | — | ||
| totalland | OFTString | 4.7k | 569100, 40300, 279350 | |
| totalbldg | OFTString | 4.4k | 0, 37590, 0 | |
| totalvalue | OFTString | 8.0k | 569100, 77890, 279350 | |
| neighcode | OFTString | 54 | 01LTM, 01STPV, 01LTM | |
| neighname | OFTString | 23 | MIXED, SMALL TRACT PAVED, MIXED | |
| revalratio | OFTString | 883 | 1.13759800920348, 2.45685279187817, 2.5 | |
| revalprice | OFTString | 346 | 576000, 48400, 39500 | |
| saleyear | OFTString | 14 | 2007, 2009, 2009 | |
| saleprice | OFTString | 346 | 576000, 48400, 39500 | |
| landlmv | OFTString | — | ||
| landcuse | OFTString | — | ||
| landvaluet | OFTString | — | ||
| geoid | OFTString | 17.2k | 1, 2, 3160 | |
| arearatio | OFTString | — | ||
| deltapin | OFTString | — | ||
| taxdist | OFTString | — | ||
| exempt | OFTString | — | ||
| neighid | OFTString | — | ||
| neighcode2 | OFTString | — | ||
| neighcode3 | OFTString | — | ||
| county | OFTString | 1 | 66, 66, 66 | |
| countyname | OFTString | 1 | WILCOX, WILCOX, WILCOX | |
| firecode | OFTString | — |
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.