43 attribute fields, profiled from the August 2022 vintage.
Columns in Baraga County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 10.9k | 001-168-001-00, 001-177-001-00, 001-185-001-00 | |
| SITUS | OFTString | 5.1k | 23 SOUTH MAIN ST SUITE 3A, 20538 ALL WOOD RD, 21094 ALL WOOD RD | |
| ADDR_NUMBE | OFTString | 3.6k | 23, 20538, 21094 | |
| STREET_PRE | OFTString | 21 | S, E, HIGHWAY | |
| STREET_NAM | OFTString | 585 | MAIN, ALL WOOD, ALL WOOD | |
| STREET_SUF | OFTString | 4 | S, S, S | |
| STREET_TYP | OFTString | 17 | St, Rd, Rd | |
| SITUS_CITY | OFTString | 6 | LANSE, LANSE, LANSE | |
| SITUS_ZIP | OFTString | 6 | 49946, 49946, 49946 | |
| ADDR_SEC_U | OFTString | 8 | SUITE 3A, 18875 S, & M38 | |
| OWNER | OFTString | 6.2k | LYME GREAT LAKES TIMBERLANDS LLC, THE NATURE CONSERVANCY, THE NATURE CONSERVANCY | |
| TRANS_DATE | OFTDate | 3.1k | 2005-11-15, 2021-11-18, 2021-11-18 | |
| SALE_PRICE | OFTReal | 770 | 0.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 19 | 502, 501, 401 | |
| LAND_US_01 | OFTString | 4 | Agricultural, Agricultural, Residential | |
| LAND_COVER | OFTString | 10.8k | {"21": 122, "41": 2067, "42": 15, "43": 800}, {"21": 351, "22": 13, "41": 218}, {"21": 148, "41": 405} | |
| CROP_COVER | OFTString | 10.3k | {"121": 0.36, "122": 0.01, "141": 0.23}, {"121": 0.12, "141": 0.05, "142": 0.19, "190": 0.08}, {"121": 0.66, "143": 0.12, "190": 0.37} | |
| MUNI_ID | OFTInteger64 | 5 | 1625852, 1625852, 1625852 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 2600018, 2600018, 2600018 | |
| ACREAGE | OFTReal | 2.0k | 19.0, 640.0, 640.0 | |
| ACREAGE_AD | OFTReal | 7.2k | 1244.33315367963, 9177.01218813455, 9177.01218813455 | |
| MKT_VAL_TO | OFTReal | 6.0k | 0.0, 296000.0, 272000.0 | |
| ZIP_CODE | OFTString | 7 | 49962, 49962, 49962 | |
| LEGAL_DESC | OFTString | 10.9k | AR-32 1/1 301-404 SEC 32 T51N R31W S 1/2. 320 ACRES., AR-32 1/1 101-204 SEC 32 T51N R31W N 1/2. 320 ACRES., AR-19 1/1 301-404 SEC 19 T51N R31W FRL S 1/2. 328 ACRES. | |
| PLSS_SECTI | OFTString | 36 | 18, 27, 35 | |
| PLSS_TOWNS | OFTString | 7 | 51N, 51N, 51N | |
| PLSS_RANGE | OFTString | 6 | 31W, 31W, 31W | |
| MAIL_ADDRE | OFTString | 5.5k | 2831 NORTH LINCOLN ROAD, 101 E CESAR CHAVEZ AVENUE, 101 E CESAR CHAVEZ AVENUE | |
| MAIL_AD_01 | OFTString | 1.5k | ESCANABA MI 49829, LANSING MI 48906, LANSING MI 48906 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 2 | 100, 100, 100 | |
| CENSUS_BLK | OFTInteger | 4 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 774 | 1063, 1104, 1104 | |
| AREA_METER | OFTReal | 10.9k | 74197.6230119232, 2599611.77376079, 2576237.38738046 | |
| PLACE_GNIS | OFTInteger64 | 4 | 2398031, 2398031, 2398031 | |
| ELEVATION | OFTString | 10.9k | ||
| ROBUST_ID | OFTString | 10.9k | AABlnTb95IaAaVDn, AABlnYr23Kjh113c, AABlnQx3m_kP_4FB | |
| CALC_ACREA | OFTReal | 10.9k | 18.3349746224763, 642.390065414029, 636.614020795585 | |
| COUNTY_NAM | OFTString | 1 | Baraga, Baraga, Baraga | |
| COUNTY_FIP | OFTInteger64 | 1 | 26013, 26013, 26013 | |
| STATE_ABBR | OFTString | 1 | MI, MI, MI | |
| CTY_ROW_ID | OFTInteger64 | 10.9k | 810, 879, 901 |
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.