43 attribute fields, profiled from the August 2023 vintage.
Columns in Bell County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 50.0k | 77768, 91395, 392457 | |
| prop_id | OFTInteger | 50.0k | 102933, 92842, 72566 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 50.0k | JPCKK LLC, PETERSON FAMILY TRUST - DECEDENT'S TRUST B, THE, PITTS, RONALD M | |
| legal_acre | OFTReal | 12.7k | 99.625, 81.817, 128.94 | |
| hood_cd | OFTString | 924 | LBARBARURL, LBARBARURL, LBARBARURL | |
| school | OFTString | 16 | SBAR, SBAR, SBAR | |
| city | OFTString | 14 | TBA, TBA, TBA | |
| county | OFTString | 1 | CB, CB, CB | |
| next_appra | OFTString | 9 | 2023-09-01, 2023-09-01, 2023-09-01 | |
| legal_desc | OFTString | 50.0k | A0008BC M DAVILA, 110, (0.170AC IN RD), ACRES 99.625, A0272BC M F DEGRAFFENRIED, 5, 6, ACRES 117.81, A0272BC M F DEGRAFFENRIED, ACRES 10.61 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 3.3k | 0002, 0001, PT 11 | |
| abs_subdv_ | OFTString | 7.4k | A0008BC, A0270BC, A0008BC | |
| land_val | OFTReal | 35.1k | 600739.0, 609916.0, 582938.0 | |
| imprv_val | OFTReal | 50.0k | 1380.0, 950.0, 0.0 | |
| market | OFTReal | 50.0k | 602119.0, 610866.0, 582938.0 | |
| block | OFTString | 327 | 003, 003, 003 | |
| map_id | OFTString | 50.0k | 87C06 A03, 87A13 A35, 87A15 A37 | |
| geo_id | OFTString | 50.0k | 0446880000, 0504840000, 0446550000 | |
| situs_num | OFTString | 12.2k | 19136, 19125, 19411 | |
| situs_stre | OFTString | 23 | W, E, E | |
| situs_st_1 | OFTString | 5.4k | ALLIGATOR, AUBREY MESSER, ALLIGATOR | |
| situs_st_2 | OFTString | 63 | RD, RD, RD | |
| situs_city | OFTString | 36 | BARTLETT, BARTLETT, BARTLETT | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 62 | 76511, 76511, 76511 | |
| addr_line1 | OFTString | 5.3k | C/O PETERSON, HILDA J TRUSTEE, C/O CLEMENT, BEVERLY, BARTLETT IND SCHOOL DISTRICT | |
| addr_line2 | OFTString | 164 | C/O CAESAR MANAGEMENT LLC, C/OBUCKLEY, WINNIE MAE TRUSTEE, SNYDER'S | |
| addr_line3 | OFTString | 50.0k | PO BOX 2691, PO BOX 2556, PO BOX 101 | |
| addr_city | OFTString | 2.8k | GEORGETOWN, WEATHERFORD, SCHWERTNER | |
| addr_state | OFTString | 59 | TX, TX, TX | |
| zip | OFTString | 4.8k | 78627, 76086, 76573 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 13.5k | 03/17/2021, 03/15/2018, 09/06/2016 | |
| volume | OFTString | 5.8k | Deed Num, 3748, 01137 | |
| page | OFTString | 7.5k | 200800000226, 269, 00621 | |
| number | OFTString | 50.0k | 2021016650, 201800010952, 201700024042 | |
| objectid | OFTInteger | 50.0k | 86195, 88814, 90761 | |
| globalid | OFTString | 50.0k | ba0eb8e0-15a9-40fa-a3c7-6bbbfa0ee12c, 27afd88b-65fd-4dcd-be65-6f604daa7ff7, d55f5bb4-64ec-4b4c-9864-05b564fa74d5 | |
| shape__are | OFTReal | 50.0k | 2225308.80859375, 2164802.4609375, 1306798.84765625 | |
| shape__len | OFTReal | 50.0k | 7237.96854803395, 8967.51645759402, 4825.80813453954 |
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.