30 attribute fields, profiled from the January 2022 vintage.
Columns in Nemaha County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 7.2k | 660844, 660845, 660846 | |
| county_id | OFTString | 1 | 127, 127, 127 | |
| pid | OFTString | 6.5k | 640046916, 640021646, 640078540 | |
| state_pid | OFTString | 6.5k | 127640046916, 127640021646, 127640078540 | |
| rev_pid | OFTString | 6.5k | 64640046916, 64640021646, 64640078540 | |
| tax_distri | OFTString | 46 | 85, 80, 75 | |
| school_dis | OFTString | 6 | JHNSN-BRCK 23 SCH, JHNSN-BRCK 23 SCH, JHNSN-BRCK 23 SCH | |
| location | OFTString | 8 | RURAL, RURAL, RURAL | |
| subdivisio | OFTString | 102 | 00000-NONE, 00000-NONE, 00000-NONE | |
| owner_name | OFTString | 3.7k | GROTRIAN KATHY D (TIC), GEYER WAYNE F & MARILYN J, BODEN DELTA | |
| owner_addr | OFTString | 3.0k | 221 S 8TH STREET CIR, 72274 629 AVE, 63970 728 RD | |
| owner_city | OFTString | 282 | SPRINGFIELD, ELK CREEK, AUBURN | |
| owner_stat | OFTString | 37 | NE, NE, NE | |
| owner_zip | OFTString | 2.1k | 68059-5709, 68348-6002, 68305-8211 | |
| situs_addr | OFTString | 3.5k | 63134 723 RD, 62910 62 HWY, 63134 721 RD | |
| situs_city | OFTString | 8 | JOHNSON, JOHNSON, JOHNSON | |
| situs_stat | OFTString | 1 | NE, NE, NE | |
| situs_zip | OFTString | 11 | 68378-0000, 68378-0000, 68378-0000 | |
| legal_desc | OFTString | 6.6k | SEC 23-4-12 79.55 AC - N1/2 SE1/4 EX RD, SEC 18-4-13 69.07 AC - E1/2 SE1/4 EX S1150' OF W414', SEC 20-4-13 160 AC - NE1/4 | |
| total_asse | OFTString | 5.8k | 212981.0000, 289921.0000, 137203.0000 | |
| previous_a | OFTString | — | ||
| land_value | OFTString | 4.4k | 212981.0000, 289532.0000, 137203.0000 | |
| improvemen | OFTString | 2.9k | .0000, .0000, .0000 | |
| outbuildin | OFTString | 1.4k | .0000, 389.0000, .0000 | |
| sale_date | OFTString | — | ||
| sale_value | OFTString | — | ||
| property_t | OFTString | — | ||
| county | OFTString | 1 | Nemaha, Nemaha, Nemaha | |
| assessor_r | OFTString | 6.5k | ||
| state | OFTString | 1 | NE, NE, NE |
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.