31 attribute fields, profiled from the October 2023 vintage.
Columns in Clarke County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| primaryind | OFTString | 32.1k | 1, 2, 3 | |
| mailing1 | OFTString | 4.1k | 1460, 706, 706 | |
| mailing2 | OFTString | 5.7k | COMMERCE ST, GOLFVIEW DR, GOLF VIEW DR | |
| mailing3 | OFTString | 7.6k | JACKSON AL 365453120, JACKSON AL 36545, JACKSON AL 365453230 | |
| name | OFTString | 16.3k | BROWN EMMA, ESKER DOUGLASS R & DAPHNE J, ESKER DOUGLASS R & DAPHNE J | |
| name2 | OFTString | — | ||
| parcel_id | OFTString | 28.8k | 4203082002014000, 4202092001050000, 4202092001044000 | |
| pin | OFTString | 28.7k | 25728, 24321, 24315 | |
| p_address | OFTString | 10.3k | 702 CEMETERY RD, 706 GOLFVIEW DR, 215 KIRKSEY DR | |
| deed_b_p_d | OFTString | 17.4k | 1405 682 8/13/2012, 1405 682 8/13/2012, 1570 30 7/1/2022 | |
| str | OFTString | 1.3k | 08-06N-2E, 09-06N-2E, 09-06N-2E | |
| giskey | OFTString | 28.8k | 4203082002014000, 4202092001050000, 4202092001044000 | |
| collection | OFTString | — | ||
| totalland | OFTString | 3.0k | 5000, 10300, 8200 | |
| totalbldg | OFTString | 2.7k | 1200, 197100, 0 | |
| totalvalue | OFTString | 4.0k | 6200, 207400, 8200 | |
| neighcode | OFTString | 57 | RUJZ1S, 2R008, 2R008 | |
| neighname | OFTString | — | ||
| revalratio | OFTString | — | ||
| revalprice | OFTString | — | ||
| saleyear | OFTString | 10 | 2013, 2013, 2012 | |
| saleprice | OFTString | 925 | 227000, 227000, 0 | |
| landfmv | OFTString | 3.0k | 5000, 10300, 8200 | |
| landcuse | OFTString | 5.4k | 0, 0, 0 | |
| landvaluet | OFTString | — | ||
| exempt | OFTString | 7 | H1, H1, S | |
| geoid | OFTString | 32.1k | 1, 2, 3 | |
| area | OFTString | 32.0k | 1.0180055838915587, 0.44171795481202647, 0.42971957052208076 | |
| arearatio | OFTString | 26.5k | 1.01800558389156, 0.981595455137836, 0.954932378937958 | |
| county | OFTString | 1 | 16, 16, 16 | |
| countyname | OFTString | 1 | CLARKE, CLARKE, CLARKE |
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.