39 attribute fields, profiled from the June 2022 vintage.
Columns in Jackson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| ogc_fid | OFTInteger64 | 50.0k | 1, 2, 3 | |
| objectid | OFTInteger64 | 50.0k | 34465, 34466, 34534 | |
| pin | OFTString | 50.0k | 000-16-32-100-001-01, 000-16-32-100-001-02, 000-16-30-400-002-03 | |
| liberpage | OFTString | 50.0k | 1942-1169, 2073-206, 2075-666 | |
| o_city | OFTString | 1.2k | JONESVILLE, JONESVILLE, LITCHFIELD | |
| owner | OFTString | 50.0k | BAYLISS FAMILY TRUST, BAYLISS FAMILY TRUST, WILDT BARBARA J TRUST | |
| owner2 | OFTString | 3.0k | KIESELBACH WILLIAM J & KELLY J, RENSHAW GENE O & LEDAWN R, HATHAWAY LINN R | |
| o_state | OFTString | 50 | MI, MI, MI | |
| o_address | OFTString | 50.0k | 14300 GOOSE LAKE RD, 14300 GOOSE LAKE RD, 11850 HUTCHINS RD | |
| o_zip | OFTString | 6.2k | 49250-9532, 49250-9532, 49252-9659 | |
| p_city | OFTString | 42 | JONESVILLE, JONESVILLE, LITCHFIELD | |
| p_fulladd | OFTString | 50.0k | 14511 GOOSE LAKE RD, 14540 GOOSE LAKE RD, 11900 HUTCHINS RD | |
| p_state | OFTString | 3 | MI, MI, MI | |
| p_zip | OFTString | 147 | 49250, 49250, 49252 | |
| p_status | OFTString | 3 | Active, Active, Active | |
| p_acreage | OFTReal | 6.7k | 146.2, 26.302, 38.5 | |
| p_assmbor1 | OFTReal | — | ||
| p_assmbor2 | OFTReal | 11.1k | 259000.0, 154200.0, 141400.0 | |
| p_assmbor3 | OFTReal | 13.8k | 260200.0, 173700.0, 139100.0 | |
| p_assmbor4 | OFTReal | 13.5k | 262600.0, 143600.0, 133100.0 | |
| p_hpercent | OFTReal | 79 | 94.0, 0.0, 63.0 | |
| p_taxmbor1 | OFTReal | — | ||
| govunit | OFTString | 20 | Pulaski, Pulaski, Pulaski | |
| schooldist | OFTString | 22 | LITCHFIELD SCHOOL, LITCHFIELD SCHOOL, LITCHFIELD SCHOOL | |
| spe_length | OFTReal | — | ||
| shortpin | OFTString | — | ||
| p_taxmbor2 | OFTReal | 37.4k | 98216.0, 102654.0, 68313.0 | |
| p_taxmbor3 | OFTReal | 37.0k | 95079.0, 99375.0, 66131.0 | |
| p_taxmbor4 | OFTReal | 35.9k | 93767.0, 98003.0, 65218.0 | |
| tax_unit | OFTString | 28 | Pulaski, Pulaski, Pulaski | |
| updated | OFTString | 1 | June 07, 2022, June 07, 2022, June 07, 2022 | |
| p_class | OFTString | 12 | 101 - AGRICULTURAL, 201 - COMMERCIAL, 101 - AGRICULTURAL | |
| legal_desc | OFTString | 50.0k | NE 1/4 OF NE 1/4. SEC 31 T4S R3W 40.0000 A, N 10A OF SE 1/4 OF NE 1/4 SEC 31 T4S R3W 10.0000 A, SE 1/4 OF SW 1/4. SEC 32 T4S R3W 40.0000 A | |
| mls | OFTInteger64 | — | ||
| class | OFTString | — | ||
| type | OFTString | — | ||
| area | OFTString | — | ||
| price | OFTReal | — | ||
| address | OFTString | — |
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.