44 attribute fields, profiled from the May 2024 vintage.
Columns in Esmeralda County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 2.9k | 001-092-07, 001-103-02, 001-103-03 | |
| SITUS | OFTString | 1.3k | 100 E ALLOY ST, 206 E ALPINE ST, 222 E ALPINE ST | |
| ADDR_NUMBE | OFTString | 277 | 100, 206, 222 | |
| STREET_PRE | OFTString | 6 | E, E, E | |
| STREET_NAM | OFTString | 161 | ALLOY, ALPINE, ALPINE | |
| STREET_SUF | OFTString | 1 | NE | |
| STREET_TYP | OFTString | 8 | St, St, St | |
| SITUS_CITY | OFTString | 1 | SILVERPEAK, SILVERPEAK, SILVERPEAK | |
| SITUS_ZIP | OFTString | 1 | 89047, 89047, 89047 | |
| ADDR_SEC_U | OFTString | 9 | T1S R34E SEC, T4S R36E SEC, T4S R35E SEC 15 & | |
| OWNER | OFTString | 1.3k | LA RUE EVA, OLTMANN MIKE A, MORACHE JANET & TRYKA RONALD | |
| STORY_HEIG | OFTReal | 6 | 0.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 31 | 100, 100, 100 | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 2.6k | {"52": 173}, {"21": 187, "52": 154}, {"21": 156, "52": 251} | |
| CROP_COVER | OFTString | 1.9k | {"152": 0.06}, {"152": 0.53}, {"152": 0.4} | |
| MUNI_ID | OFTInteger64 | 2 | 1937443, 1937443, 1937443 | |
| SCHOOL_DIS | OFTInteger64 | 3 | 3200150, 3200150, 3200150 | |
| ACREAGE_AD | OFTReal | 2.1k | 0.0584141243508296, 0.533851289558618, 0.403895168970139 | |
| MKT_VAL_LA | OFTReal | 1.1k | 1717.0, 15519.0, 13801.0 | |
| MKT_VAL_BL | OFTReal | 905 | 0.0, 0.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 1.7k | 1717.0, 15519.0, 13801.0 | |
| ZIP_CODE | OFTString | 6 | 89013, 89013, 89013 | |
| TOTAL_BATH | OFTReal | 4 | 0.0, 0.0, 0.0 | |
| BEDROOMS | OFTInteger64 | 14 | 0, 0, 0 | |
| PLSS_SECTI | OFTString | 35 | 02, 35, 35 | |
| PLSS_TOWNS | OFTString | 17 | 3S, 2S, 2S | |
| PLSS_RANGE | OFTString | 11 | 42E, 42E, 42E | |
| MAIL_ADDRE | OFTString | 1.0k | PO BOX 25, ES. CO. TREASURER AS TRUSTEE, 5675 CAMPBELL RD | |
| MAIL_AD_01 | OFTString | 252 | 11512 N E 299TH ST, PO BOX 129, PO BOX 129 | |
| MAIL_AD_02 | OFTString | 513 | GOLDFIELD, NV 89013, BATTLEGROUND, WA 98604, LAS VEGAS, NV 89149 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| CENSUS_BLK | OFTInteger | 2 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 342 | 2738, 2260, 2342 | |
| AREA_METER | OFTReal | 2.9k | 236.389156047224, 2160.37914110565, 1634.47520930007 | |
| FLD_ZONE | OFTString | 2 | {D}, {D}, {D} | |
| PLACE_GNIS | OFTInteger64 | 4 | 2583930, 2583930, 2583930 | |
| ELEVATION | OFTString | 2.9k | ||
| ROBUST_ID | OFTString | 2.9k | AAB9CbF9A0AXeEYi, AAB9CYyXWkxUOig_, AAB9Cbb17-whMNcz | |
| CALC_ACREA | OFTReal | 2.9k | 0.0584141243508295, 0.533851289558617, 0.40389516897014 | |
| COUNTY_NAM | OFTString | 1 | Esmeralda, Esmeralda, Esmeralda | |
| COUNTY_FIP | OFTInteger64 | 1 | 32009, 32009, 32009 | |
| STATE_ABBR | OFTString | 1 | NV, NV, NV | |
| CTY_ROW_ID | OFTInteger64 | 2.9k | 1749, 1817, 1777 |
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.