50 attribute fields, profiled from the April 2024 vintage.
Columns in Wood County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 20750, 20751, 20752 | |
| objectid_1 | OFTInteger | 50.0k | 5720, 5969, 5971 | |
| joined | OFTInteger | 1 | 1, 1, 1 | |
| planid | OFTInteger | 1.6k | 1, 1, 1 | |
| name | OFTString | 50.0k | 309290000004000, 309290000005000, 309290000006000 | |
| type | OFTInteger | 2 | 7, 7, 7 | |
| simcondivt | OFTString | 2 | Tax Parcel, Tax Parcel, Tax Parcel | |
| identifica | OFTString | 50.0k | G24-309-290000004000, G24-309-290000005000, G24-309-290000006000 | |
| map___ | OFTString | 875 | 309-2900, 309-2900, 309-2900 | |
| old_cama_i | OFTString | 50.0k | G24-02903-00, G24-02904-00, G24-02905-00 | |
| prc_assng_ | OFTString | 262 | 02900, 02900, 02900 | |
| street_num | OFTString | 15.4k | 0, 0, 0 | |
| street_nam | OFTString | 1.5k | HOYTVILLE, HOYTVILLE, ROUNDHEAD | |
| suffix | OFTString | 3 | REAR, REAR, REAR | |
| post_direc | OFTString | — | ||
| city | OFTString | 30 | HOYTVILLE, NORTH BALTIMORE, NORTH BALTIMORE | |
| state | OFTString | 1 | OH, OH, OH | |
| zip | OFTString | 26 | 43529, 45872, 45872 | |
| primary_us | OFTString | 108 | 101, 101, 101 | |
| land_acres | OFTReal | 4.7k | 40.0, 40.0, 41.0 | |
| frontage | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| deeded_nam | OFTString | 42.6k | MEYER ROBERT E ET AL, VANZANDT MICHAEL, VANZANDT MICHAEL | |
| quarter_se | OFTString | 24 | 00, 00, 00 | |
| block | OFTString | 50 | 00, 00, 00 | |
| owner_name | OFTString | 42.6k | MEYER ROBERT E ET AL, VANZANDT MICHAEL, VANZANDT MICHAEL | |
| deeded_own | OFTString | — | ||
| mail_addre | OFTString | 36.3k | 10603 EAST SPEEDWAY BLVD, 316 EAST MAIN ST, 316 EAST MAIN ST | |
| mail_add_1 | OFTString | 582 | C/O DAHMS GARY A & BETH LE, POB 1, PO BOX 101 | |
| mail_city | OFTString | 940 | TUCSON, DESHLER, DESHLER | |
| mail_state | OFTString | 53 | AZ, OH, OH | |
| mail_zip | OFTString | 1.4k | 85748, 43516, 43516 | |
| country | OFTString | 2 | USA, USA, USA | |
| district | OFTString | 83 | G24, G24, G24 | |
| school_dis | OFTString | 15 | 3206, 3206, 3206 | |
| total_land | OFTInteger | 5.2k | 293300, 300000, 299900 | |
| total_impr | OFTInteger | 6.3k | 0, 0, 0 | |
| prc_ttl_ap | OFTInteger | 7.4k | 132970, 138000, 137930 | |
| sale_date | OFTString | 9.5k | 2004-02-26, 2023-11-15, 2023-11-15 | |
| qualified | OFTString | 2 | Q, U, U | |
| transfer_p | OFTInteger | 5.3k | 0, 0, 0 | |
| conveyance | OFTString | 4.0k | 291, 0, 0 | |
| num_transf | OFTString | 54 | 3, 4, 4 | |
| instrument | OFTString | 23 | WD, WD, WD | |
| deed_date | OFTString | 5 | 2023-12-12, 2023-12-12, 2023-12-12 | |
| deed_numbe | OFTString | 3.9k | 0291, 1600, 1600 | |
| homestead | OFTInteger | 2 | 0, 0, 0 | |
| foreclosur | OFTString | 1 | N, N, N | |
| legal_desc | OFTString | 50.0k | ENE LESS N330' S622' E390', IRR 2.93A PT COM 512.67'E SWCOR NW, 5.24A PT COM NWCOR S1/2 NW | |
| starea() | OFTReal | 50.0k | 281831.74039632, 296446.96661018, 300601.312331225 | |
| stlength() | OFTReal | 50.0k | 2123.60023573819, 2178.0025584832, 2287.10714012088 |
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.