45 attribute fields, profiled from the March 2022 vintage.
Columns in Grimes County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 25.9k | 11859, 11683, 11858 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 25.9k | 11859, 11683, 11858 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 16.0k | STATE OF TEXAS, BALDOBINO, WILLIE, STATE OF TEXAS | |
| legal_acre | OFTReal | 6.9k | 523.0, 53.17, 1606.69 | |
| hood_cd | OFTString | 264 | 102, 102, 102 | |
| school | OFTString | 7 | SNA, SNA, SNA | |
| city | OFTString | 18 | NAVASOTA, NAVASOTA, NAVASOTA | |
| county | OFTString | — | ||
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 25.9k | A0023 J E GROCE, TRACT 131, ACRES 523.00, A0023 J E GROCE, TRACT 4, ACRES 53.17, A0023 J E GROCE, TRACT 130, ACRES 1606.69 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | 11.7k | 4680850.0, 656120.0, 10909430.0 | |
| imprv_val | OFTReal | 9.8k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 4.7k | 26780.0, 118710.0, 66370.0 | |
| block | OFTString | — | ||
| map_id | OFTString | 25.9k | R11859, R11683, R11858 | |
| geo_id | OFTString | 25.9k | 23-000-1310, 23-000-0040, 23-000-1300 | |
| situs_num | OFTString | 8.6k | 8017, 8057, 20188 | |
| situs_stre | OFTString | 4 | N, N, N | |
| situs_st_1 | OFTString | 1.2k | CR327, HWY6, HWY6 | |
| situs_st_2 | OFTString | 22 | ST, ST, ST | |
| situs_city | OFTString | 18 | NAVASOTA, NAVASOTA, NAVASOTA | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 13 | 77868, 77868, 77868 | |
| addr_line1 | OFTString | 14.2k | 704 NOLAN, 2109 JOSEPH CREEK CT, 518 N LA SALLE | |
| addr_line2 | OFTString | 2.0k | 4121 WOOLWORTH, STE 205, 6114 BRIDLINGTON | |
| addr_line3 | OFTString | 82 | 1100 LOUISIANA, STE 4700, 11295 FM 234 N, 10706 SEA MYRTLY DR | |
| addr_city | OFTString | 832 | NAVASOTA, COLLEGE STATION, NAVASOTA | |
| addr_state | OFTString | 50 | TX, TX, TX | |
| zip | OFTString | 5.4k | 99999, 77868-3821, 99999 | |
| deed_seq | OFTInteger | 9 | 0, 0, 1 | |
| deed_date | OFTString | 7.7k | 02/12/2009, 12/31/1997, 04/01/1986 | |
| volume | OFTString | 2.0k | 1294, 930, 561 | |
| page | OFTString | 1.5k | 522, 453/512, 164 | |
| number | OFTString | 3.6k | 2021-314838, 2020-308461, 2020-308461 | |
| objectid | OFTInteger | 26.4k | 334, 1660, 1693 | |
| globalid | OFTString | 26.4k | 7a2da9fe-fd17-4770-858b-23e7f743f866, fd84264f-eaab-4b43-a183-38ad2bc42ed4, afb14a42-3924-4bc1-bc9a-93fcb90eec4c | |
| shape__are | OFTReal | 25.7k | 21543228.796875, 2178320.761719, 59834505.191406 | |
| shape__len | OFTReal | 25.7k | 25104.207807, 5867.332228, 64221.088628 |
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.