49 attribute fields, profiled from the January 2023 vintage.
Columns in Burleson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 20.6k | 0, 0, 0 | |
| created_da | OFTString | 78 | 2019-04-23, 2019-04-23, 2019-04-23 | |
| last_edite | OFTString | 120 | 2019-04-23, 2019-04-23, 2019-04-23 | |
| prop_id | OFTInteger | 20.1k | 20575, 20581, 20581 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 13.4k | SCHILLER RICHARD JR ET AL, TRIPLE THREAT RANCH LLC, TRIPLE THREAT RANCH LLC | |
| legal_acre | OFTReal | 9.1k | 0.342, 225.155, 225.155 | |
| hood_cd | OFTString | 39 | SSMR100, SSMR100, SSMR100 | |
| school | OFTString | 3 | SSM, SSM, SSM | |
| city | OFTString | 3 | CSN, CSM, CSM | |
| county | OFTString | 1 | GBU, GBU, GBU | |
| next_appra | OFTString | 1 | 2022-12-05 | |
| legal_desc | OFTString | 19.2k | A0049 REEL RJW ACRES 0.342, A0049 REEL RJW 225.155 ACRES, A0049 REEL RJW 225.155 ACRES | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 5.3k | 5, 1, 1/1 & 2 | |
| abs_subdv_ | OFTString | 451 | A0049, A0049, A0049 | |
| land_val | OFTReal | 12.3k | 8550.0, 1294641.0, 1294641.0 | |
| imprv_val | OFTReal | 10.2k | 0.0, 359535.0, 359535.0 | |
| market | OFTReal | 16.6k | 8550.0, 1654176.0, 1654176.0 | |
| block | OFTString | 250 | 1, 1, 1 | |
| map_id | OFTString | 129 | 21,31, 21,31, 21,31 | |
| geo_id | OFTString | 19.9k | 2049-000-000-00001, 2049-000-000-00007, 2049-000-000-00007 | |
| situs_num | OFTString | 5.2k | 9724, 9724, 10157 | |
| situs_stre | OFTString | 17 | B, /, CR | |
| situs_st_1 | OFTString | 2.2k | CR 132, TRIPLE THREAT RANCH RD, TRIPLE THREAT RANCH RD | |
| situs_st_2 | OFTString | 14 | DR, DR, LN | |
| situs_city | OFTString | 24 | SOMERVILLE, SOMERVILLE, SOMERVILLE | |
| situs_stat | OFTString | 3 | TX, TX, TX | |
| situs_zip | OFTString | 23 | 77879, 77879, 77879 | |
| addr_line1 | OFTString | 1.1k | %VANNATTA SCOTT, C/O ALICE SIMMS, % RONALD PORTER | |
| addr_line2 | OFTString | 11.0k | 4702 MILL VIEW CT, 9724 TRIPLE THREAT RANCH RD, 9724 TRIPLE THREAT RANCH RD | |
| addr_line3 | OFTString | 45 | SUITE 1005, 2002 BIG BERRY ROAD, APT 1421 | |
| addr_city | OFTString | 900 | COLLEYVILLE, SOMERVILLE, SOMERVILLE | |
| addr_state | OFTString | 50 | TX, TX, TX | |
| zip | OFTString | 1.3k | 76034, 77879, 77879 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 6.4k | 12/05/2019, 03/13/2012, 03/13/2012 | |
| volume | OFTString | 1.2k | 858/867, 858/867, 913 | |
| page | OFTString | 3.8k | 455/239, 455/239, 33 | |
| number | OFTString | 4.5k | 1024/2492, 1024/2492, 6116 | |
| objectid | OFTInteger | 26.3k | 10, 85, 114 | |
| creationda | OFTString | 1 | 2023-01-23, 2023-01-23, 2023-01-23 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-01-23, 2023-01-23, 2023-01-23 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 26.3k | 8b438289-e1f9-4156-b05f-b7ccfaf15fc0, 87e117ac-2c21-449d-b570-ed8ca9511f56, 4b23044f-cf31-4809-a536-1303b608554e | |
| shape__are | OFTReal | 23.2k | 23548.326171875, 1472785.55664063, 4556143.13476563 | |
| shape__len | OFTReal | 24.6k | 1346.33698706922, 4933.62248161357, 10993.0565861099 |
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.