33 attribute fields, profiled from the May 2023 vintage.
Columns in Swift County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pin | OFTString | 9.8k | 15-0040-100, 15-0027-000, 15-0029-000 | |
| gis_acres | OFTReal | 9.9k | 7.50733411796, 79.3180387914, 80.9755157319 | |
| gis_ft | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| source | OFTString | — | ||
| oid_ | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| owname | OFTString | 5.1k | BARTEN/TRAVIS, LANGE/RICHARD A & KAREN L, HOLTKAMP/ROGER E | |
| owadr1 | OFTString | 749 | % RICHARD WILTS, PENNY FOSSO LIVING TRUST, TO: ESTHER PETERSON | |
| owadr2 | OFTString | 4.4k | 1260 70TH STREET SE, 11035 80TH STREET NE, 660 150TH AVE SE | |
| owadr3 | OFTString | 224 | PO BOX 307, 48485 270TH STREET, 1665 80TH STREET SE | |
| owcity | OFTString | 402 | MURDOCK, KERKHOVEN, KERKHOVEN | |
| owstat | OFTString | 37 | MN, MN, MN | |
| owzipf | OFTReal | 418 | 56271.0, 56252.0, 56252.0 | |
| ownnam | OFTString | 288 | CAIN/WILLIAM & MARGARET, JOHNSON/VERNICE & GRACE, PETERSON/PATRICIA | |
| adphf | OFTString | 3 | #1, 2-Jan, 2-Jan | |
| adph | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| adpsdr | OFTString | 8 | SE, SE, SE | |
| adpsnm | OFTString | 411 | 70TH ST, 150TH AVE, 70TH ST | |
| adpzip | OFTReal | 17 | 562710000.0, 0.0, 562520000.0 | |
| section_ | OFTInteger | 37 | 6, 4, 4 | |
| township | OFTInteger | 4 | 120, 120, 120 | |
| range | OFTInteger | 8 | 37, 37, 37 | |
| deds01 | OFTString | 7.2k | THAT PT OF S1/2 OF SE1/4 DESC AS E 715 FT, S1/2 OF SW1/4, S1/2 OF SE1/4 | |
| deds02 | OFTString | 3.7k | OF W 1335 FT OF S 420 FT OF N 606 FT OF, OF SE COR OF SE1/4 OF SW1/4 THEN CONTINUIN, E ALONG N LINE OF NE 1/4 A DISTANCE OF | |
| deds03 | OFTString | 3.1k | S1/2 OF SE1/4 AND THAT PT OF SW1/4 OF SE, G W 548 FT, THEN N 630 FT, THEN E 532 FT,, 1550 FT, THEN S 1027.6 FT, THEN W 1550 FT | |
| tvmp | OFTString | — | ||
| link | OFTString | 9.8k | ||
| link2 | OFTString | 9.8k | ||
| deed_acre | OFTReal | 2.7k | 763.0, 8000.0, 7900.0 | |
| twp_city | OFTString | 31 | PILLSBURY, PILLSBURY, PILLSBURY | |
| schl_dist | OFTReal | 6 | 775.0, 775.0, 775.0 | |
| shape_area | OFTReal | 9.9k | 327018.166102, 3455079.94939, 3527279.35612 | |
| shape_leng | OFTReal | 9.9k | 3663.42570848, 7875.24698786, 7985.681132 | |
| alignment | OFTString | 1.5k | Mapped Estimation, Mapped Estimation, Mapped Estimation |
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.