21 attribute fields, profiled from the July 2022 vintage.
Columns in Schenectady County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 28845, 28851, 28855 | |
| area | OFTReal | 50.0k | 55302.91921, 28099.1208, 23863.67381 | |
| perimeter | OFTReal | 50.0k | 952.32121, 673.69095, 629.05114 | |
| print_key | OFTString | 50.0k | 74.00-1-13.2, 74.00-1-14, 74.00-1-15 | |
| front_feet | OFTReal | 5.2k | 0.0, 200.0, 182.0 | |
| depth_feet | OFTReal | 6.3k | 0.0, 150.0, 164.0 | |
| acres | OFTReal | 2.3k | 1.25, 0.0, 0.0 | |
| calc_acres | OFTReal | 29.3k | 1.25, 0.645067, 0.547835 | |
| prop_class | OFTString | 188 | 210, 270, 210 | |
| curr_tot | OFTReal | 5.1k | 47500.0, 13000.0, 26100.0 | |
| prop_addrs | OFTString | 50.0k | 334 STHWY 30, 394 STHWY 30, 434 STHWY 30 | |
| owner | OFTString | 49.3k | REPSCHER, KEITH, HOELZLI, HANS, PIERCE, MARK | |
| street | OFTString | 46.3k | 334 STATE HIGHWAY 30, 4141 HIGHWAY ROUTE 20, 434 STATE HIGHWAY 30 | |
| city_state | OFTString | 3.2k | ESPERANCE, NY 12066, ESPERANCE, NY 12066, ESPERENCE, NY 12066 | |
| shape_leng | OFTReal | 50.0k | 395.256807, 279.624711, 261.000406 | |
| shape_area | OFTReal | 50.0k | 9525.954395, 4840.161121, 4110.645094 | |
| muni | OFTString | 8 | Duanesburg, Duanesburg, Duanesburg | |
| inmetroplx | OFTString | 1 | Y, Y, Y | |
| inbid | OFTString | 1 | Y, Y, Y | |
| sbl | OFTString | 50.0k | 07400000010130020000, 07400000010140000000, 07400000010150000000 | |
| swis | OFTString | 8 | 422089, 422089, 422089 |
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.