20 attribute fields, profiled from the October 2019 vintage.
Columns in Goshen County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| ID | OFTReal | 8.5k | 2349223.0, 2349224.0, 2349225.0 | |
| TAXYEAR | OFTString | 1 | 2019, 2019, 2019 | |
| PARCELNB | OFTString | 8.4k | 24612230101700, 24612230102400, 20610910000800 | |
| ACCOUNTNO | OFTString | 7.7k | R0009105, R0009106, R0009108 | |
| JURISDICTI | OFTString | 1 | GOSHEN, GOSHEN, GOSHEN | |
| OWNERNAME1 | OFTString | 5.5k | WARD ROBERT L & NINA J, WARNER FAMILY PROPERTIES LLC, PILE ROBERT E & ELAINE A | |
| OWNERNAME2 | OFTString | 445 | C/O JOHNSON ARCHIE, C/O GRIGGS JOSHUA M & CHARITY, C/O OSBURN STEPHEN & MARY | |
| MAILADDRES | OFTString | 4.4k | P O BOX 86, 4331 ANTELOPE CREEK, 1805 LAUREL AVENUE | |
| MAILCITY | OFTString | 482 | LAGRANGE, LINCOLN, GERING | |
| MAILSTATE | OFTString | 41 | WY, NE, NE | |
| MAILZIPCOD | OFTString | 568 | 82221, 68506, 69341 | |
| LOCATIONAD | OFTString | 6.0k | 6143 STATE HIGHWAY 151, STATE HIGHWAY 151, STATE HIGHWAY 151 | |
| LEGAL | OFTString | 7.7k | 02-19-60 LOT 02 LESS S 708' 03-19-60 S/2NE [81.03A], 03-19-60 S/2S/2 PART 12.16A TRACT, 06-19-60 LOT 06, LOT 07 PART, E/2SW [146.72A] | |
| ACTUALVALU | OFTReal | 7.3k | 0.0, 0.0, 0.0 | |
| ASSESSEDVA | OFTReal | 6.6k | 0.0, 0.0, 0.0 | |
| LANDGROSSA | OFTReal | 3.4k | 0.0, 0.0, 0.0 | |
| LANDGROSSS | OFTReal | 3.4k | 0.0, 0.0, 0.0 | |
| DEFAULTTAX | OFTString | 36 | 0112, 0112, 0112 | |
| SHAPE__ARE | OFTReal | 8.5k | 10386.98828125, 19282.96875, 10557266.9257813 | |
| SHAPE__LEN | OFTReal | 8.5k | 411.4520702606, 595.7396905607, 15163.0250785642 |
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.