39 attribute fields, profiled from the May 2024 vintage.
Columns in Goodhue County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 29.1k | 887017, 887019, 887026 | |
| pin | OFTString | 29.1k | 360190400, 360190700, 360200500 | |
| shape_leng | OFTReal | 28.5k | 10400.9219984, 7762.72672298, 8448.0324431 | |
| pin_text | OFTString | 29.1k | 360190400, 360190700, 360200500 | |
| c0rngpin | OFTInteger | 28.9k | 360190400, 360190700, 360200500 | |
| c0distcd | OFTInteger | 75 | 3601, 3601, 3601 | |
| c0entdtw | OFTString | 31 | KENYON TWP, KENYON TWP, KENYON TWP | |
| c0entdsc | OFTString | 12 | SCHOOL DISTRICT 2172, SCHOOL DISTRICT 2172, SCHOOL DISTRICT 2172 | |
| c0acres | OFTString | 4.8k | 154.68, 79.57, 100 | |
| c0hseno1 | OFTString | 8.4k | 49497, 49310, 50130 | |
| c0strnm | OFTString | 1.1k | 20TH, 20TH, 20TH | |
| c0strtp | OFTString | 25 | AVE, AVE, AVE | |
| c0strdir | OFTString | 8 | NW, SW, SW | |
| c0city | OFTString | 19 | KENYON, KENYON, KENYON | |
| c0zip | OFTInteger | 19 | 0, 0, 55946 | |
| c0name1p | OFTString | 18.1k | MARK S DRESSEL, LARRY D LURKEN TRUST, DON I HERRLICH | |
| c0name2p | OFTString | 9.8k | DORIS L WALKER RLT, CANDACE K HERRLICH, ANN L HOUGLUM | |
| c0adrln1p | OFTString | 17.0k | 11636 260TH ST, 420 500TH ST, 49497 20TH AVE | |
| c0adrln2p | OFTString | 122 | BOX 45, BOX 45, PO BOX 37 | |
| c0adrln3p | OFTString | 2.2k | KENYON MN 55946, KENYON MN 55946, KENYON MN 55946-4316 | |
| c0sectn | OFTInteger | 37 | 19, 19, 20 | |
| c0twnshp | OFTInteger | 7 | 109, 109, 109 | |
| c0range | OFTInteger | 8 | 18, 18, 18 | |
| c0lot | OFTString | 135 | 005, 001, 002 | |
| c0block | OFTString | 94 | 003, 001, 001 | |
| c0platcd | OFTString | 948 | 36160, 36160, 36160 | |
| c0platds | OFTString | 900 | SKYBERG, SKYBERG, SKYBERG | |
| fullstreet | OFTString | 19.4k | 49497 20TH AVE, 49310 20TH AVE, 50130 20TH AVE | |
| legal | OFTString | 28.9k | SKYBERG ID# 36-0220-00300 DOC #416016 LOTS 5 & 6 BLK 1, SKYBERG DOC#667187 LOTS 10 11 12 BLK 1, SKYBERG DOC#577349 LOTS 3 & 4 BLK 1 ID# 36-0220-00100 | |
| c0saledt | OFTString | 5.4k | 09-JUL-2020, 14-MAY-2024, 26-FEB-2008 | |
| c0salprc | OFTInteger | 2.8k | 0, 0, 0 | |
| fullurl | OFTString | 29.1k | ||
| tax_url | OFTString | 29.1k | ||
| name | OFTString | 799 | ABNER W. POSTS and GEORGE POSTS ADDTION, ABNER W. POSTS and GEORGE POSTS ADDTION, ABNER W. POSTS and GEORGE POSTS ADDTION | |
| platno | OFTString | 804 | 36160, 36160, 36160 | |
| color | OFTString | 10 | 5, 5, 5 | |
| plat_url | OFTString | 785 | https://maps.co.goodhue.mn.us/pdfs/RecordedPlats/plats/.pdf, https://maps.co.goodhue.mn.us/pdfs/RecordedPlats/plats/.pdf, https://maps.co.goodhue.mn.us/pdfs/RecordedPlats/plats/.pdf | |
| shape_le_1 | OFTReal | 28.7k | 10400.9219984526, 7762.72672296572, 8448.03244308711 | |
| shape_area | OFTReal | 28.7k | 6595522.68623982, 3341531.95283762, 4215485.34883834 |
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.