49 attribute fields, profiled from the November 2022 vintage.
Columns in Bosque County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 19.4k | 0, 6051, 25503 | |
| created_da | OFTString | 1 | 2022-10-14, 2022-10-14, 2022-10-14 | |
| last_edite | OFTString | 1 | 2022-10-14, 2022-10-14, 2022-10-14 | |
| prop_id | OFTInteger | 19.4k | 6051, 25503, 38659 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 10.7k | HATADA ENTERPRISES, INC, SPROSS, HARVEY, SPROSS, HARVEY | |
| legal_acre | OFTReal | 6.6k | 906.74, 1.0, 19.0 | |
| hood_cd | OFTString | — | ||
| school | OFTString | 11 | VALLEY MIL, VALLEY MIL, VALLEY MIL | |
| city | OFTString | 7 | VALLEY MIL, VALLEY MIL, VALLEY MIL | |
| county | OFTString | 1 | BOSQUE, BOSQUE, BOSQUE | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 1.7k | ABST A0641 PASANNO, F, ABST A1076 KENNEY, M, ABST A1076 KENNEY, M | |
| legal_de_1 | OFTString | 7.0k | TRACT 14 (PT), TRACT 24, TRACT 13 & 14 (PT) | |
| legal_de_2 | OFTString | 575 | WC OF, TTING ALLEY, LOT 7 PT (N 152) & NE 25X152 OF LT 8 PLUS ABUTTING | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | 14.1k | 6106376.0, 9814.0, 147591.0 | |
| imprv_val | OFTReal | 12.0k | 324498.0, 0.0, 0.0 | |
| market | OFTReal | 17.9k | 6430874.0, 9814.0, 147591.0 | |
| block | OFTString | — | ||
| map_id | OFTString | 19.4k | R06051, R25503, R38659 | |
| geo_id | OFTString | 19.4k | R06051, R25503, R38659 | |
| situs_num | OFTString | 2.5k | 0, 0, 0 | |
| situs_stre | OFTString | 5 | S, W, S | |
| situs_st_1 | OFTString | 1.4k | HWY 6, SPROSS LN, SPROSS LN | |
| situs_st_2 | OFTString | 2 | ST, KE, KE | |
| situs_city | OFTString | 12 | VALLEY MILLS, VALLEY MILLS, VALLEY MILLS | |
| situs_stat | OFTString | — | ||
| situs_zip | OFTString | — | ||
| addr_line1 | OFTString | 8.8k | 4725 WINDSOR RIDGE DR, 630 WAYNE DR, 630 WAYNE DR | |
| addr_line2 | OFTString | 23 | APT 1222, SUITE B150, 5143 FYLLINGSDALEN | |
| addr_line3 | OFTString | — | ||
| addr_city | OFTString | 687 | IRVING, WACO, WACO | |
| addr_state | OFTString | 44 | TX, TX, TX | |
| zip | OFTString | 982 | 75038, 76712, 76712 | |
| deed_seq | OFTInteger | 33 | 34, 0, 0 | |
| deed_date | OFTString | 5.4k | 04/16/1990, 01/01/1900, 01/01/1900 | |
| volume | OFTString | 1.6k | 331, 311, 568 | |
| page | OFTString | 1.5k | 879, 775, 310 | |
| number | OFTString | 7.9k | 2020-00707, CORYELL #350557, 2012-00001990 | |
| objectid | OFTInteger | 20.4k | 19922, 5199, 11291 | |
| creationda | OFTString | 1 | 2022-11-28, 2022-11-28, 2022-11-28 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2022-11-28, 2022-11-28, 2022-11-28 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 20.4k | e9076dab-0037-43a8-9793-3d306cda7cc1, f1d0876d-134d-4419-83fe-b55232b7ad99, 7293c30c-1107-4130-881d-8196391be227 | |
| shape__are | OFTReal | 19.8k | 130363406.277344, 53854622.2304688, 43558.0390625 | |
| shape__len | OFTReal | 20.1k | 50709.7684964209, 38501.3056903721, 739.842959168802 |
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.