34 attribute fields, profiled from the May 2023 vintage.
Columns in Barranquitas Municipio
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 8.8k | 220-099-323-09, 220-018-155-14, 220-000-010-51 | |
| SITUS | OFTString | 3.6k | BO CA ABON CARR 772 KM.HM 5.7 BARRANQUITAS, BO CA ABON SECTOR EL LLANO CARR 772 KM.HM 4.5 BARRANQUITAS, BARRANCAS CARR 771 KM.HM 1.7 BARRANQUITAS | |
| ADDR_NUMBE | OFTString | 69 | 772, 152, 152 | |
| STREET_PRE | OFTString | 7 | KM, K, K | |
| STREET_NAM | OFTString | 2.0k | 3.0, ABON, ABON SECTOR EL LLANO CARR | |
| STREET_SUF | OFTString | 2 | S, S, S | |
| STREET_TYP | OFTString | 18 | Ln, Ln, Ln | |
| SITUS_CITY | OFTString | 1 | BARRANQUITAS, BARRANQUITAS, BARRANQUITAS | |
| SITUS_ZIP | OFTString | 1 | 00794, 00794, 00794 | |
| ADDR_SEC_U | OFTString | 1.3k | BO BARRANCAS CARRETERA, CARR 772 KM.HM 5.7 BARRANQUITAS, 772 KM.HM 4.5 BARRANQUITAS | |
| OWNER | OFTString | 4.9k | SANCHEZ SANTIAGO JOSE, SUCN. EVANGELISTA CORDERO MORALES, ORTIZ VAZQUEZ WILLIAM | |
| TRANS_DATE | OFTDate | 3.0k | 2007-01-25, 1996-08-21, 2003-02-12 | |
| SALE_PRICE | OFTReal | 505 | 0.0, 0.0, 4000.0 | |
| MUNI_ID | OFTInteger64 | 8 | 2415153, 2415153, 2415153 | |
| ACREAGE_AD | OFTReal | 8.3k | 0.244189167452741, 5.40669119942424, 0.245488019504001 | |
| MKT_VAL_LA | OFTReal | 1.5k | 0.0, 684.0, 365.0 | |
| MKT_VAL_BL | OFTReal | 2.9k | 0.0, 0.0, 8886.0 | |
| MKT_VAL_TO | OFTReal | 3.9k | 0.0, 684.0, 9251.0 | |
| ZIP_CODE | OFTString | 6 | 794, 794, 794 | |
| MAIL_ADDRE | OFTString | 4.4k | PO BOX 205 BARRANQUITAS PR 00794, HC-06 BOX 14883 COROZAL PR 00783, PO BOX 1091 BARRANQUITAS PR 00794 | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 6 | 952302, 952302, 952302 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 3, 2 | |
| CENSUS_BLO | OFTInteger | 148 | 2027, 3013, 2009 | |
| AREA_METER | OFTReal | 9.3k | 988.180030968966, 16272.0972157884, 993.436200493712 | |
| ALT_ID_1 | OFTString | 7.9k | 220-099-323-09-000, 220-018-155-14-000, 220-000-010-51-000 | |
| ALT_ID_2 | OFTString | 4.4k | 220-099-323-03, 220-000-004-63, 220-000-010-50 | |
| ELEVATION | OFTString | 9.3k | ||
| ROBUST_ID | OFTString | 9.5k | AAEZU6-W7alBdqn7, AAEZU_rzoBcxPnX8, AAEZU6c-5BofSuPF | |
| CALC_ACREA | OFTReal | 9.3k | 0.244189167452741, 4.02099794299347, 0.245488019504001 | |
| COUNTY_NAM | OFTString | 1 | Barranquitas, Barranquitas, Barranquitas | |
| COUNTY_FIP | OFTInteger64 | 1 | 72019, 72019, 72019 | |
| STATE_ABBR | OFTString | 1 | PR, PR, PR | |
| CTY_ROW_ID | OFTInteger64 | 9.5k | 6526, 9030, 5504 |
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.