45 attribute fields, profiled from the April 2024 vintage.
Columns in Kinney County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 10.3k | 18717, 18710, 18627 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 10.2k | 18717, 18710, 18627 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 3.9k | RIO GRANDE LAND & CATTLE LP, RIO GRANDE LAND & CATTLE LP, RIO GRANDE LAND & CATTLE LP | |
| legal_acre | OFTReal | 2.9k | 153.86, 154.1, 152.83 | |
| hood_cd | OFTString | 87 | AGLAND, AGLAND, AGLAND | |
| school | OFTString | 1 | SBR, SBR, SBR | |
| city | OFTString | 2 | CSP, CSP, CSP | |
| county | OFTString | 1 | GKI, GKI, GKI | |
| next_appra | OFTString | 57 | 2021-01-01, 2021-01-01, 2021-01-01 | |
| legal_desc | OFTString | 10.2k | A1471 PHILLIPS, WILLIAM J., ACRES 153.86, SURVEY 102, A1462 MIRCHELL, FREDERICK, ACRES 154.1, SURVEY 103, A1412 FOSTER, JOHN M., ACRES 152.83, SURVEY 104 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 1.6k | 44, 45, 14 | |
| abs_subdv_ | OFTString | 1.4k | A1471, A1462, A1412 | |
| land_val | OFTReal | 3.5k | 160784.0, 161035.0, 159707.0 | |
| imprv_val | OFTReal | 2.2k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 4.8k | 160784.0, 161035.0, 159707.0 | |
| block | OFTString | 167 | 1, A, A | |
| map_id | OFTString | 112 | F3 & F2, F3 & F2, D2 | |
| geo_id | OFTString | 9.4k | 000-0808-1471-0000-00, 000-0808-1462-0000-00, 000-0808-1412-0000-00 | |
| situs_num | OFTString | 810 | 9521, 8612, 9521 | |
| situs_stre | OFTString | 9 | S, S, S | |
| situs_st_1 | OFTString | 562 | HWY 277, HWY 277, HWY 277 | |
| situs_st_2 | OFTString | 35 | FM 1572, ST, ST | |
| situs_city | OFTString | 51 | BRACKETTVILLE, PETRUCHA RANCH, PETRUCHA RANCH | |
| situs_stat | OFTString | 4 | TX, TX, TX | |
| situs_zip | OFTString | 12 | 78832, 78832, 78832 | |
| addr_line1 | OFTString | 2.1k | PO BOX 55287, PO BOX 55287, PO BOX 55287 | |
| addr_line2 | OFTString | 1.7k | PO BOX 1686, PO BOX 1686, PO BOX 1686 | |
| addr_line3 | OFTString | 256 | PO BX 1451, PO BX 1451, PO BX 1451 | |
| addr_city | OFTString | 768 | HOUSTON, HOUSTON, HOUSTON | |
| addr_state | OFTString | 54 | TX, TX, TX | |
| zip | OFTString | 1.0k | 77255, 77255, 77255 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 3.2k | 02/28/2019, 02/28/2019, 02/28/2019 | |
| volume | OFTString | 406 | A-235, A-235, A-235 | |
| page | OFTString | 1.2k | 454, 454, 454 | |
| number | OFTString | 3.4k | 073586, 073586, 073586 | |
| objectid_1 | OFTReal | 10.6k | 704.0, 705.0, 706.0 | |
| esri_oid | OFTInteger | 10.6k | 704, 705, 706 | |
| shape__are | OFTReal | 8.4k | 7411351.70898438, 6687868.9609375, 7496419.0 | |
| shape__len | OFTReal | 10.6k | 19366.0227702697, 18819.7775825282, 20080.605882898 |
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.