Free Parcel Data

New York Westchester County

Field dictionary

GEOID36119
Aged

37 attribute fields, profiled from the July 2019 vintage.

Columns in Westchester County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 73.16-1-17, 73.16-1-19, 73.16-1-2
SITUS OFTString 97% 50.0k 1 East Field Dr, 25 East Field Dr, 31 East Field Dr
ADDR_NUMBE OFTString 90% 4.4k 1, 25, 31
STREET_PRE OFTString 4% 7 E, E, E
STREET_NAM OFTString 97% 6.2k Field, Field, Field
STREET_SUF OFTString 2% 6 E, E, E
STREET_TYP OFTString 94% 77 Dr, Dr, Dr
SITUS_CITY OFTString 81% 58 BEDFORD, BEDFORD, BEDFORD
SITUS_ZIP OFTString 81% 70 10506, 10506, 10506
ADDR_SEC_U OFTString 1% 19 Rear, Unit, Unit
ADDR_SE_01 OFTString 1% 532 31, 42, 44
OWNER OFTString 78% 50.0k Batelli Michael F Jr, Paese Gabriel, Durfee Beulah J
BLDG_SQFT OFTInteger64 100% 6.2k 0, 0, 0
LAND_USE_C OFTString 99% 230 210, 210, 210
LAND_US_01 OFTString 91% 5 Residential, Residential, Residential
LAND_COVER OFTString 100% 21.3k {"21": 1, "41": 2, "81": 40, "95": 10}, {"21": 20, "41": 5, "42": 1, "81": 7, "90": 10, "95": 9}, {"21": 5, "41": 2, "81": 2, "90": 20}
MUNI_ID OFTInteger64 100% 23 978717, 978717, 978717
SCHOOL_DIS OFTInteger64 100% 42 3619950, 3619950, 3619950
ACREAGE OFTReal 100% 2.6k 6.5, 6.7, 2.5
MKT_VAL_LA OFTReal 100% 10.3k 42700.0, 43300.0, 28700.0
MKT_VAL_BL OFTReal 100% 19.0k 51950.0, 55300.0, 62400.0
MKT_VAL_TO OFTReal 100% 22.4k 94650.0, 98600.0, 91100.0
ZIP_CODE OFTString 100% 80 10506, 10506, 10506
BUILDINGS OFTInteger64 100% 92 4, 2, 3
FULLBATH OFTReal 100% 14 0.0, 0.0, 0.0
BEDROOMS OFTInteger64 100% 18 0, 0, 0
STYLE OFTString 32% 25 Colonial, Colonial, Mansion
YEAR_BUILT OFTInteger64 100% 263 0, 0, 0
MAIL_ADDRE OFTString 83% 4.5k Bedford NY 10506, Bedford NY 10506, Bedford NY 10506
MAIL_AD_01 OFTString 77% 50.0k 1 East Field Dr, Eastfield Dr PO Box 349, 31 East Field Dr
OWNER_OCCU OFTString 100% 3 T, F, T
AREA_METER OFTReal 100% 50.0k 26036.330789427, 26618.1387807884, 9815.13375051386
ELEVATION OFTString 95% 50.0k {"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 100% 50.0k 6.43383770137531, 6.57760827412062, 2.42541770108948
COUNTY_NAM OFTString 100% 1 Westchester, Westchester, Westchester
COUNTY_FIP OFTInteger64 100% 1 36119, 36119, 36119
STATE_ABBR OFTString 100% 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.