45 attribute fields, profiled from the May 2022 vintage.
Columns in Brazos County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 50.0k | 100218, 12957, 12960 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 50.0k | 100218, 12957, 12960 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 50.0k | KR SOD - BRAZOS LP, TERRELL KATHLEEN, KHK FOGGY BOTTOM FARMS INC | |
| legal_acre | OFTReal | 7.7k | 1163.7, 237.5, 675.027 | |
| hood_cd | OFTString | 574 | 0322390D, 0322390D, 0322390D | |
| school | OFTString | 3 | S4, S4, S4 | |
| city | OFTString | 4 | C4, C4, C2 | |
| county | OFTString | 1 | G1, G1, G1 | |
| next_appra | OFTString | 11 | 2022-01-01, 2022-01-01, 2022-01-01 | |
| legal_desc | OFTString | 50.0k | A004200, R MILLICAN, TRACT 9.1, 1163.7 ACRES, A004200, R MILLICAN, TRACT 1, 237.5 ACRES, A004200, R MILLICAN, TRACT 4, 675.027 ACRES | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 9.5k | 9.1, 1, 4 | |
| abs_subdv_ | OFTString | 3.0k | A004200, A004200, A004200 | |
| land_val | OFTReal | 29.1k | 5084776.0, 1758548.0, 2548807.0 | |
| imprv_val | OFTReal | 50.0k | 4840.0, 0.0, 180000.0 | |
| market | OFTReal | 50.0k | 5089616.0, 1758548.0, 2728807.0 | |
| block | OFTString | 390 | 1, 3-4 & 7, 5-6 | |
| map_id | OFTString | 2.6k | 564-112,564-120,564-, 576-122,576-120, 576-120,576-128 | |
| geo_id | OFTString | 50.0k | 004200-0009-0010, 004200-0001-0000, 004200-0004-0000 | |
| situs_num | OFTString | 10.6k | 5195, 10445, 32088 | |
| situs_stre | OFTString | 4 | W, W, W | |
| situs_st_1 | OFTString | 3.1k | ALLEN FARM, ALLEN FARM, ALLEN FARM | |
| situs_st_2 | OFTString | 57 | RD, RD, RD | |
| situs_city | OFTString | 2 | COLLEGE STATION, COLLEGE STATION, COLLEGE STATION | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 3 | 77845, 77845, 77845 | |
| addr_line1 | OFTString | 5.8k | % KIRK & COMPANY CPA, WILLIAM T TERRELL, WILLIAM T TERRELL | |
| addr_line2 | OFTString | 45.1k | 3 RIVERWAY, 1521 FELDER ST, 3300 N A ST | |
| addr_line3 | OFTString | 778 | STE 1600, BLDG 2-212, BLDG 2-212 | |
| addr_city | OFTString | 1.5k | HOUSTON, NAVASOTA, MIDLAND | |
| addr_state | OFTString | 55 | TX, TX, TX | |
| zip | OFTString | 2.5k | 77056, 77868, 79705 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 10.0k | 05/25/2006, 01/22/1990, 04/07/2008 | |
| volume | OFTString | 16.9k | 7344, 1163/1981, 8765 | |
| page | OFTString | 2.4k | 030, 814/ 258, 256 | |
| number | OFTString | 46.4k | 00927482, 01007708, 01007708 | |
| objectid | OFTInteger | 50.0k | 39601, 1879, 1882 | |
| globalid | OFTString | 50.0k | 07c0df77-09c7-4058-85cd-9bed57b0e644, 48422dee-ea73-4de7-9462-c9ea60a4e2ae, 478d18d4-1607-4af8-b927-a9a0d197f604 | |
| shape__are | OFTReal | 50.0k | 50866881.410156, 11654488.355469, 29437069.519531 | |
| shape__len | OFTReal | 50.0k | 41296.798017, 18094.437633, 31561.245839 |
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.