Free Parcel Data

New York Putnam County

Field dictionary

GEOID36079
Aged

48 attribute fields, profiled from the July 2019 vintage.

Columns in Putnam County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 42.4k 07507400010150000000, 07507400010120000000, 07507400010130000000
SITUS OFTString 99% 38.4k 20 East Branch Rd, 21 East Branch Rd, 25 East Branch Rd
ADDR_NUMBE OFTString 90% 2.8k 20, 21, 25
STREET_PRE OFTString 5% 4 E, E, E
STREET_NAM OFTString 99% 2.1k Branch, Branch, Branch
STREET_SUF OFTString 2% 5 N, W, W
STREET_TYP OFTString 92% 49 Rd, Rd, Rd
SITUS_CITY OFTString 84% 11 MAHOPAC, MAHOPAC, MAHOPAC
SITUS_ZIP OFTString 84% 11 10541, 10541, 10541
ADDR_SEC_U OFTString 1% 5 Unit, rear, Unit
ADDR_SE_01 OFTString 1% 108 M-2, B-9, B-9
OWNER OFTString 98% 34.4k Ferguson John J, Margolis Gary, Morando Anthony
TRANS_DATE OFTDate 57% 6.2k 1995-02-13, 1994-10-14, 2003-08-15
SALE_PRICE OFTReal 100% 3.5k 200000.0, 0.0, 0.0
BLDG_SQFT OFTInteger64 100% 4.4k 2128, 960, 0
STORY_HEIG OFTReal 100% 13 1.0, 1.0, 0.0
NGH_CODE OFTString 98% 178 75600, 75600, 75600
LAND_USE_C OFTString 98% 185 210, 210, 311
LAND_US_01 OFTString 83% 5 Residential, Residential, Residential
LAND_COVER OFTString 100% 11.9k {"21": 6, "22": 1, "41": 1}, {"21": 3, "22": 1}, {"21": 2}
MUNI_ID OFTInteger64 100% 6 978793, 978793, 978793
SCHOOL_DIS OFTInteger64 100% 10 3618120, 3618120, 3618120
ACREAGE OFTReal 100% 2.6k 0.71, 0.0, 0.0
MKT_VAL_LA OFTReal 100% 3.6k 65100.0, 38200.0, 700.0
MKT_VAL_BL OFTReal 100% 6.8k 134900.0, 83200.0, 0.0
MKT_VAL_TO OFTReal 100% 8.0k 200000.0, 121400.0, 700.0
ZIP_CODE OFTString 100% 18 10541, 10541, 10541
CONDITION OFTString 79% 5 Good, Normal, Good
SEWER OFTString 81% 2 Private, Private, Private
WATER OFTString 82% 2 Private, Comm/public, Private
HALFBATH OFTReal 100% 6 0.0, 0.0, 0.0
FULLBATH OFTReal 100% 9 2.0, 2.0, 0.0
BEDROOMS OFTInteger64 100% 13 3, 3, 0
STYLE OFTString 79% 159 Raised ranch, Cottage, Colonial
COOLING OFTString 100% 2 0, 0, 0
EFF_YEAR_B OFTInteger64 100% 42 0, 0, 0
YEAR_BUILT OFTInteger64 100% 258 1980, 1940, 0
MAIL_ADDRE OFTString 98% 1.7k Mahopac NY 10541, Mahopac NY 10541, Mahopac NY 10541
MAIL_AD_01 OFTString 4% 844 Unit A-1, Unit A-2, Unit A-3
MAIL_AD_02 OFTString 98% 32.5k 20 East Branch Rd, 10 Mcmahon Pl, PO Box 962
OWNER_OCCU OFTString 100% 3 T, F, F
ZONING OFTString 98% 66 R4020, R4020, R4020
AREA_METER OFTReal 100% 41.5k 2773.73386014524, 947.7516979931, 750.449885627359
ELEVATION OFTString 99% 40.8k {"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% 41.5k 0.68541737418049, 0.234198922091075, 0.185443671237377
COUNTY_NAM OFTString 100% 1 Putnam, Putnam, Putnam
COUNTY_FIP OFTInteger64 100% 1 36079, 36079, 36079
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.