47 attribute fields, profiled from the January 2024 vintage.
Columns in Harvey County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 19.2k | 404, 2, 405 | |
| pidno | OFTString | 19.2k | 0941801016011000, 0992901001012050, 0941801016020000 | |
| taxid | OFTString | 18.9k | 07910, 12134E, 07919 | |
| weblink | OFTString | 19.2k | ||
| mapnum | OFTString | 233 | Map 094-18-10, Map 099-29-10, Map 094-18-10 | |
| boll | OFTString | 3 | 0, 0, 0 | |
| cp | OFTString | 6 | CL, CL, CL | |
| zone | OFTString | 19 | IA, IA, IA | |
| orka_link | OFTString | 19.2k | ||
| propnum | OFTString | 19.2k | 040-094-18-0-10-16-011.00-0, 040-099-29-0-10-01-012.05-0, 040-094-18-0-10-16-020.00-0 | |
| ishidden | OFTString | 1 | TRUE, TRUE, TRUE | |
| quickrefid | OFTString | 19.2k | R9375, R13929, R9383 | |
| propertynu | OFTString | 19.2k | 040-094-18-0-10-16-011.00-0, 040-099-29-0-10-01-012.05-0, 040-094-18-0-10-16-020.00-0 | |
| situsaddre | OFTString | 15.9k | 708 SANTA FE ST, Newton, KS 67114, 121 SE 14TH CT, Newton, KS 67114, 5 AMBLESIDE LN, Newton, KS 67114 | |
| priownerna | OFTString | 12.3k | LIPANI, MARK A & POLLY S, TRUST ROOFING & REMODELING LLC, MCCLURE, SARAH E | |
| mailaddr1 | OFTString | 10.8k | 708 SANTA FE ST, 523 MEADOWLARK LN, 5 AMBLESIDE LN | |
| mailaddr2 | OFTString | 511 | PO BOX 210, PO BOX 210, 459 SHERMAN PL | |
| mailaddr3 | OFTString | 27 | STE 1400, STE 110E, RM 2225 | |
| mailcityst | OFTString | 6.3k | NEWTON, KS 67114-2614, NEWTON, KS 67114-5601, NEWTON, KS 67114-2607 | |
| propertyty | OFTString | 9 | Residential, Vacant, Residential | |
| taxingun_1 | OFTString | 94 | 004, 004, 004 | |
| neighborho | OFTReal | 99 | 112.0, 518.0, 112.0 | |
| flbcsfunc | OFTReal | 162 | 1101.0, 9950.0, 1101.0 | |
| vproplevel | OFTReal | 3.6k | 0.0, 0.0, 0.0 | |
| vproplev_1 | OFTReal | 3.2k | 0.0, 0.0, 0.0 | |
| vproplev_2 | OFTReal | 426 | 0.0, 0.0, 0.0 | |
| vproplev_3 | OFTReal | 1.5k | 0.0, 0.0, 0.0 | |
| vproplev_4 | OFTReal | 893 | 0.0, 0.0, 0.0 | |
| vproplev_5 | OFTReal | 4.0k | 0.25, 0.68, 0.22 | |
| vproplev_6 | OFTReal | 1.0k | 0.25, 0.68, 0.22 | |
| fv_finalla | OFTReal | 4.6k | 11310.0, 50640.0, 10520.0 | |
| fv_finalbl | OFTReal | 11.2k | 180290.0, 0.0, 169580.0 | |
| fv_finalto | OFTReal | 8.8k | 191600.0, 50640.0, 180100.0 | |
| fv_priorfi | OFTReal | 11.1k | 172100.0, 50640.0, 160700.0 | |
| legaldescr | OFTString | 19.2k | NICHOLSON ADD TO NEWTON, S18, T23, R01E, BLOCK 2, Lot 2, SOUTH NEWTON COMMERCIAL, S29, T23, R01E, BLOCK 1, Lot 6 - 7, NICHOLSON ADD TO NEWTON, S18, T23, R01E, BLOCK 2, Lot 9 | |
| subblock | OFTString | 111 | 2, 1, 2 | |
| sublot | OFTString | 611 | 2, 6, 9 | |
| sublotrang | OFTString | 59 | 7, 5, 3 | |
| subsection | OFTString | 1 | 11 | |
| subunit | OFTString | 1 | 237x144 | |
| township | OFTReal | 4 | 23.0, 23.0, 23.0 | |
| townshipra | OFTString | 6 | 01E, 01E, 01E | |
| townshipse | OFTReal | 37 | 18.0, 29.0, 18.0 | |
| legallocat | OFTString | 576 | NICHOLSON ADD TO NEWTON, SOUTH NEWTON COMMERCIAL, NICHOLSON ADD TO NEWTON | |
| thisextrac | OFTString | 1 | 2024-01-22, 2024-01-22, 2024-01-22 | |
| shape__are | OFTReal | 18.4k | 1650.88671875, 4464.1015625, 1752.1875 | |
| shape__len | OFTReal | 19.2k | 162.693185444852, 336.663474027425, 166.803893963094 |
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.