31 attribute fields, profiled from the October 2023 vintage.
Columns in Franklin County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 160177, 160178, 160179 | |
| print_key | OFTString | 50.0k | 284.00-03-15.03, 284.00-03-15.01, 284.00-03-17.2 | |
| calc_acres | OFTReal | 50.0k | 1.64860797, 2.07714605, 1.13285995 | |
| swis | OFTString | 115 | 353089, 353089, 353089 | |
| muni_name | OFTString | 134 | Hannibal, Hannibal, Hannibal | |
| loc_st_nbr | OFTString | 30.9k | 4, 24, 29 | |
| loc_street | OFTString | 10.6k | Summerville Rd, Summerville Rd, Summerville Rd | |
| parcel_add | OFTString | 50.0k | 4 Summerville Rd, 24 Summerville Rd, 29 Summerville Rd | |
| primary_ow | OFTString | 50.0k | Davenport, Jason M, Jordan, Michael R, DeRocha, Linda M | |
| add_owner | OFTString | 50.0k | Penny L DeRocha, Angela Moore, Grace Cunningham | |
| mail_addr | OFTString | 50.0k | 4 Summerville Rd, 24 Summerville Rd, 29 Summerville Rd | |
| mail_addr2 | OFTString | 2.0k | 267, 104, 15 | |
| mail_city | OFTString | 5.8k | Hannibal, Hannibal, Hannibal | |
| mail_state | OFTString | 67 | NY, NY, NY | |
| mail_zip | OFTString | 11.6k | 13074, 13074, 13074 | |
| acres | OFTReal | 26.7k | 2.0, 2.0, 1.0 | |
| front | OFTReal | 3.5k | 0.0, 0.0, 0.0 | |
| depth | OFTReal | 2.5k | 0.0, 0.0, 0.0 | |
| prop_class | OFTString | 383 | 210, 210, 210 | |
| land_av | OFTInteger | 7.8k | 19000, 20200, 18300 | |
| total_av | OFTInteger | 11.5k | 48500, 52600, 99900 | |
| full_marke | OFTInteger64 | 34.2k | 55876, 60599, 115092 | |
| mail_count | OFTString | 10 | Canada, Canada, Canada | |
| attention_ | OFTString | 2.0k | Attn: County Treasurer, Attn: Lewis Co Treasurer, Attn: County Treasurer | |
| additional | OFTString | 162 | Court House Lewis County, Lewis Co Court House, Lewis County Courthouse | |
| yr_blt | OFTString | 841 | 1900, 1980, 1979 | |
| county | OFTString | 8 | OSWEGO, OSWEGO, OSWEGO | |
| import_dat | OFTString | 3 | 2021-10-28, 2021-10-28, 2021-10-28 | |
| sbl | OFTString | 50.0k | 28400000030150300000, 28400000030150100000, 28400000030172000000 | |
| starea() | OFTReal | 50.0k | 71834.1809692383, 90506.6862182617, 49361.751159668 | |
| stlength() | OFTReal | 50.0k | 1155.31392149791, 1273.31908553206, 899.308253005459 |
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.