36 attribute fields, profiled from the December 2023 vintage.
Columns in Jefferson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 49.2k | 6649, 8572, 8573 | |
| pin | OFTString | 49.2k | 117.00-1-93, 123.17-1-1, 123.17-1-10 | |
| owner_name | OFTString | 36.1k | New York State DEC, Korman Trustee, Alexander J, Thisse, Gregory M | |
| owner2 | OFTString | 20.7k | Gressani Irrevocable Trust, Cheryl A, Thisse, Amy E, Grobosky, Matthew M | |
| prop_addr | OFTString | 39.8k | 8437 Pierrepont Pl, 1871 Riggs Rd, 8693 S Colwell Rd | |
| muni_name | OFTString | 33 | Ellisburg, Ellisburg, Ellisburg | |
| muni_type | OFTString | 2 | Town, Town, Town | |
| mail_1addr | OFTString | 28.9k | 317 Washington St, 407 Brookford Rd, 104 Ridgewood Dr | |
| mail_2addr | OFTString | — | ||
| mail_city | OFTString | 2.6k | Watertown, Syracuse, North Syracuse | |
| mail_state | OFTString | 57 | NY, NY, NY | |
| mail_zip | OFTString | 3.6k | 13601, 13224, 13212 | |
| lucategory | OFTString | 9 | Wild, Forest, Conservation, Public Parks, Residential, Residential | |
| lu_desc | OFTString | 216 | State Owned Forest Lands, Seasonal Residences, Seasonal Residences | |
| school | OFTString | 15 | Belleville-Henderson, Belleville-Henderson, Belleville-Henderson | |
| acres | OFTReal | 5.7k | 3329.29, 0.0, 0.0 | |
| frontage | OFTReal | 665 | 0.0, 105.0, 100.0 | |
| deed_book | OFTString | 205 | 0, 2020, 2018 | |
| deed_page | OFTString | 16.7k | 0, 16503, 2644 | |
| sale_date | OFTString | 6.0k | 2020-12-07, 2017-11-08, 2004-08-31 | |
| water | OFTString | 2 | Private, Private, Private | |
| sewer | OFTString | 2 | Private, Private, Private | |
| utility | OFTString | 3 | Electric, Electric, Electric | |
| st_address | OFTString | 2.1k | Pierrepont Pl, Riggs Rd, S Colwell Rd | |
| parcel_num | OFTString | 23.3k | 8437, 1871, 8693 | |
| shape_leng | OFTReal | 49.2k | 32258.2018265749, 241.210903343163, 190.827474559509 | |
| shape_area | OFTReal | 49.2k | 25627968.043969, 3259.6912513617, 2227.56509055308 | |
| x | OFTReal | 42.8k | 926876.0, 921499.0, 921856.0 | |
| y | OFTReal | 43.3k | 1352295.0, 1346269.0, 1346002.0 | |
| depth | OFTReal | 550 | 0.0, 185.0, 126.0 | |
| land_av | OFTInteger | 3.4k | 13960900, 104300, 41800 | |
| total_av | OFTInteger | 5.6k | 13960900, 309000, 101100 | |
| mkt_value | OFTInteger | 5.6k | 13960900, 309000, 101100 | |
| sale_price | OFTInteger | 3.1k | 0, 0, 0 | |
| res_yrbuil | OFTInteger | — | ||
| comm_yrbui | OFTInteger | — |
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.