37 attribute fields, profiled from the July 2019 vintage.
Columns in Columbia County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 35.8k | 102000-207.-1-3.200, 102000-198.-1-28, 102000-221.-1-24.110 | |
| SITUS | OFTString | 26.8k | 1082 East Ancram Rd, 1083 East Ancram Rd, 109 East Ancram Rd | |
| ADDR_NUMBE | OFTString | 4.3k | 1082, 1083, 109 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 2.2k | Ancram, Ancram, Ancram | |
| STREET_SUF | OFTString | 6 | E, E, S | |
| STREET_TYP | OFTString | 59 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 32 | ANCRAMDALE, ANCRAMDALE, ANCRAMDALE | |
| SITUS_ZIP | OFTString | 32 | 12503, 12503, 12503 | |
| ADDR_SEC_U | OFTString | 16 | LOT, LOT, LOT | |
| ADDR_SE_01 | OFTString | 220 | A, B, B | |
| OWNER | OFTString | 27.8k | Hiserodt Joan L, Kilmer Annette & Ralph H III, Hill Dorothy L& Boice Jennifer | |
| BLDG_SQFT | OFTInteger64 | 3.3k | 1584, 468, 1792 | |
| LAND_USE_C | OFTString | 198 | 210, 210, 240 | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 24.2k | {"21": 2, "22": 1, "52": 2, "81": 5, "90": 10}, {"21": 2, "22": 1, "81": 2}, {"21": 13, "22": 2, "41": 6, "81": 94, "90": 15, "95": 13} | |
| MUNI_ID | OFTInteger64 | 19 | 978679, 978679, 978679 | |
| SCHOOL_DIS | OFTInteger64 | 11 | 3628620, 3628620, 3628620 | |
| ACREAGE | OFTReal | 4.2k | 3.16, 0.24, 26.43 | |
| MKT_VAL_LA | OFTReal | 4.7k | 66200.0, 10100.0, 147000.0 | |
| MKT_VAL_BL | OFTReal | 7.5k | 148800.0, 29900.0, 243000.0 | |
| MKT_VAL_TO | OFTReal | 7.9k | 215000.0, 40000.0, 390000.0 | |
| ZIP_CODE | OFTString | 39 | 12503, 12503, 12503 | |
| FULLBATH | OFTReal | 10 | 2.0, 1.0, 1.0 | |
| BEDROOMS | OFTInteger64 | 13 | 4, 1, 4 | |
| STYLE | OFTString | 17 | Ranch, Other style, Old style | |
| HEATSRC | OFTString | 4 | Hot wtr/stm, No central, Hot wtr/stm | |
| YEAR_BUILT | OFTInteger64 | 282 | 1974, 1925, 1875 | |
| MAIL_ADDRE | OFTString | 3.6k | Ancramdale NY 12503, Ancramdale NY 12503, Ancramdale NY 12503 | |
| MAIL_AD_01 | OFTString | 22.5k | 1082 East Ancram Rd, 1131 East Ancram Rd, 109 East Ancram Rd | |
| OWNER_OCCU | OFTString | 3 | T, F, T | |
| AREA_METER | OFTReal | 38.8k | 12908.1267952939, 1125.80898917101, 103481.516825967 | |
| ELEVATION | OFTString | 38.7k | {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0} | |
| CALC_ACREA | OFTReal | 38.8k | 3.18972721238508, 0.278198659314048, 25.5713176228647 | |
| COUNTY_NAM | OFTString | 1 | Columbia, Columbia, Columbia | |
| COUNTY_FIP | OFTInteger64 | 1 | 36021, 36021, 36021 | |
| STATE_ABBR | OFTString | 1 | NY, NY, NY |
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.