49 attribute fields, profiled from the May 2023 vintage.
Columns in Gray County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 15.1k | 18693, 18668, 18675 | |
| created_da | OFTString | 251 | 2017-06-08, 2017-06-08, 2017-06-08 | |
| last_edite | OFTString | 356 | 2023-01-09, 2023-01-09, 2015-12-28 | |
| prop_id | OFTInteger | 14.9k | 18693, 18668, 18675 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 9.3k | BRITTEN KEITH, HOMER JOHN E & DORIS E LIFE ESTATE, C BRITTEN FARMS LP | |
| legal_acre | OFTReal | 3.4k | 7.87, 3.0, 150.79 | |
| hood_cd | OFTString | 299 | 0905, RRL, 0905 | |
| school | OFTString | — | ||
| city | OFTString | — | ||
| county | OFTString | 1 | GrayCad, GrayCad, GrayCad | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 8.2k | SEC 57 BLK B-3 H&GN, SEC 39 BLK B-3 H&GN, SEC 51 BLK B-3 H&GN | |
| legal_de_1 | OFTString | 5.1k | 7.87 ACRES, 3 ACS, 150.79 ACRES NW/4 | |
| legal_de_2 | OFTString | 1.4k | CROSSOVER GROOM ISD, CROSSOVER GROOM ISD, CROSSOVER GROOM ISD | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | 332 | H&GN, H&GN, H&GN | |
| land_val | OFTReal | 1.8k | 39350.0, 21000.0, 188490.0 | |
| imprv_val | OFTReal | 7.4k | 25500.0, 252280.0, 0.0 | |
| market | OFTReal | 9.2k | 64850.0, 273280.0, 188490.0 | |
| block | OFTString | — | ||
| map_id | OFTString | 112 | 0,, 57,, 0, | |
| geo_id | OFTString | 14.9k | 1-64-129052030570200000, 1-64-129052030390300000, 1-64-129052030510200000 | |
| situs_num | OFTString | 1.9k | 6270, 6264, 6264 | |
| situs_stre | OFTString | — | ||
| situs_st_1 | OFTString | 535 | I-40 W, AIRPORT RD, AIRPORT RD | |
| situs_st_2 | OFTString | — | ||
| situs_city | OFTString | 2 | MCLEAN, MCLEAN, MCLEAN | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 3 | 79057, 79057, 79057 | |
| addr_line1 | OFTString | 827 | A TEXAS LIMTED PARTNERSHIP, % ATTN GROOM ROCK ISLAND VINCE BRITTEN, %JANIE STREET | |
| addr_line2 | OFTString | 7.9k | 6504 PLACIO CIRCLE, PO BOX 550, 7851 CANYON BEND RD | |
| addr_line3 | OFTString | 71 | 14196 I-40, APT 2, SUITE 500 | |
| addr_city | OFTString | 508 | AMARILLO, GROOM, AMARILLO | |
| addr_state | OFTString | 46 | TX, TX, TX | |
| zip | OFTString | 694 | 79109, 79039, 79118 | |
| deed_seq | OFTInteger | 17 | 3, 2, 2 | |
| deed_date | OFTString | 5.1k | 05/20/2016, 07/13/2022, 12/27/2022 | |
| volume | OFTString | 1.9k | 0209522, DEED, DEED | |
| page | OFTString | 1.1k | 710, 433, 235 | |
| number | OFTString | 4.5k | DEED, 0228902, 0230371 | |
| objectid | OFTInteger | 16.2k | 704, 759, 767 | |
| creationda | OFTString | 1 | 2023-05-03, 2023-05-03, 2023-05-03 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-05-03, 2023-05-03, 2023-05-03 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 16.2k | 9a6467c5-f054-4077-8e6e-33c2ac1a38ce, 151da4eb-1eee-4b8b-b3c8-f5c44307e151, c25e924f-82b1-4633-9164-918ff8b06777 | |
| shape__are | OFTReal | 16.1k | 307365.768798828, 1927764.16992188, 137895.283203125 | |
| shape__len | OFTReal | 16.1k | 2661.9602012723, 6563.61987401617, 1504.86397585689 |
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.