Free Parcel Data

Puerto Rico Arecibo Municipio

Field dictionary

GEOID72013
Aged

38 attribute fields, profiled from the June 2021 vintage.

Columns in Arecibo Municipio

Field Type Filled Distinct Example values
PARCEL_ID OFTString 96% 38.4k 012-086-167-05, 030-005-284-03, 012-096-199-07
SITUS OFTString 14% 5.4k 102 E MARIA DE HOSTOS NUM, 6 E URB MARTELL NUM, 330 S BRAU
ADDR_NUMBE OFTString 14% 581 102, 6, 330
STREET_PRE OFTString 0% 3 E, E, S
STREET_NAM OFTString 14% 338 MARIA, URB, BRAU
STREET_SUF OFTString 0% 3 E, S, E
STREET_TYP OFTString 1% 13 Dr, Dr, Un
SITUS_CITY OFTString 2% 1 ARECIBO, ARECIBO, ARECIBO
SITUS_ZIP OFTString 2% 1 00612, 00612, 00612
ADDR_SEC_U OFTString 0% 2 BOX, BOX, BOX
ADDR_SE_01 OFTString 0% 2 143282, 92027
OWNER OFTString 80% 26.8k SUCN PORTELA, MARTINEZ OLMO NELSON JAVIER, LUGO ARCE JOSEFA SUCN / MATOS LUGO LUZ
TRANS_DATE OFTDate 46% 8.2k 2005-03-30, 2000-08-31, 2001-03-28
SALE_PRICE OFTReal 100% 2.4k 0.0, 67600.0, 20000.0
MUNI_ID OFTInteger64 100% 19 2415124, 2415124, 2415124
MKT_VAL_LA OFTReal 100% 4.0k 24010.0, 3220.0, 2960.0
MKT_VAL_BL OFTReal 100% 9.7k 0.0, 11040.0, 9460.0
MKT_VAL_TO OFTReal 100% 12.2k 24010.0, 14260.0, 12420.0
ZIP_CODE OFTString 100% 8 612, 612, 612
MAIL_ADDRE OFTString 80% 25.2k URB LA COLINA 13 CALLE B GUAYNABO PR 00969, URB MARTELL E6 CALLE ESMERALDA ARECIBO PR 00612, URB PARKVILLE I 21 CALLE TAYLOR GUAYNABO PR 00926
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 24 300500, 301400, 300500
CENSUS_BLK OFTInteger 100% 5 2, 1, 1
CENSUS_BLO OFTInteger 100% 314 2026, 1006, 1022
AREA_METER OFTReal 100% 40.3k 1058.47044589683, 424.931955419339, 278.695082799408
FLD_ZONE OFTString 9% 19 {AE}, {AE}, {AE,X}
ZONE_SUBTY OFTString 9% 16 {NULL}, {NULL}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}
PLACE_GNIS OFTInteger64 56% 6 2415297, 2415297, 2415297
ALT_ID_1 OFTString 85% 35.7k 012-086-167-05-901, 030-005-284-03-001, 012-096-199-07-802
ALT_ID_2 OFTString 97% 22.5k 012-086-167-05, 030-005-284-03, 012-096-199-07
ELEVATION OFTString 100% 40.1k {"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% 42.2k AAEZTQ8JpCF_Fm-R, AAEZTZLIWYg8QWTT, AAEZTcp4VjXFPg3g
CALC_ACREA OFTReal 100% 40.3k 0.261558631885566, 0.105004935503673, 0.0688683419105617
COUNTY_NAM OFTString 100% 1 Arecibo, Arecibo, Arecibo
COUNTY_FIP OFTInteger64 100% 1 72013, 72013, 72013
STATE_ABBR OFTString 100% 1 PR, PR, PR
CTY_ROW_ID OFTInteger64 100% 42.2k 23317, 25248, 23150

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.