42 attribute fields, profiled from the November 2022 vintage.
Columns in Manistee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 4.2k | 0603137525, 0603035004, 0603035002 | |
| SITUS | OFTString | 3.7k | 322 E COUNTY LINE RD, E COUNTY LINE RD, 152 E FOX FARM RD | |
| ADDR_NUMBE | OFTString | 1.7k | 322, 152, 25 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 291 | COUNTY LINE, COUNTY LINE, FOX FARM | |
| STREET_SUF | OFTString | 2 | S, S, S | |
| STREET_TYP | OFTString | 14 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 4 | MANISTEE, MANISTEE, MANISTEE | |
| SITUS_ZIP | OFTString | 4 | 49660, 49660, 49660 | |
| ADDR_SEC_U | OFTString | 59 | # 19, UNIT 6, UNIT 4 | |
| OWNER | OFTString | 3.3k | GATES JAMES R & SHARON V, HORVAT TRUST, KUBIAK MICHAEL J & BARBARA A | |
| TRANS_DATE | OFTDate | 899 | 2005-04-30, 1986-02-28, 2015-05-14 | |
| SALE_PRICE | OFTReal | 641 | 616900.0, 0.0, 0.0 | |
| BLDG_SQFT | OFTInteger64 | 6.1k | 31537, 32404, 263834 | |
| LAND_USE_C | OFTString | 16 | 401, 402, 401 | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 6.6k | {"21": 486, "22": 216}, {"21": 393}, {"22": 74, "41": 253, "42": 10, "43": 36, "71": 236} | |
| CROP_COVER | OFTString | 5.2k | {"121": 0.65, "122": 0.07}, {"121": 0.74}, {"121": 0.19, "122": 0.16, "141": 0.29} | |
| MUNI_ID | OFTInteger64 | 5 | 1626282, 1626282, 1626282 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 2622410, 2622410, 2622410 | |
| ACREAGE_AD | OFTReal | 7.5k | 0.724020666207533, 3.76908821800662, 6.05659334126129 | |
| ZIP_CODE | OFTString | 4 | 49660, 49660, 49660 | |
| HOMESTEAD_ | OFTReal | 13 | 100.0, 100.0, 100.0 | |
| PLSS_SECTI | OFTString | 36 | 31, 31, 30 | |
| PLSS_TOWNS | OFTString | 3 | 21N, 21N, 21N | |
| PLSS_RANGE | OFTString | 2 | 16W, 16W, 16W | |
| MAIL_ADDRE | OFTString | 3.0k | 322 E COUNTY LINE RD, PO BOX 466, 152 E FOX FARM RD | |
| MAIL_AD_01 | OFTString | 602 | MANISTEE MI 49660, MANISTEE MI 49660, MANISTEE MI 49660 | |
| OWNER_OCCU | OFTString | 3 | T, F, T | |
| USPS_RESID | OFTString | 3 | ?, ?, T | |
| CENSUS_TRA | OFTInteger64 | 6 | 700, 700, 700 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 297 | 2031, 2031, 2026 | |
| AREA_METER | OFTReal | 8.3k | 2929.95292059218, 3010.70150909608, 24509.7055613342 | |
| PLACE_GNIS | OFTInteger64 | 5 | 2583756, 1626666, 1626666 | |
| ELEVATION | OFTString | 8.2k | {"max": 179.875, "min": 179.875, "mean": 179.875} | |
| ROBUST_ID | OFTString | 8.3k | AABl9daetgns5k7x, AABl9ffVYTfVR_GT, AABl9SoycnyUpI9w | |
| CALC_ACREA | OFTReal | 8.3k | 0.724020666207534, 0.743974449912732, 6.05659334126129 | |
| COUNTY_NAM | OFTString | 1 | Manistee, Manistee, Manistee | |
| COUNTY_FIP | OFTInteger64 | 1 | 26101, 26101, 26101 | |
| STATE_ABBR | OFTString | 1 | MI, MI, MI | |
| CTY_ROW_ID | OFTInteger64 | 8.3k | 1427, 2401, 2014 |
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.