49 attribute fields, profiled from the September 2023 vintage.
Columns in Atascosa County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 32.9k | 32012, 32015, 200068 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 31.9k | 32012, 32015, 200068 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 21.0k | WP & AP LTD, WP & AP, LTD, MULTIPLE OWNERS | |
| legal_acre | OFTReal | 8.8k | 207.59, 98.872, 95.0 | |
| hood_cd | OFTString | 701 | SCH/F3E, SCH/F5, SJO/F4P | |
| school | OFTString | 7 | SCH, SCH, SCH | |
| city | OFTString | 6 | CHR, CHR, CHR | |
| county | OFTString | 1 | GAT, GAT, GAT | |
| next_appra | OFTString | 8 | 2024-01-01, 2024-01-01, 2024-01-01 | |
| legal_desc | OFTString | 31.3k | PRINCE RANCH LOT 104 & N/2 OF 105 & 106 207.59, PRINCE RANCH LOT 106 & 108 98.872, PRINCE RANCH LOT S/2 OF 105 & ALL OF 107 95. | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 6.4k | 104 & N/2 OF 105 & 106, 106 & 108, S/2 OF 105 & ALL OF 107 | |
| abs_subdv_ | OFTString | 1.9k | S03210, S03210, S03210 | |
| land_val | OFTReal | 11.4k | 726560.0, 346050.0, 332500.0 | |
| imprv_val | OFTReal | 13.7k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 20.2k | 726560.0, 346050.0, 332500.0 | |
| block | OFTString | 448 | 79, 175, 65-69,77-78,PT/79,87-89,170,175,180 | |
| map_id | OFTString | 112 | A-17, A-17, A-17 | |
| geo_id | OFTString | 31.9k | 03210-00-000-010400, 03210-00-000-010600, 03210-00-000-010501 | |
| situs_num | OFTString | 5.2k | 25874, 26383, 3925 | |
| situs_stre | OFTString | 25 | W, W, S | |
| situs_st_1 | OFTString | 2.6k | HWY 97, HWY 97, HWY 97 | |
| situs_st_2 | OFTString | 37 | LANE, LANE, LANE | |
| situs_city | OFTString | 69 | JOURDANTON, CAMPBELLTON, CAMPBELLTON | |
| situs_stat | OFTString | 6 | TX, TX, TX | |
| situs_zip | OFTString | 23 | 78008, 78008, 78026 | |
| addr_line1 | OFTString | 3.4k | % JERRY PEARSON, % JERRY WAYNE PEARSON, % JERRY WAYNE PEARSON | |
| addr_line2 | OFTString | 17.8k | 130 AMSLER RD., 130 AMSLER RD, 130 AMSLER RD | |
| addr_line3 | OFTString | 252 | STE 200, 2002 DELWOOD DR, 1407 DE SOTO AVE | |
| addr_city | OFTString | 1.0k | SEWICKLEY, SEWICKLEY, SEWICKLEY | |
| addr_state | OFTString | 69 | PA, PA, PA | |
| zip | OFTString | 1.4k | 15143, 15143, 15143 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 5.9k | 09/04/2002, 11/25/2002, 08/01/2003 | |
| volume | OFTString | 7.6k | 210, 218, 242 | |
| page | OFTString | 957 | 44, 38, 858 | |
| number | OFTString | 8.7k | 0, 0, 0 | |
| objectid_1 | OFTReal | 33.0k | 16631.0, 16638.0, 16639.0 | |
| esri_oid | OFTInteger | 33.0k | 16631, 16638, 16639 | |
| creationda | OFTString | 1 | 2023-08-27, 2023-08-27, 2023-08-27 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-08-27, 2023-08-27, 2023-08-27 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| shape__are | OFTReal | 30.7k | 8995282.02148438, 3858887.421875, 3713177.07226563 | |
| shape__len | OFTReal | 32.1k | 12657.0475494991, 8014.39712449578, 7803.76583734213 |
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.