50 attribute fields, profiled from the September 2023 vintage.
Columns in Bee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 21.5k | 949682, 949513, 949666 | |
| name | OFTString | 15.5k | 29242, 250, 251 | |
| statedarea | OFTString | 7.9k | 91.081 a, 3.207 a, 28.983 a | |
| parcel_cam | OFTReal | 15.5k | 29242.0, 250.0, 251.0 | |
| objectid_1 | OFTInteger | 15.2k | 1499284, 1486361, 1486362 | |
| id | OFTInteger | 15.2k | 13102, 179, 180 | |
| parcel_id | OFTReal | 15.2k | 29242.0, 250.0, 251.0 | |
| sequence | OFTInteger | 8 | 2, 1, 1 | |
| account | OFTString | 15.2k | 55850-01020-02020-000000, 55850-00890-04000-000000, 55850-01010-06000-000000 | |
| owner_name | OFTString | 9.7k | SNAPKA RANDY, SETLIFF JERRY, BEAN MORGAN TYLER | |
| owner_id | OFTInteger | 10.0k | 33736, 10452, 40294 | |
| ownership_ | OFTInteger | 15.2k | 15736, 220, 221 | |
| interest | OFTReal | 35 | 0.5, 1.0, 1.0 | |
| acres | OFTReal | 5.4k | 88.68, 4.6, 31.21 | |
| careof | OFTString | 841 | KOETHER WYKE, % TRUSTEES TORNO CHRISTINE & GLEN& JOY&DORIS & TIM, ANNA REINHARDT | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 13 | SKIDMORE, SKIDMORE, SKIDMORE | |
| abstract_n | OFTString | 10 | 26, 480, 497 | |
| block | OFTString | 10 | 34, 34, 47 | |
| tract_lot | OFTString | 17 | 12-13, 5 - 11 & 14 - 21, 7 | |
| legal1 | OFTString | 842 | PAUL #102, PAUL #89, PAUL #101 | |
| legal2 | OFTString | 6.9k | TR 2B, TR 4, TR 6 | |
| legal3 | OFTString | 6.7k | 88.68 AC, 4.60 AC, 31.21 AC | |
| legal4 | OFTString | 491 | UND 1/2 INT, GREENWOOD LD, UND 1/2 INT | |
| primary_ca | OFTString | 31 | D1F, D1, D1F | |
| location_c | OFTString | 13 | ST, ST, ST | |
| user_code1 | OFTString | 2 | O, O, GLO | |
| user_code2 | OFTString | 1 | RZ, RZ, RZ | |
| user_code3 | OFTString | — | ||
| user_code4 | OFTString | 9 | HLDCL, HLDCL, HLDCL | |
| user_code5 | OFTString | — | ||
| user_code6 | OFTString | 4 | NOTSP, NOTSP, NOTSP | |
| deed_volum | OFTString | 1 | 435, 435, 435 | |
| deed_page | OFTString | 1 | 261, 261, 261 | |
| market_val | OFTInteger | 1 | 0, 0, 0 | |
| prop_stree | OFTString | 2.9k | 5007, 9818, 9832 | |
| prop_str_1 | OFTString | 1.7k | FM 796, FM 796, FM 796 | |
| prop_str_2 | OFTString | 16 | S, S, S | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | 58 | SKIDMORE, SKIDMORE, SKIDMORE | |
| prop_state | OFTString | 6 | TX, TX, TX | |
| prop_zip5 | OFTString | 33 | 78389, 78389, 78389 | |
| prop_zip4 | OFTString | 2 | 4709, 0, 0 | |
| mailing_ad | OFTString | 8.1k | PO BOX 1225, 4806 AVE C, 1023 TIMBER CREST DR | |
| mailing__1 | OFTString | 35 | 528 HWY 359, 528 HWY 359, 528 HWY 359 | |
| mailing__2 | OFTString | 626 | PORTLAND, CORPUS CHRISTI, PLEASANTON | |
| mailing__3 | OFTString | 49 | TX, TX, TX | |
| mailing__4 | OFTString | 936 | 78374, 78410, 78064 | |
| mailing__5 | OFTString | 2.5k | 4713, 4029, 0499 | |
| expr1 | OFTReal | 15.2k | 29242.0, 250.0, 251.0 |
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.