29 attribute fields, profiled from the February 2024 vintage.
Columns in Caguas Municipio
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| oldpid | OFTString | 39.8k | 326-000-002-06, 301-000-006-11, 301-000-008-38 | |
| num_catast | OFTString | 47.3k | 301-000-006-11, 301-000-008-38, 326-000-002-10 | |
| tipo | OFTString | 1 | P, P, P | |
| catastro | OFTString | 50.0k | 301-000-006-11-000, 326-000-002-21-998, 326-000-002-26-000 | |
| municipio | OFTString | 17 | Caguas, Caguas, San Lorenzo | |
| contact | OFTString | 42.6k | SUCN JOSE FLORES RIVERA, DEPTO RECURSOS NATURALES Y AMBIENTALES, MOYET MONTANEZ BASILIO | |
| direccion_ | OFTString | 44.6k | BO SAN SALVADOR , CARR 789 KM.HM 1.8, PR, Puerto Rico, 00000, BO SAN SALVADOR, 00101422689, PR, Puerto Rico, 00000, , PR, Puerto Rico, 00000 | |
| direccio_1 | OFTString | 41.6k | 8 JIMENEZ CRUZ, PR, Puerto Rico, 00725-4211, PO BOX 366147, PR, UNITED STATES, 00936-6147, HC-30 BOX 33312, PR, Puerto Rico, 00754-9732 | |
| cabida | OFTReal | 20.8k | 381247.83, 158827.06, 18512.14 | |
| land | OFTReal | 5.7k | 2528.0, 580.0, 0.0 | |
| structure | OFTReal | 12.2k | 0.0, 0.0, 0.0 | |
| machinery | OFTReal | 617 | 0.0, 0.0, 0.0 | |
| totalval | OFTReal | 15.7k | 2528.0, 580.0, 0.0 | |
| exemp | OFTReal | 670 | 0.0, -580.0, 0.0 | |
| exon | OFTReal | 6.6k | 0.0, 0.0, 0.0 | |
| taxable | OFTReal | 11.5k | 2528.0, 0.0, 0.0 | |
| deedbook | OFTString | 2.4k | 196, 528, 839 | |
| deedpage | OFTString | 1.9k | 232, 117, 240 | |
| estate | OFTString | 26.0k | 2284, 5950, 5951 | |
| deednum | OFTString | 2.8k | 330, 1, 0 | |
| salesamt | OFTReal | 4.6k | 8000.0, 170000.0, 0.0 | |
| salesdttm | OFTString | 10.3k | 1957-05-31, 2017-04-06, 1957-01-01 | |
| sellername | OFTString | 23.7k | JESUS RODRIGUEZ ROLD, GARCIA RIVERA ZOILO, TORRES COLLAZO OSCAR | |
| byername | OFTString | 30.4k | SUCN JOSE FLORES RIV, DPTO.RECURSOS NATURA, RAMIREZ SANTANA ANTO | |
| starea() | OFTReal | 48.8k | 2427.13803465, 361829.33855115, 131628.675250665 | |
| stlength() | OFTReal | 48.8k | 970.1071924580328, 2933.12832527934, 3103.25045208032 | |
| objectid_1 | OFTInteger64 | 50.0k | 182942, 1201644, 1205723 | |
| inside_x | OFTReal | 48.5k | -66.04497997, -66.05105281, -66.03110207 | |
| inside_y | OFTReal | 48.5k | 18.11970298, 18.12178617, 18.1219827 |
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.