36 attribute fields, profiled from the July 2020 vintage.
Columns in Castro County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 5.4k | 12653, 12681, 13501 | |
| SITUS | OFTString | 674 | 100, 100, 100 | |
| ADDR_NUMBE | OFTString | 5 | 405, 807, 404 | |
| STREET_PRE | OFTString | — | ||
| STREET_NAM | OFTString | 673 | 100, 100, 100 | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | — | ||
| SITUS_CITY | OFTString | 1 | DIMMITT, DIMMITT | |
| SITUS_ZIP | OFTString | 1 | 79027, 79027 | |
| OWNER | OFTString | 2.7k | NAZARETH FIRE DEPARTMENT, KERN RITA, MENDOZA IGNASIO & LORRAINE | |
| SALE_PRICE | OFTReal | 187 | 0.0, 0.0, 0.0 | |
| LAND_COVER | OFTString | 3.1k | {"21": 2, "22": 2}, {"21": 1, "22": 3}, {"22": 2, "23": 2} | |
| MUNI_ID | OFTInteger64 | 2 | 1938690, 1938690, 1938690 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 4832220, 4832220, 4817160 | |
| ACREAGE | OFTReal | 2.1k | 0.303, 0.23, 0.344 | |
| ZIP_CODE | OFTString | 10 | 79063, 79063, 79027 | |
| LEGAL_DESC | OFTString | 788 | SK&K, SK&K, DIMMITT | |
| LEGAL_D_01 | OFTString | 2.6k | SEC 218 131.8 X 100', SEC 218 100' X 100', BLK 80 | |
| LEGAL_D_02 | OFTString | 2.1k | 1010 BLK M-6, 1010 BLK M-6, LOTS 5-6 | |
| MAIL_ADDRE | OFTString | 338 | NAZARETH TX 79063, NAZARETH TX 79063, DIMMITT TX 79027 | |
| MAIL_AD_01 | OFTString | 12 | 8008 SLIDE RD #33, 8008 SLIDE RD #33, 1301 FM 2397 | |
| MAIL_AD_02 | OFTString | 2.2k | PO BOX 7, PO BOX 217, 1121 W BEDFORD | |
| MAIL_NAME | OFTString | 430 | LIFE ESTATE, BRENDA PORSCH, % PAM CROOKHAM | |
| CENSUS_TRA | OFTInteger64 | 3 | 950100, 950100, 950200 | |
| CENSUS_BLK | OFTInteger | 3 | 1, 1, 3 | |
| CENSUS_BLO | OFTInteger | 1.1k | 1288, 1288, 3028 | |
| AREA_METER | OFTReal | 5.7k | 1206.60481535251, 926.017759080195, 1392.57940774037 | |
| PLACE_GNIS | OFTInteger64 | 3 | 2411218, 2411218, 2410341 | |
| ALT_ID_1 | OFTString | 5.4k | 00010-01010-00700-021806, 00010-01010-00700-021835, 00010-02001-00080-000500 | |
| ELEVATION | OFTString | 5.7k | ||
| ROBUST_ID | OFTString | 5.9k | AAC7xTvhQSKjx42Q, AAC7xZIyll45kJXg, AAC7xeUPg14ZeJuJ | |
| CALC_ACREA | OFTReal | 5.7k | 0.298164115921759, 0.228828248446307, 0.344120297446723 | |
| COUNTY_NAM | OFTString | 1 | Castro, Castro, Castro | |
| COUNTY_FIP | OFTInteger64 | 1 | 48069, 48069, 48069 | |
| STATE_ABBR | OFTString | 1 | TX, TX, TX | |
| CTY_ROW_ID | OFTInteger64 | 5.9k | 5385, 5425, 4436 |
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.