27 attribute fields, profiled from the May 2022 vintage.
Columns in Coffee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 31.1k | 016002 00100, 016002 00101, 016002 00102 | |
| owner | OFTString | 24.0k | MOLLOY JAMES A ETUX, ANDERSON EDWARD ETUX, SMITH CARTER ETUX SHARMYN | |
| addr1 | OFTString | 19.9k | DARYLA A, SANDRA B, C/O FARM CREDIT MID-AMERICA | |
| addr2 | OFTString | 8.3k | 1230 OLD SALEM RD, 656 DADDY GREEN RD, P O BOX 35080 | |
| situs | OFTString | 24.8k | DADDY GREEN RD, DADDY GREEN RD 656, DADDY GREEN RD 709 | |
| total_val | OFTString | 5.8k | 341,800, 210,600, 347,600 | |
| land_val | OFTString | 3.2k | 341,800, 131,000, 117,800 | |
| imprv | OFTString | 4.8k | 0, 79,600, 229,800 | |
| assessd | OFTString | 6.0k | 0, 5,225, 40,000 | |
| use | OFTString | 14 | 11 - AGRICULTURAL, 11 - AGRICULTURAL, 12 - FOREST | |
| legal | OFTString | 5.3k | ALSO 180/212/429 DADDY GREEN RD, GB9-23, GB9-481 | |
| acres | OFTString | 3.5k | 204.25, 37.50, 31.04 | |
| gislink | OFTString | 31.1k | 016002 00100, 016002 00101, 016002 00102 | |
| county_id | OFTInteger | 1 | 16, 16, 16 | |
| parcel_typ | OFTInteger | 4 | 1, 1, 1 | |
| calc_acre | OFTReal | 30.0k | 204.267595, 32.151557, 35.873005 | |
| parcelid | OFTString | 31.1k | 016 002 00100 000 2021, 016 002 00101 000 2021, 016 002 00102 000 2021 | |
| conum | OFTString | 1 | 016, 016, 016 | |
| cmap | OFTString | 301 | 002, 002, 002 | |
| gp | OFTString | 15 | A, A, A | |
| parcel | OFTString | 2.3k | 001.00, 001.01, 001.02 | |
| address | OFTString | 24.6k | DADDY GREEN RD, DADDY GREEN RD 656, DADDY GREEN RD 709 | |
| city | OFTString | 3 | 000, 000, 000 | |
| deedac | OFTReal | 3.0k | 204.25, 37.5, 31.04 | |
| calcac | OFTReal | 841 | 0.0, 0.0, 0.0 | |
| subdiv | OFTString | 1.5k | GOSSBURG GLEN, GOSSBURG GLEN, GOSSBURG GLEN | |
| lot | OFTString | 1.4k | 1, 2, 3 |
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.