44 attribute fields, profiled from the November 2022 vintage.
Columns in Churchill County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 13.8k | 00507126, 00929105, 00371110 | |
| SITUS | OFTString | 12.3k | 7216 INTERSTATE 80 FWY W, NORTH OF HAZEN (6 MILES), NE 13-21-29 | |
| ADDR_NUMBE | OFTString | 4.0k | 7216, NE1/4, 21-21-30 | |
| STREET_PRE | OFTString | 17 | INTERSTATE, N, NE | |
| STREET_NAM | OFTString | 2.4k | 80, OF HAZEN (6 MILES), 13-21-29 | |
| STREET_SUF | OFTString | 5 | W, NE, W | |
| STREET_TYP | OFTString | 24 | Fwy, Rd, Rd | |
| SITUS_CITY | OFTString | 2 | FALLON, FALLON, FALLON | |
| SITUS_ZIP | OFTString | 3 | 89406, 89406, 89406 | |
| ADDR_SEC_U | OFTString | 239 | MOLTAN 33-42, CYPRUS DE 87, & | |
| OWNER | OFTString | 9.0k | BUREAU OF LAND MANAGEMENT, DESERT GUN CLUB, CASEY MICHAEL A & CLAUDIA | |
| BLDG_SQFT | OFTInteger64 | 485 | 0, 0, 0 | |
| LAND_COVER | OFTString | 12.1k | {"31": 5, "52": 3000}, {"31": 46, "52": 686, "71": 68}, {"31": 55, "52": 2936} | |
| CROP_COVER | OFTString | 10.8k | {"131": 0.21, "152": 639.06, "176": 0.21}, {"131": 2.86, "152": 156.63, "176": 4.09}, {"131": 10.43, "152": 626.03} | |
| MUNI_ID | OFTInteger64 | 3 | 1937426, 1937426, 1937426 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 3200030, 3200030, 3200030 | |
| ACREAGE | OFTReal | 3.3k | 640.0, 669.48, 160.0 | |
| ACREAGE_AD | OFTReal | 10.4k | 248903.347295868, 687.251243267614, 650.030029885271 | |
| ZIP_CODE | OFTString | 6 | 89406, 89406, 89406 | |
| FULLBATH | OFTReal | 26 | 0.0, 0.0, 0.0 | |
| BEDROOMS | OFTInteger64 | 20 | 0, 0, 0 | |
| YEAR_BUILT | OFTInteger64 | 119 | 0, 0, 0 | |
| PLSS_SECTI | OFTString | 36 | 26, 03, 13 | |
| PLSS_TOWNS | OFTString | 12 | 24N, 20N, 21N | |
| PLSS_RANGE | OFTString | 16 | 27E, 27E, 29E | |
| MAIL_ADDRE | OFTString | 8.2k | WINNEMUCCA FIELD OFFICE, JEREMY OCHSNER, PO BOX 5184 | |
| MAIL_AD_01 | OFTString | 287 | 5100 E WINNEMUCCA BLVD, 4790 CAUGHLIN PKWY #371, 5100 E WINNEMUCCA BLVD | |
| MAIL_AD_02 | OFTString | 4.6k | WINNEMUCCA, NV 894452921, RENO, NV 895190907, FALLON, NV 894075184 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 7 | 950600, 950600, 950100 | |
| CENSUS_BLK | OFTInteger | 5 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 721 | 1055, 1104, 1060 | |
| AREA_METER | OFTReal | 14.1k | 2587861.08561014, 2781155.12633084, 662001.285058629 | |
| FLD_ZONE | OFTString | 19 | {A}, {D,A}, {A} | |
| ZONE_SUBTY | OFTString | 13 | {NULL}, {NULL,NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 3 | 2410499, 2410499, 2410499 | |
| ELEVATION | OFTString | 11.6k | ||
| ROBUST_ID | OFTString | 14.1k | AAB9Ad30BQQFcKAy, AAB9AaBlNRy1IDxi, AAB9ARJazkorvMRv | |
| CALC_ACREA | OFTReal | 14.1k | 639.486352865122, 687.251243267614, 163.587137550838 | |
| COUNTY_NAM | OFTString | 1 | Churchill, Churchill, Churchill | |
| COUNTY_FIP | OFTInteger64 | 1 | 32001, 32001, 32001 | |
| STATE_ABBR | OFTString | 1 | NV, NV, NV | |
| CTY_ROW_ID | OFTInteger64 | 14.1k | 1896, 2841, 2588 |
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.