Free Parcel Data

Puerto Rico Naranjito Municipio

Field dictionary

GEOID72105
Aged

34 attribute fields, profiled from the March 2023 vintage.

Columns in Naranjito Municipio

Field Type Filled Distinct Example values
PARCEL_ID OFTString 92% 8.4k 141-072-218-19, 141-072-218-18, 169-011-222-02
SITUS OFTString 81% 4.4k BO ACHIOTE SEC LA PALMA CARR 825 KM.HM 4.0 INT NARANJITO PR, BO ACHIOTE, SECT LA ALDEA CARR 825 KM.HM 0.6 NARANJITO PR, BARRIO ACHIOTE , NARANJITO, PR 00000
ADDR_NUMBE OFTString 2% 30 825, 825, 1
STREET_PRE OFTString 0% 7 KM.HM, KM.HM, KM.HM
STREET_NAM OFTString 56% 2.4k 3.0 INT, 4.0 INT, ALDEA
STREET_SUF OFTString 0% 3 N, E, E
STREET_TYP OFTString 7% 112 A, Pr, INT
SITUS_CITY OFTString 0% 1 NARANJITO
SITUS_ZIP OFTString 0% 1 00719
ADDR_SEC_U OFTString 29% 1.4k CARR 825 KM.HM 0.6, 825 KM.HM 0.6, CARR 825 KM.HM 4.5 NARANJITO
OWNER OFTString 80% 6.1k RODRIGUEZ CHEVRES CARMEN, ORTIZ ORTIZ ANIBAL, ROSADO FIGUEROA JOSE ANDRES
TRANS_DATE OFTDate 57% 3.8k 2012-08-30, 1990-06-21, 2014-01-28
SALE_PRICE OFTReal 100% 607 77838.75, 0.0, 0.0
MUNI_ID OFTInteger64 100% 8 2415085, 2415085, 2415085
ACREAGE_AD OFTReal 100% 8.1k 0.44896278411218, 0.188202232244955, 1.03192979766636
MKT_VAL_LA OFTReal 100% 4.9k 7997.0, 13215.0, 0.0
MKT_VAL_BL OFTReal 100% 4.0k 7400.0, 13030.0, 0.0
ZIP_CODE OFTString 100% 3 719, 719, 719
MAIL_ADDRE OFTString 80% 5.3k HC 73 BOX 4460 NARANJITO PR 00719, HC 73 BOX 4521 NARANJITO PR 00719, HC 73 BOX 4226 NARANJITO PR 00719
CENSUS_TRA OFTInteger64 100% 5 520200, 520200, 520300
CENSUS_BLK OFTInteger 100% 4 1, 1, 1
CENSUS_BLO OFTInteger 100% 160 1018, 1018, 1014
AREA_METER OFTReal 100% 9.2k 1816.85396832253, 761.61317730952, 2373.00270645221
FLD_ZONE OFTString 4% 7 {AE}, {X}, {A}
ZONE_SUBTY OFTString 4% 8 {FLOODWAY}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {NULL}
ALT_ID_1 OFTString 84% 8.1k 141-072-218-19-000, 141-072-218-18-000, 169-011-222-02-000
ALT_ID_2 OFTString 95% 3.6k 141-000-007-34, 141-000-006-35, 169-000-001-26
ELEVATION OFTString 100% 9.2k
ROBUST_ID OFTString 100% 9.7k AAEZqQTBM-Ogz6Kb, AAEZqXWZy0vZcDtv, AAEZqaOYn0y_E_cE
CALC_ACREA OFTReal 100% 9.2k 0.44896278411218, 0.188202232244955, 0.586392698791406
COUNTY_NAM OFTString 100% 1 Naranjito, Naranjito, Naranjito
COUNTY_FIP OFTInteger64 100% 1 72105, 72105, 72105
STATE_ABBR OFTString 100% 1 PR, PR, PR
CTY_ROW_ID OFTInteger64 100% 9.7k 7321, 9536, 5229

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.