45 attribute fields, profiled from the April 2024 vintage.
Columns in Winkler County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 6.8k | 0, 0, 0 | |
| prop_id | OFTInteger | 6.8k | 1000, 1001, 1002 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 3.5k | MULTIPLE OWNERS, BOYD D K, SOLAR US TARGET, LLC | |
| ownerid | OFTString | 4.0k | 154414, 128771, 159868 | |
| owner | OFTString | 3.8k | ZARTMAN, GINA, BOYD D K, SOLAR US TARGET, LLC | |
| OFTString | 3.4k | 603 DENE CT SOUTHLAKE, TX 76092, 3317 ANDREWS HWY MIDLAND , TX 79703, 155 INDUSTRIAL BLVD SUGAR LAND, TX 77478 | ||
| ownpct | OFTString | 61 | 2.77%, 100.0%, 100.0% | |
| legal_acre | OFTReal | 507 | 641.9, 640.0, 640.84 | |
| hood_cd | OFTString | 3 | KMT, KMT, KMT | |
| county | OFTString | 1 | 495, 495, 495 | |
| legal_desc | OFTString | 6.3k | 1729 A-56 PSL SEC 15 UND INT, 1765 A-56 PSL SEC 16, 1614 A-56 PSL SEC 17 | |
| tract_or_l | OFTString | 270 | 0015, 0016, 0017 | |
| abs_subdv_ | OFTString | 79 | 1203, 1203, 1203 | |
| land_val | OFTReal | 1.2k | 3566.0, 128000.0, 128170.0 | |
| imprv_val | OFTReal | 3.3k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 4.1k | 3566.0, 128000.0, 128170.0 | |
| block | OFTString | 218 | 0A56, 0A56, 0A56 | |
| geo_id | OFTString | 6.8k | 1203-0A56-0015004, 1203-0A56-0016000, 1203-0A56-0017000 | |
| addr_line1 | OFTString | 616 | NICHOLAS MAXWELL, & DOROTHY LOUISE, & DOROTHY LOUISE | |
| addr_line2 | OFTString | 2.8k | 3317 ANDREWS HWY, 155 INDUSTRIAL BLVD, 155 INDUSTRIAL BLVD | |
| addr_line3 | OFTString | 45 | SUITE 300, 1601 CHAPMAN DR, SUITE 1 | |
| addr_city | OFTString | 278 | MIDLAND, SUGAR LAND, SUGAR LAND | |
| addr_state | OFTString | 36 | TX, TX, TX | |
| zip | OFTString | 370 | 79703, 77478, 77478 | |
| objectid_1 | OFTReal | 7.2k | 7.0, 42.0, 258.0 | |
| esri_oid | OFTInteger | 7.2k | 7, 42, 258 | |
| shape__are | OFTReal | 6.2k | 8387.662109375, 21000.119140625, 39455.7431640625 | |
| shape__len | OFTReal | 6.2k | 369.009371657379, 580.003907686406, 794.587900109484 | |
| school | OFTString | 2 | 1S, 1S, 1S | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| city | OFTString | 2 | 2C, 2C, 2C | |
| situs_stre | OFTString | 4.2k | 610 S MONAHANS, 517 SE 4TH STREET, 709 S ROY ORBISON | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 1.9k | 04/19/2017, 05/11/2012, 12/18/2020 | |
| volume | OFTString | 2.6k | C21064, C8337, C34418 | |
| page | OFTString | 171 | 196, 196, 391 | |
| number | OFTString | 168 | B82865, B82865, 385 | |
| situs_num | OFTString | 1 | 515 | |
| next_appra | OFTString | 3 | 2023-03-08, 2019-04-16, 2019-04-16 | |
| situs_city | OFTString | 1 | WINK, WINK | |
| situs_zip | OFTString | 1 | 79789, 79789 | |
| parcel_id | OFTString | 6.8k | 1000, 1001, 1002 | |
| pid | OFTString | 6.8k | 1000, 1001, 1002 | |
| legal | OFTString | 6.2k | 1729 A-56 PSL SEC 15 UND INT, 1765 A-56 PSL SEC 16, 1614 A-56 PSL SEC 17 |
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.