43 attribute fields, profiled from the March 2022 vintage.
Columns in Roosevelt County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCELID | OFTString | 12.0k | 17448010201010000, 17447705201010000, 17447601101010000 | |
| COUNTYCD | OFTInteger | 1 | 17, 17, 17 | |
| CountyName | OFTString | 1 | Roosevelt, Roosevelt, Roosevelt | |
| CountyAbbr | OFTString | 1 | RO, RO, RO | |
| GISAcres | OFTReal | 12.2k | 320.237512792, 167.010467855, 328.990745014 | |
| TaxYear | OFTInteger64 | 2 | 2022, 2022, 2022 | |
| PropertyID | OFTInteger64 | 12.0k | 1123500, 1125405, 1125399 | |
| Assessment | OFTString | 7.1k | 000RXX8838, 00000RAC64, 00000RAB65 | |
| Township | OFTString | 12 | 32 N, 32 N, 32 N | |
| Range | OFTString | 19 | 51 E, 48 E, 47 E | |
| Section | OFTString | 37 | 10, 05, 01 | |
| LegalDescr | OFTString | 12.0k | S10, T32 N, R51 E, W2, S05, T32 N, R48 E, NW, S01, T32 N, R47 E, LTS 1 2 SE S2NE | |
| Subdivisio | OFTString | 63 | MCCABE ORIGINAL TOWNSITE, NUGENTS, JOHN G ADD, NUGENTS, JOHN G ADD | |
| Certificat | OFTString | 110 | 289A, 357691, 397646 6549 PLAT 380B | |
| AddressLin | OFTString | 1.6k | 104 E 6TH ST, 515 3RD AVE E, HIGHWAY 2 E | |
| AddressL_1 | OFTString | 1 | 101 | |
| CityStateZ | OFTString | 16 | CULBERTSON, MT 59218, WOLF POINT, MT 59201, WOLF POINT, MT 59201 | |
| PropAccess | OFTString | — | ||
| LevyDistri | OFTString | 16 | 17-1775-9R, 17-0774-3R, 17-0774-3R | |
| PropType | OFTString | 16 | TP - Tribal Property, VAC_R - Vacant Land - Rural, VAC_R - Vacant Land - Rural | |
| Continuous | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| FallowAcre | OFTReal | 3.5k | 0.0, 0.0, 216.894 | |
| FarmsiteAc | OFTReal | 4 | 0.0, 0.0, 0.0 | |
| ForestAcre | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| GrazingAcr | OFTReal | 3.9k | 0.0, 166.72, 111.766 | |
| WildHayAcr | OFTReal | 344 | 0.0, 0.0, 0.0 | |
| IrrigatedA | OFTReal | 230 | 0.0, 0.0, 0.0 | |
| NonQualAcr | OFTReal | 217 | 0.0, 0.0, 0.0 | |
| TotalAcres | OFTReal | 3.0k | 320.0, 166.72, 328.66 | |
| TotalBuild | OFTInteger64 | 2.9k | 0, 0, 0 | |
| TotalLandV | OFTInteger64 | 8.4k | 95972, 11298, 87511 | |
| TotalValue | OFTInteger64 | 9.5k | 95972, 11298, 87511 | |
| OwnerName | OFTString | 3.5k | FORT PECK ASSINIBOINE & SIOUX TRIBES, CHRISTENSEN KENT, CHRISTENSEN KENT | |
| OwnerAddre | OFTString | 2.4k | PO BOX 637, 3034 ROAD 2030, 3034 ROAD 2030 | |
| OwnerAdd_1 | OFTString | 321 | 5798 ROAD 2031, 4299 ROAD 2037, 5001 SOUTHGATE DR | |
| OwnerAdd_2 | OFTString | 7 | WRENTHAM AB, WRENTHAM AB, PARIS | |
| OwnerCity | OFTString | 452 | POPLAR, WOLF POINT, WOLF POINT | |
| OwnerState | OFTString | 42 | MT, MT, MT | |
| OwnerZipCo | OFTString | 2.2k | 59255-0637, 59201-9101, 59201-9101 | |
| DbaName | OFTString | 26 | ROOSEVELT MEDICAL CENTER, HI-LINE WHOLESALE CO, VINCENT GAFFNEY FOUNDATION TRUST | |
| CareOfTaxp | OFTString | 229 | T32-R50(4479) 51(4480) 52(4481) 53(4482), ROBERT J MICHELS, TOWNSHIP 31 RANGE 51 & 52 | |
| Shape_Leng | OFTReal | 12.2k | 4828.75312778, 3289.13941459, 4915.88651682 | |
| Shape_Area | OFTReal | 12.2k | 1295955.23533, 675867.384448, 1331378.30937 |
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.