28 attribute fields, profiled from the August 2018 vintage.
Columns in Lake County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 50.0k | 08A013L000070, 08A013L000080, 08A013L000090 | |
| SITUS | OFTString | 50.0k | 7520 E POND CT, 7522 E POND CT, 7524 E POND CT | |
| ADDR_NUMBE | OFTString | 17.6k | 7520, 7522, 7524 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 2.7k | POND, POND, POND | |
| STREET_SUF | OFTString | 1 | N | |
| STREET_TYP | OFTString | 51 | Ct, Ct, Ct | |
| SITUS_CITY | OFTString | 11 | PAINESVILLE, PAINESVILLE, PAINESVILLE | |
| SITUS_ZIP | OFTString | 11 | 44077, 44077, 44077 | |
| OWNER | OFTString | 50.0k | MAWHORR MARY E TRUSTEE @(3), BOWSER DENNISE R TR @(3), OWEN RICHARD K & DANA H | |
| TRANS_DATE | OFTDate | 11.0k | 2005-05-18, 2006-03-24, 2014-05-09 | |
| SALE_PRICE | OFTReal | 6.4k | 0.0, 0.0, 340000.0 | |
| LAND_USE_C | OFTString | 118 | 550.000000000000000, 550.000000000000000, 550.000000000000000 | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Residential | |
| MUNI_ID | OFTInteger64 | 18 | 1086415, 1086415, 1086415 | |
| SCHOOL_DIS | OFTInteger64 | 13 | 3910014, 3910014, 3910014 | |
| ACREAGE | OFTReal | 6.3k | 0.0, 0.0, 0.0 | |
| MKT_VAL_LA | OFTReal | 14.1k | 25000.0, 25000.0, 25000.0 | |
| MKT_VAL_BL | OFTReal | 24.9k | 245150.0, 266930.0, 230990.0 | |
| MKT_VAL_TO | OFTReal | 31.1k | 270150.0, 291930.0, 255990.0 | |
| ZIP_CODE | OFTString | 12 | 44077, 44077, 44077 | |
| LEGAL_DESC | OFTString | 50.0k | SL[8 PHASE 1^ORCHARD SPRINGS^10-53 52FF^^, SL[9 PHASE 1^ORCHARD SPRINGS^10-53 52FF^, SL[7 PHASE 1^ORCHARD SPRINGS^10-53 52FF^ | |
| MAIL_ADDRE | OFTString | 2.5k | PAINESVILLE OH 44077, PAINESVILLE OH 44077, CONCORD OH 44077 | |
| MAIL_AD_01 | OFTString | 50.0k | POND 7520 CT E, POND 7522 CT E, POND 7524 CT E | |
| CALC_ACREA | OFTReal | 50.0k | 0.065052370231473, 0.0632153689370454, 0.0629767114208968 | |
| COUNTY_NAM | OFTString | 1 | Lake, Lake, Lake | |
| COUNTY_FIP | OFTInteger64 | 1 | 39085, 39085, 39085 | |
| STATE_ABBR | OFTString | 1 | OH, OH, OH |
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.