24 attribute fields, profiled from the July 2022 vintage.
Columns in Cattaraugus County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| swis | OFTString | 43 | 048200, 048200, 048200 | |
| printkey | OFTString | 50.0k | 10500200010340000000, 10500200010370010000, 10500200010320000000 | |
| tax_map_no | OFTString | 50.0k | 105.002-1-34, 105.002-1-37.1, 105.002-1-32 | |
| loc_no | OFTString | 11.5k | 17, 12595, 8 | |
| prop_loc | OFTString | 2.9k | Brown Run, Brown Run, Robin Hill | |
| owner1 | OFTString | 37.2k | Anderson, Wesley E., Mechling, Jonathan G., Moller, David J. | |
| po_box | OFTString | 907 | 483, 943, 1288 | |
| street | OFTString | 33.1k | Brown Run Rd, 122 Robbin Hill Rd, 2303 Robin Hill Rd | |
| city_state | OFTString | 3.8k | Frewsburg, NY 14738, Frewsburg, NY 14738, Russell, PA 16345 | |
| class_code | OFTString | 229 | 105, 210, 312 | |
| acres | OFTReal | 6.4k | 25.66, 3.85, 8.45 | |
| frontage | OFTReal | 3.2k | 0.0, 0.0, 0.0 | |
| depth | OFTReal | 3.1k | 0.0, 0.0, 0.0 | |
| deed_book | OFTString | 14.7k | 15743, 22709, 2019 | |
| deed_page | OFTString | 8.9k | 4001, 7001, 17305 | |
| linkfull | OFTString | 50.0k | ||
| linktax | OFTString | 50.0k | ||
| image | OFTString | 28.3k | ||
| land_assmt | OFTReal | 3.3k | 9650.0, 6300.0, 8900.0 | |
| totalassmt | OFTReal | 6.5k | 9650.0, 72200.0, 20800.0 | |
| objectid | OFTInteger | 50.0k | 2258093, 2258095, 2258111 | |
| shape_leng | OFTReal | 49.3k | 4456.957812, 1753.134453, 2456.742499 | |
| shape_area | OFTReal | 49.3k | 1067230.726227, 158400.385576, 360767.487336 | |
| add_search | OFTString | 38.4k | Brown Run, Brown Run, 17 Robin Hill |
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.