59 attribute fields, profiled from the December 2023 vintage.
Columns in Elliott County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 4.1k | 008-00-00-009.00, 008-00-00-002.00, 008-00-00-044.00 | |
| pid | OFTString | 4.1k | 008-00-00-009.00, 008-00-00-002.00, 008-00-00-044.00 | |
| account | OFTString | 4.1k | 26597, 26577, 26657 | |
| map_no | OFTString | 4.1k | 008-00-00-009.00, 008-00-00-002.00, 008-00-00-044.00 | |
| owner | OFTString | 3.4k | MCKENZIE JACKIE KATHY, FLANNERY EDWIN E MARY C/0 EDWIN E FLANNERY JR, GRAY TABATHA GRAY TODD | |
| owner2 | OFTString | — | ||
| mail_addr1 | OFTString | 2.9k | 137 ASPEN DR, 4132 FAIRPORT RD, 3556 MADISON LN | |
| mail_addr2 | OFTString | 564 | SANDY HOOK, KY 41171, KITTRELL, NC 27544, ASHLAND, KY 41102 | |
| situs | OFTString | 1.1k | DEVIL'S FORK RD, KY 173, KY 173 | |
| legal | OFTString | 2.0k | 3.5 ACRES RESIDENCE, 77.8 ACRES, 68 ACRES | |
| use_code | OFTString | 12 | RESIDENTIAL (10), FARM (20), FARM (20) | |
| acres | OFTString | 668 | 3.50, 0.00, 68.00 | |
| land_val | OFTString | 2.5k | 21,360, 11,542, 9,214 | |
| tax_dist | OFTString | 2 | 00 Elliott County, 00 Elliott County, 00 Elliott County | |
| nbhd | OFTString | — | ||
| homesteadx | OFTString | 2 | Homestead: Yes - 46,350, Homestead: No, Homestead: No | |
| exemption | OFTString | 2 | Homestead: Yes - 46,350, Homestead: No, Homestead: No | |
| rooms | OFTString | 17 | 0, 0, 0 | |
| beds | OFTString | 8 | 0, 0, 0 | |
| fbaths | OFTString | 6 | 0, 0, 0 | |
| hbaths | OFTString | 4 | 0, 0, 0 | |
| heat | OFTString | 7 | Other, Other, Electric | |
| yearbuilt | OFTString | 117 | 1994, 0, 0 | |
| basement | OFTString | 5 | BT-None, BT-Walkout, BT-None | |
| basementsq | OFTString | 112 | 0, 0, 0 | |
| heatsqft | OFTString | — | ||
| style | OFTString | — | ||
| attic | OFTString | — | ||
| luc | OFTString | — | ||
| class | OFTString | 12 | RESIDENTIAL (10), FARM (20), FARM (20) | |
| lndval | OFTString | 2.5k | 21,360, 11,542, 9,214 | |
| bldval | OFTString | 1.3k | 30,750, 0, 0 | |
| totval | OFTString | 3.0k | 52,110, 11,542, 9,214 | |
| mktlnd | OFTString | 696 | 77,800, 68,000, 102,500 | |
| mktimpv | OFTString | 924 | 0, 0, 175,792 | |
| mkttot | OFTString | 1.3k | 77,800, 68,000, 278,292 | |
| exmpval | OFTString | 375 | (46,350), 0, 0 | |
| assdval | OFTString | — | ||
| zoning | OFTString | 5 | Residential, Residential, Residential | |
| deedbook | OFTString | 3.5k | 77-98, 54-48, 101-12 | |
| saledata | OFTString | 2.1k | 10/17/1989, 11/24/2003, 1/10/2019 | |
| saleprice | OFTString | 437 | 3,000, 1, 1 | |
| salebook | OFTString | 138 | 77, 101, 124 | |
| salepage | OFTString | 872 | 98, 12, 628 | |
| ratepertho | OFTString | 2 | 1.03, 1.03, 1.03 | |
| lotsqft | OFTString | 686 | 152460, 0, 2962080 | |
| livingsqft | OFTString | 557 | 1,295, 4,180, 1,440 | |
| condition | OFTString | 10 | Very Poor/Unlivable, New, Average | |
| floodhaz | OFTString | 4 | Moderate, Slight, Slight | |
| electric | OFTString | 2 | No, No, No | |
| water | OFTString | 2 | No, No, No | |
| gas | OFTString | 2 | No, No, No | |
| sewer | OFTString | 2 | No, No, No | |
| road | OFTString | 6 | Secondary, Secondary, Secondary | |
| sidewalks | OFTString | 2 | No, No, No | |
| deck | OFTString | 126 | 0, 0, 0 | |
| ac | OFTString | 2 | Y, N, N | |
| actype | OFTString | 4 | Central, Central, Wall Units | |
| key | OFTString | 4.3k | 008-00-00-009.00, 008-00-00-002.00, 008-00-00-044.00 |
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.