Free Parcel Data

Rhode Island Bristol County

Field dictionary

GEOID44001
Aged

35 attribute fields, profiled from the November 2022 vintage.

Columns in Bristol County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 99% 17.8k 02-111, 02-112, 02-113
SITUS OFTString 98% 16.9k EAST BAY BIKE PATH, EAST BAY BIKE PATH, EAST BAY BIKE PATH
ADDR_NUMBE OFTString 86% 1.0k 55, 22, 28
STREET_PRE OFTString 1% 5 E, E, E
STREET_NAM OFTString 98% 1.0k BAY BIKE, BAY BIKE, BAY BIKE
STREET_SUF OFTString 0% 1 E, E
STREET_TYP OFTString 97% 22 Path, Path, Path
SITUS_CITY OFTString 89% 3 BARRINGTON, BARRINGTON, BARRINGTON
SITUS_ZIP OFTString 89% 3 02806, 02806, 02806
ADDR_SEC_U OFTString 0% 2 REAR, REAR, REAR
ADDR_SE_01 OFTString 0% 8 4, 4, 4
OWNER OFTString 98% 16.3k STATE OF RHODE ISLAND - BIKE PATH, STATE OF RHODE ISLAND - BIKE PATH, STATE OF RHODE ISLAND - BIKE PATH
TRANS_DATE OFTDate 76% 5.3k 1977-06-03, 1977-06-03, 1977-06-03
SALE_PRICE OFTReal 63% 1.8k 0.0, 0.0, 0.0
LAND_COVER OFTString 100% 15.2k {"21": 174, "22": 36, "23": 59}, {"21": 24, "22": 92, "23": 146, "24": 26}, {"21": 89, "22": 77, "23": 35, "41": 15}
CROP_COVER OFTString 100% 8.8k {"121": 1.32, "122": 0.39, "123": 0.12}, {"121": 0.17, "122": 0.67, "123": 1.12, "124": 0.02}, {"121": 0.59, "122": 0.58, "123": 0.17, "190": 0.1}
MUNI_ID OFTInteger64 100% 3 1220084, 1220084, 1220084
SCHOOL_DIS OFTInteger64 100% 2 4400030, 4400030, 4400030
ACREAGE_AD OFTReal 100% 17.3k 32.8156874262339, 32.8156874262339, 32.8156874262339
MKT_VAL_TO OFTReal 98% 6.0k 55000.0, 57000.0, 52000.0
ZIP_CODE OFTString 100% 4 2806, 2806, 2806
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 11 30100, 30100, 30100
CENSUS_BLK OFTInteger 100% 4 3, 3, 4
CENSUS_BLO OFTInteger 100% 171 3005, 3000, 4017
AREA_METER OFTReal 100% 19.7k 7377.83304927536, 8013.91772157618, 5786.50576808687
FLD_ZONE OFTString 29% 9 {X}, {X}, {X}
ZONE_SUBTY OFTString 29% 6 {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}
ELEVATION OFTString 100% 19.5k {"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}
ROBUST_ID OFTString 100% 19.7k AACr4ftRUJTtN41K, AACr4Z7rrwERX6n5, AACr4XWTKbXhl8AZ
CALC_ACREA OFTReal 100% 19.7k 1.82313632480643, 1.98031920817869, 1.42990344035195
COUNTY_NAM OFTString 100% 1 Bristol, Bristol, Bristol
COUNTY_FIP OFTInteger64 100% 1 44001, 44001, 44001
STATE_ABBR OFTString 100% 1 RI, RI, RI
CTY_ROW_ID OFTInteger64 100% 19.7k 13989, 13991, 13990

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.