49 attribute fields, profiled from the October 2023 vintage.
Columns in Austin County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 21.2k | 17395, 10879, 17050 | |
| created_da | OFTString | 656 | 2023-02-09, 2023-02-09, 2022-12-14 | |
| last_edite | OFTString | 874 | 2022-03-29, 2022-03-29, 2016-01-12 | |
| prop_id | OFTInteger | 21.2k | 17395, 10879, 17050 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 14.6k | KAECHELE RANCH LP, KAECHELE RANCH LP, MORTHALA VIJAY BHASKAR R & JYOTHI & | |
| legal_acre | OFTReal | 10.7k | 678.0, 204.0, 148.2 | |
| hood_cd | OFTString | 232 | 2700, 2700, 2700 | |
| school | OFTString | — | ||
| city | OFTString | — | ||
| county | OFTString | 1 | AustinCad, AustinCad, AustinCad | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 784 | A251 JOHN LUESCH, A426 A JORDAN, A132 J BOYKIN | |
| legal_de_1 | OFTString | 4.1k | (ALSO A239 H & T C R R), TRACT 8, TRACT 2 | |
| legal_de_2 | OFTString | 1.2k | ACRES 0.6740, ACRES 1.4900, ACRES 0.1290 | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | 678 | A251A251 JOHN LUESCH, A426A426 A JORDAN, A132A132 J BOYKIN | |
| land_val | OFTReal | 11.9k | 4000.0, 4460.0, 1575.0 | |
| imprv_val | OFTReal | 13.6k | 74689.0, 106913.0, 42106.0 | |
| market | OFTReal | 19.7k | 2786689.0, 1016753.0, 1598206.0 | |
| block | OFTString | — | ||
| map_id | OFTString | 198 | 190,P, 190,P, 191,P | |
| geo_id | OFTString | 21.2k | R000017395, R000010879, R000017050 | |
| situs_num | OFTString | 7.0k | 9608, 9654, 3671 | |
| situs_stre | OFTString | — | ||
| situs_st_1 | OFTString | 2.2k | K RANCH RD, K RANCH RD, FM 1093 RD | |
| situs_st_2 | OFTString | 11 | (OFF, (OFF, (OFF | |
| situs_city | OFTString | 37 | WALLIS, WALLIS, WALLIS | |
| situs_stat | OFTString | 5 | TX, TX, TX | |
| situs_zip | OFTString | 26 | 77485, 77485, 77485 | |
| addr_line1 | OFTString | 1.8k | KAVALA RAMA VENKATA S & KRISHNA KAMALA, ZHOU HUIMIN, FROST MARTHA L | |
| addr_line2 | OFTString | 12.0k | PO BOX 276, PO BOX 276, 6940 MARTEL PLACE | |
| addr_line3 | OFTString | 34 | 136 GAGE RD, PO BOX 697, 4122 ELLISPORT PL | |
| addr_city | OFTString | 481 | WALLIS, WALLIS, FRISCO | |
| addr_state | OFTString | 42 | TX, TX, TX | |
| zip | OFTString | 757 | 77485, 77485, 75035 | |
| deed_seq | OFTInteger | 27 | 3, 4, 6 | |
| deed_date | OFTString | 7.1k | 12/26/2009, 04/18/1990, 12/22/2021 | |
| volume | OFTString | 853 | AUSTIN CO, AUSTIN CO, AUSTIN CO | |
| page | OFTString | 4.9k | #100414, #901240, #100414 | |
| number | OFTString | 10.1k | 02/04/2010, 04/30/90, 217362 | |
| objectid_1 | OFTReal | 21.6k | 6253.0, 6469.0, 3659.0 | |
| esri_oid | OFTInteger | 21.6k | 6253, 6469, 3659 | |
| creationda | OFTString | 1 | 2023-10-09, 2023-10-09, 2023-10-09 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-10-09, 2023-10-09, 2023-10-09 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| shape__are | OFTReal | 21.5k | 8496383.84765625, 5800356.94140625, 6456618.984375 | |
| shape__len | OFTReal | 21.6k | 14961.9332407146, 14652.6638537144, 11601.2697597823 |
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.