38 attribute fields, profiled from the November 2022 vintage.
Columns in Stevens County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 8.1k | 7209, 7210, 7212 | |
| pin | OFTString | 7.9k | 130125000, 130126000, 130127000 | |
| area | OFTReal | 7.3k | 158.95486516, 150.11504905, 92.17973105 | |
| notes | OFTString | 229 | See Assessor?s Notes, There are too many acres in this area., See Assessor?s Notes, There are too many acres in this area., LOT B | |
| pin2 | OFTString | 7.9k | 13-0125-000, 13-0126-000, 13-0127-000 | |
| name | OFTString | 4.4k | THOMPSON/LESLIE, DYBDAHL/TODD & BONNIE, PETERSON/LAMONT V & OWEN K/% LAMONT V PETERSON | |
| address | OFTString | 3.5k | 6587 STARDUST LANE NE, 67385 320TH ST, PO BOX 4 | |
| city | OFTString | 334 | ALEXANDRIA, CLINTON, WENDELL | |
| state_pro | OFTString | 33 | MN, MN, MN | |
| zip | OFTString | 598 | 56308, 56225, 56590 | |
| sec_to_ra | OFTString | 577 | 30-123-44, 30-123-44, 31-123-44 | |
| section | OFTString | 37 | 30, 30, 31 | |
| township | OFTString | 5 | 123, 123, 123 | |
| range | OFTString | 5 | 44, 44, 44 | |
| location | OFTString | 22 | STEVENS TWP, STEVENS TWP, STEVENS TWP | |
| deed_acres | OFTReal | 2.5k | 160.0, 151.12, 90.0 | |
| prop_add | OFTString | 4.1k | 32702 610TH AVE, 32697 600TH SVE, 60092 340TH ST | |
| prop_zip | OFTString | 11 | 56221, 56221, 56221 | |
| prop_add_2 | OFTString | 108 | 33457 610TH AVE, 33590 450TH AVE, 32672 LAKE AVE | |
| prop_zip_2 | OFTString | 6 | 56221, 56244, 56244 | |
| prop_add_3 | OFTString | 13 | 52755 280TH ST, 26078 470TH AVE, 119 & 121 1ST ST W | |
| prop_zip_3 | OFTString | 3 | 56267, 56267, 56221 | |
| tillable | OFTReal | 293 | 153.0, 144.0, 88.0 | |
| cer | OFTReal | 364 | 53.9, 49.0, 55.8 | |
| watershed | OFTString | 3 | 0, Upper Minnesota River Watershed, 0 | |
| owner_name | OFTString | 266 | SKILBRED/DEANNA, BOLDENOW/JOEL & JANE, KROGSRUD/RONALD | |
| owner_addr | OFTString | 258 | 3 MCKENDREE CIRCLE, 201 E ASHMORE AVE, 238 E REUSS AVENUE | |
| owner_city | OFTString | 70 | HERMITAGE, MONTEVIDEO, APPLETON | |
| owner_stat | OFTString | 13 | TN, MN, MN | |
| owner_zip | OFTString | 97 | 37076, 56265, 56208 | |
| created_us | OFTString | 1 | CAITLINPRODOEHL, CAITLINPRODOEHL, CAITLINPRODOEHL | |
| created_da | OFTString | 88 | 2020-06-05, 2022-06-23, 2020-01-08 | |
| last_edite | OFTString | 1 | CAITLINPRODOEHL, CAITLINPRODOEHL, CAITLINPRODOEHL | |
| last_edi_1 | OFTString | 29 | 2022-09-20, 2022-09-20, 2022-09-20 | |
| block_lot | OFTString | 926 | 0-0, 0-0, 0-0 | |
| subdivisio | OFTString | 138 | FRANK HOFFMAN ACRES, FRANK HOFFMAN ACRES, FRANK HOFFMAN ACRES | |
| starea() | OFTReal | 7.4k | 6924046.23010798, 6538985.38066951, 4015333.02332971 | |
| stlength() | OFTReal | 7.4k | 10525.8484889, 10230.8236483768, 10681.3479553576 |
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.