49 attribute fields, profiled from the March 2023 vintage.
Columns in Reeves County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 13.9k | 8720, 8723, 8720 | |
| created_da | OFTString | 441 | 2016-05-25, 2016-05-25, 2016-06-06 | |
| last_edite | OFTString | 521 | 2016-05-25, 2016-05-25, 2016-05-25 | |
| prop_id | OFTInteger | 13.4k | 8720, 8723, 8720 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 6.3k | MCCOY LAND & CATTLE COMPANY #2, MCCOY LAND & CATTLE COMPANY #2, MCCOY LAND & CATTLE COMPANY #2 | |
| legal_acre | OFTReal | 2.3k | 80.0, 235.0, 80.0 | |
| hood_cd | OFTString | — | ||
| school | OFTString | 2 | 31, 31, 31 | |
| city | OFTString | 3 | 11, 11, 11 | |
| county | OFTString | 1 | 01, 01, 01 | |
| next_appra | OFTString | 36 | 2021-04-01, 2021-04-01, 2021-04-01 | |
| legal_desc | OFTString | 11.3k | AB 4814 BLK 11 SEC 201GH&SA, AB 662 BLK 55-10 SEC 21T&P, AB 4814 BLK 11 SEC 201GH&SA | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 324 | 201, 21, 201 | |
| abs_subdv_ | OFTString | 1 | ST | |
| land_val | OFTReal | 1.5k | 0.0, 0.0, 0.0 | |
| imprv_val | OFTReal | 3.6k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 5.1k | 4400.0, 12930.0, 4400.0 | |
| block | OFTString | 106 | 11, 55-10, 11 | |
| map_id | OFTString | 13.4k | R000008720, R000008723, R000008720 | |
| geo_id | OFTString | 13.3k | 00900-00490-00000-000000, 01550-00210-00000-000000, 00900-00490-00000-000000 | |
| situs_num | OFTString | 1.0k | 0, 0, 0 | |
| situs_stre | OFTString | 6 | N, N, W | |
| situs_st_1 | OFTString | 440 | CR 321, WEST CO RD 325, BUSINESS LOOP 10-F | |
| situs_st_2 | OFTString | 1 | ST | |
| situs_city | OFTString | — | ||
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 3 | 79718, 79718, 79718 | |
| addr_line1 | OFTString | 5.6k | PO BOX 1028, PO BOX 1028, PO BOX 1028 | |
| addr_line2 | OFTString | 30 | SACO SAO FRANCISCO, #670349, 203 ROSEHEART | |
| addr_line3 | OFTString | 11 | NITEROI, R.J. 24000-000, BRAZIL, NEWTOWNABBEY BT36 4HQ, Birkdale Merseys | |
| addr_city | OFTString | 1.1k | SAN MARCOS, SAN MARCOS, SAN MARCOS | |
| addr_state | OFTString | 51 | TX, TX, TX | |
| zip | OFTString | 3.5k | 78667-1028, 78667-1028, 78667-1028 | |
| deed_seq | OFTInteger | — | ||
| deed_date | OFTString | 3.9k | 01/01/1900, 01/01/1900, 01/01/1900 | |
| volume | OFTString | 1.3k | 0, 0, 0 | |
| page | OFTString | 1.5k | 0, 0, 0 | |
| number | OFTString | 3.6k | 13-05336, 13-05336, 13-05336 | |
| objectid | OFTInteger | 19.4k | 7239, 19383, 19388 | |
| creationda | OFTString | 1 | 2023-03-14, 2023-03-14, 2023-03-14 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-03-14, 2023-03-14, 2023-03-14 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 19.4k | 32e97956-847d-4f0f-866f-3ce56d177cb8, b08ba820-543c-4608-aa93-679715352f14, 1e6df239-0423-45da-b7d3-d03f3ef6054f | |
| shape__are | OFTReal | 13.0k | 610451.791992188, 3374753.99511719, 14528513.75 | |
| shape__len | OFTReal | 14.1k | 3816.57769928138, 7647.83235791537, 16314.8149743522 |
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.