33 attribute fields, profiled from the June 2021 vintage.
Columns in Washington County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| primaryind | OFTString | 27.0k | 1, 2, 3 | |
| mailing1 | OFTString | 3.7k | RESERVED LIFE ESTATE JAMES C., RESERVED LIFE ESTATE JAMES C., RESERVED LIFE ESTATE JAMES C. | |
| mailing2 | OFTString | 6.7k | 15799-1BEVERLY JEFFRIES HWY, 6221 HWY 63 S, 714 JAMES DUEITT RD | |
| mailing3 | OFTString | 1.8k | CITRONELLE AL 36522, LUCEDALE MS 39452, VINEGAR BEND AL 36584 | |
| name | OFTString | 11.3k | JARVIS JAMES MICHAEL, JARVIS GARY WAYNE, THORN JAMIE DENISE | |
| name2 | OFTString | — | ||
| parcel_id | OFTString | 22.0k | 430419000001401500, 430419000001401400, 430419000001401600 | |
| account | OFTString | — | ||
| p_address | OFTString | 2.2k | 74 OWEN DUEITT RD, 444 JOHN WILFORD DR, 136 MILLER VINEGAR BEND 36584 | |
| deed_b_p_d | OFTString | 15.2k | 481 309 1/24/2007, 481 305 8/28/2006, 481 297 8/28/2006 | |
| str | OFTString | 1.2k | 19-02N-04W, 19-02N-04W, 19-02N-04W | |
| giskey | OFTString | 22.1k | 430419000001401500, 430419000001401400, 430419000001401600 | |
| collection | OFTString | — | ||
| totalland | OFTString | 2.2k | 13500, 17400, 14400 | |
| totalbldg | OFTString | 2.2k | 0, 0, 0 | |
| totalvalue | OFTString | 3.2k | 13500, 17400, 14400 | |
| neighcode | OFTString | 29 | 01SAA, 01SAA, 01SAA | |
| neighname | OFTString | — | ||
| revalratio | OFTString | — | ||
| revalprice | OFTString | — | ||
| saleyear | OFTString | — | ||
| saleprice | OFTString | 1 | 0, 0, 0 | |
| landlmv | OFTString | 2.2k | 13500, 17400, 14400 | |
| landcuse | OFTString | 3.5k | 0, 0, 0 | |
| landvaluet | OFTString | 4 | 4, 4, 4 | |
| area | OFTString | 27.0k | 6.22985413057736, 7.90934354526888, 6.67322861815803 | |
| arearatio | OFTString | — | ||
| geoid | OFTString | 27.0k | 1, 2, 3 | |
| fcode | OFTString | 9 | 500, 500, 500 | |
| county | OFTString | 1 | 65, 65, 65 | |
| countyname | OFTString | — | ||
| deltapin | OFTString | 22.0k | 022045, 022044, 022046 | |
| exempt | OFTString | 4 | H1, H1, H1 |
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.