Free Parcel Data

Puerto Rico Hatillo Municipio

Field dictionary

GEOID72065
Aged

34 attribute fields, profiled from the June 2021 vintage.

Columns in Hatillo Municipio

Field Type Filled Distinct Example values
PARCEL_ID OFTString 95% 15.2k 103-003-247-05, 103-003-247-02, 103-016-127-20
SITUS OFTString 11% 1.6k 113 BO BAYANEY COMM ANGEL VELEZ PARC, 119 BO BAYANEY COMM ANGEL VELEZ PARC, 6 BO AIBONITO SOLAR
ADDR_NUMBE OFTString 11% 325 113, 119, 6
STREET_PRE OFTString 0% 1 E, E, E
STREET_NAM OFTString 11% 120 BO, BO, BO
STREET_SUF OFTString 0% 3 N, N, N
STREET_TYP OFTString 2% 9 Vis, Vis, Vis
SITUS_CITY OFTString 0% 1 HATILLO, HATILLO, HATILLO
SITUS_ZIP OFTString 0% 1 00659, 00659, 00659
OWNER OFTString 78% 10.5k PEREZ GONZALEZ ENRIQUE, LATORRE ORTIZ HILDE, LARRIUZ GARCIA ELADIO
TRANS_DATE OFTDate 49% 4.9k 1970-06-09, 2000-04-24, 1983-03-12
SALE_PRICE OFTReal 100% 1.2k 1.0, 32500.0, 0.0
MUNI_ID OFTInteger64 100% 10 2415095, 2415095, 2415095
MKT_VAL_LA OFTReal 100% 2.3k 296.0, 444.0, 733.0
MKT_VAL_BL OFTReal 100% 5.8k 4835.0, 5922.0, 2587.0
MKT_VAL_TO OFTReal 100% 7.2k 5131.0, 6366.0, 3320.0
MAIL_ADDRE OFTString 78% 9.4k HC 7 BOX 32010 HATILLO PR 00659, PO BOX 141896 ARECIBO PR 00614, HC-03 BOX 150 HATILLO PR 00659
OWNER_OCCU OFTString 100% 3 F, F, F
CENSUS_TRA OFTInteger64 100% 6 310600, 310600, 310600
CENSUS_BLK OFTInteger 100% 4 1, 1, 4
CENSUS_BLO OFTInteger 100% 138 1024, 1024, 4001
AREA_METER OFTReal 100% 16.1k 1000.52438188731, 1380.83786171213, 2632.6284219264
FLD_ZONE OFTString 1% 17 {A}, {A}, {A}
ZONE_SUBTY OFTString 1% 14 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 29% 7 2414920, 2414921, 2414921
ALT_ID_1 OFTString 84% 13.9k 103-003-247-05-000, 103-003-247-02-000, 103-016-127-20-001
ALT_ID_2 OFTString 97% 7.8k 103-000-002-33, 103-000-002-33, 103-016-127-20
ELEVATION OFTString 99% 16.0k {"max": 7.0, "min": 7.0, "mean": 7.0}
ROBUST_ID OFTString 100% 16.6k AAEZgbszYWqzFfOC, AAEZgWqdUEKZsYHF, AAEZgUx2dr2E6W2P
CALC_ACREA OFTReal 100% 16.1k 0.247239580008173, 0.341218844007684, 0.650548809342233
COUNTY_NAM OFTString 100% 1 Hatillo, Hatillo, Hatillo
COUNTY_FIP OFTInteger64 100% 1 72065, 72065, 72065
STATE_ABBR OFTString 100% 1 PR, PR, PR
CTY_ROW_ID OFTInteger64 100% 16.6k 15371, 4946, 8698

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.