27 attribute fields, profiled from the December 2018 vintage.
Columns in Bottineau County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 16.4k | 22-0000-08265-000, 22-0000-08273-000, 22-0000-08187-050 | |
| SITUS | OFTString | 4.0k | 9150 13TH AVE NE, 9191 13TH AVE NE, 9290 13TH AVE NE | |
| ADDR_NUMBE | OFTString | 1.9k | 9150, 9191, 9290 | |
| STREET_PRE | OFTString | 3 | E, E, E | |
| STREET_NAM | OFTString | 206 | 13TH, 13TH, 13TH | |
| STREET_SUF | OFTString | 7 | NE, NE, NE | |
| STREET_TYP | OFTString | 16 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 14 | BOTTINEAU, BOTTINEAU, BOTTINEAU | |
| SITUS_ZIP | OFTString | 14 | 58318, 58318, 58318 | |
| OWNER | OFTString | 6.2k | JOHNSON PAUL W, BALLANTYNE ROBERT & FRANCES, LIDER GREGREY D & PEGGY L | |
| LAND_COVER | OFTString | 12.4k | {"21": 45, "71": 323, "81": 4, "82": 391, "95": 14}, {"21": 54, "71": 2, "82": 715}, {"82": 186} | |
| MUNI_ID | OFTInteger64 | 56 | 1759265, 1759265, 1759265 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 3803060, 3803060, 3803060 | |
| ZIP_CODE | OFTString | 14 | 58318, 58318, 58318 | |
| LEGAL_DESC | OFTString | 15.3k | NW1/4 LESS R/W 29 161 75, NE1/4 30 161 75, OUTLOTS 1 & 2 OF NW1/4 20 161 75 | |
| MAIL_ADDRE | OFTString | 5.1k | 1320 92ND ST NE BOTTINEAU ND 58318 ND 58318, 3240 HORTON SMITH LANE BILLINGS MT 59106 MT 59106, 9290 13TH AVE NE BOTTINEAU ND 58318 ND 58318 | |
| CENSUS_TRA | OFTInteger64 | 3 | 952400, 952400, 952400 | |
| CENSUS_BLK | OFTInteger | 4 | 4, 4, 4 | |
| CENSUS_BLO | OFTInteger | 1.3k | 4014, 4013, 4010 | |
| AREA_METER | OFTReal | 17.8k | 649550.076257395, 646888.920598033, 113575.907266356 | |
| FLD_ZONE | OFTString | 23 | {D}, {D}, {D} | |
| ZONE_SUBTY | OFTString | 14 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 12 | 1035912, 1035912, 1035912 | |
| CALC_ACREA | OFTReal | 17.8k | 160.510319343965, 159.85272116898, 28.0657424445892 | |
| COUNTY_NAM | OFTString | 1 | Bottineau, Bottineau, Bottineau | |
| COUNTY_FIP | OFTInteger64 | 1 | 38009, 38009, 38009 | |
| STATE_ABBR | OFTString | 1 | ND, ND, ND |
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.