30 attribute fields, profiled from the December 2020 vintage.
Columns in Tulare County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 50.0k | 018-093-011, 018-103-011, 014-161-021 | |
| SITUS | OFTString | 50.0k | 1249 E ACADEMY WAY, 1451 E ACADEMY WAY, 130 E ADELAIDE WAY | |
| ADDR_NUMBE | OFTString | 22.0k | 1249, 1451, 130 | |
| STREET_PRE | OFTString | 8 | E, E, E | |
| STREET_NAM | OFTString | 2.5k | ACADEMY, ACADEMY, ADELAIDE | |
| STREET_SUF | OFTString | 1 | S, S, S | |
| STREET_TYP | OFTString | 46 | Way, Way, Way | |
| SITUS_CITY | OFTString | 28 | DINUBA, DINUBA, DINUBA | |
| SITUS_ZIP | OFTString | 30 | 93618, 93618, 93618 | |
| OWNER | OFTString | 50.0k | VALERO JOE & JULIE, QUINTANILLA FRED (TR) (LIV TR), VELASCO FRANCISCO J & PAULINE | |
| LAND_USE_C | OFTString | 119 | 1100, 1100, 1100 | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 32.3k | {"22": 2}, {"23": 2}, {"22": 1, "23": 1} | |
| MUNI_ID | OFTInteger64 | 15 | 1935073, 1935073, 1935073 | |
| SCHOOL_DIS | OFTInteger64 | 15 | 600065, 600065, 600065 | |
| ACREAGE | OFTReal | 7.9k | 0.0, 0.0, 0.0 | |
| MKT_VAL_LA | OFTReal | 33.6k | 23089.0, 23144.0, 57720.0 | |
| MKT_VAL_BL | OFTReal | 50.0k | 28863.0, 27194.0, 86581.0 | |
| ZIP_CODE | OFTString | 46 | 93618, 93618, 93618 | |
| LEGAL_DESC | OFTString | 50.0k | RHODES SUB LOT 24, DINUBA POR SEC 17-16-24, CLOISTER SUB POR LTS 1&2 BLK 4 | |
| MAIL_ADDRE | OFTString | 40.9k | Dinuba CA 93618-2646, Reedley CA 93654-1716, DINUBA CA 93618 | |
| MAIL_AD_01 | OFTString | 50.0k | 180 W Tulare St, PO Box 1716, 42055 ROAD 72 | |
| MAIL_NAME | OFTString | 5.0k | C/O CHAMPION MORTGAGE COMPANY, Attn: Kenneth Grover, Financial Serv Mgr, Attn: Raymond R Richardson Jr, Asst Supt | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| AREA_METER | OFTReal | 50.0k | 621.143784627886, 703.292041849989, 573.172113059814 | |
| ELEVATION | OFTString | 50.0k | ||
| CALC_ACREA | OFTReal | 50.0k | 0.153490840619397, 0.173790496461551, 0.141636560858211 | |
| COUNTY_NAM | OFTString | 1 | Tulare, Tulare, Tulare | |
| COUNTY_FIP | OFTInteger64 | 1 | 6107, 6107, 6107 | |
| STATE_ABBR | OFTString | 1 | CA, CA, CA |
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.