38 attribute fields, profiled from the April 2024 vintage.
Columns in Noble County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.4k | 6834, 6835, 6839 | |
| globalid | OFTString | 16.4k | 279a2489-53b9-431d-9464-e55d9ccd37e8, 8cbe6f25-c170-4416-b32e-7a7745b6350e, a23a18e1-90ba-4ef3-b12c-19d3bb6cdb7e | |
| p_name | OFTString | 16.2k | 160021169024, 160021169002, 160021169011 | |
| createdbyr | OFTString | 9.0k | ea8b59a7-da72-44a8-aec0-dffb7f7ac5ed, ccfb31b8-1481-4992-8e3e-8dffc567fb17, 6bd50ec6-867f-4fa6-ac84-e7f6709a9f8f | |
| statedarea | OFTInteger | 5 | 109402, 109402, 109402 | |
| isseed | OFTInteger | 2 | 0, 0, 0 | |
| created_us | OFTString | 1 | corinnafleeman, corinnafleeman, corinnafleeman | |
| created_da | OFTString | 1 | 2023-05-18, 2023-05-18, 2023-05-18 | |
| last_edite | OFTString | 1 | corinnafleeman, corinnafleeman, corinnafleeman | |
| last_edi_1 | OFTString | 1 | 2023-05-18, 2023-05-18, 2023-05-18 | |
| validation | OFTInteger | 1 | 2, 2, 2 | |
| type | OFTInteger | 2 | 7, 7, 7 | |
| record_ref | OFTString | 8.7k | OR52 P652, OR127 P555, OR23 P57 | |
| shape__are | OFTReal | 15.9k | 649436.898681641, 608423.259643555, 666980.750610352 | |
| shape__len | OFTReal | 16.1k | 3747.47065702348, 4234.78356739166, 4722.04048074883 | |
| scan | OFTString | 3.5k | Jackson_31_1.pdf, Jackson_31_1.pdf, Jackson_31_1.pdf | |
| statedar_1 | OFTReal | 909 | 41.96, 17.54, 2.305 | |
| misclosedi | OFTReal | 886 | -2.0, 0.003304458033579, 0.015561703558672 | |
| modifiedby | OFTString | 1 | Corinna, Corinna, Corinna | |
| createdby | OFTString | 1 | Corinna, Corinna, Corinna | |
| calculated | OFTReal | 102 | 115512.35403881, 658077.933150345, 435964.427532767 | |
| misclosera | OFTReal | 568 | 100000.0, 100000.0, 100000.0 | |
| modifydate | OFTString | 1 | 2023-02-22 | |
| accuracy | OFTInteger | 1 | 4, 4, 4 | |
| unclosed | OFTInteger | 1 | 0, 0, 0 | |
| misclosebe | OFTReal | 800 | 122.643329055629, 90.0, 123.183692337732 | |
| originalfe | OFTInteger | 935 | 1, 4, 3 | |
| originalst | OFTString | 397 | 2.944 a, 18.06 a, 4.453 a | |
| simcondivt | OFTString | 1 | Lot | |
| firstdivis | OFTString | 1 | 22 | |
| firstdiv_1 | OFTString | 1 | Parcel | |
| seconddivi | OFTString | 1 | Parcel | |
| rangenumbe | OFTString | 1 | 3 | |
| parcel_id | OFTString | 15.8k | 160021169024, 160021169002, 160021169011 | |
| pid | OFTString | 15.8k | 160021169024, 160021169002, 160021169011 | |
| o_name | OFTString | 8.6k | ALLEN DENNIS KELLY, SILVUS LARRY W KATHARINE S, HART SCOTT J LINDA S | |
| mail_addr | OFTString | 10.6k | ALLEN DENNIS KELLY 14033 CROOKED TREE RD LOWELL OH 45744, HART SCOTT J LINDA S 34493 COAL RUN HILL RD LOWELL OH 45744, MINCKS PHYLLIS S 34230 COAL RUN HILL RD LOWELL OH 45744 | |
| legal | OFTString | 13.7k | 9-5-31 PT NW 1/4 SW 1/4, 9-5-31 PT NW 1/4 SW 1/4, 9-5-31 PT W 1/2 15.291A |
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.