49 attribute fields, profiled from the November 2021 vintage.
Columns in Moore County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 10.9k | 18818, 18819, 19023 | |
| created_da | OFTString | 101 | 2018-10-26, 2021-05-03, 2021-05-03 | |
| last_edite | OFTString | 156 | 2019-12-16, 2021-11-03, 2021-11-03 | |
| prop_id | OFTInteger | 10.8k | 18818, 18819, 19023 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 7.0k | EXELL CATTLE CO, EXELL CATTLE CO, LIT RANCH LTD | |
| legal_acre | OFTReal | 2.1k | 139.0, 145.0, 140.0 | |
| hood_cd | OFTString | 195 | DBO18, DBO18, DB-25 | |
| school | OFTString | 3 | 30, 30, 30 | |
| city | OFTString | 5 | 14, 14, 14 | |
| county | OFTString | 1 | 03, 03, 03 | |
| next_appra | OFTString | 10 | 2022-01-01, 2023-01-01, 2022-01-01 | |
| legal_desc | OFTString | 10.7k | SEC 45 BLK O-18 D&P 139 ACS ABST 425, SEC 46 BLK O-18 D&P 145 ACS ABST 671, SEC 7 BLK 25 EL&RR 140 ACS ABST 382 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 767 | 45, 46, 7 | |
| abs_subdv_ | OFTString | 188 | 114, 114, 59 | |
| land_val | OFTReal | 3.3k | 33750.0, 42340.0, 40940.0 | |
| imprv_val | OFTReal | 6.0k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 7.8k | 33750.0, 42340.0, 40940.0 | |
| block | OFTString | 187 | O-18, O-18, 25 | |
| map_id | OFTString | 253 | K-2, K-1, K-1 | |
| geo_id | OFTString | 10.7k | 40000-03106-09850-000005, 40000-03106-09850-000006, 40000-05601-07360-000003 | |
| situs_num | OFTString | 1.2k | 9247, 110, 100 | |
| situs_stre | OFTString | 10 | W, W, W | |
| situs_st_1 | OFTString | 304 | CIG ROAD, CHARLYA, CHARLYA | |
| situs_st_2 | OFTString | 12 | DR, DR, LANE | |
| situs_city | OFTString | 9 | DUMAS, FRITCH, FRITCH | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 12 | 79029, 79036, 79036 | |
| addr_line1 | OFTString | 2.6k | P O BOX 708, P O BOX 708, A TEXAS PARTNERSHIP | |
| addr_line2 | OFTString | 4.3k | 800 S MONROE, 800 S MONROE, P O BOX 190 | |
| addr_line3 | OFTString | 22 | *******BAD ADDRESS********, 6801 BACCUS DR, 5403 49TH ST | |
| addr_city | OFTString | 348 | AMARILLO, AMARILLO, AMARILLO | |
| addr_state | OFTString | 37 | TX, TX, TX | |
| zip | OFTString | 461 | 79105, 79105, 79101 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 4.7k | 12/07/2000, 12/07/2000, 06/13/1988 | |
| volume | OFTString | 655 | 0, 0, 530 | |
| page | OFTString | 1.1k | 0, 0, 561 | |
| number | OFTString | 83 | 4002, 4002, 026118-00-P | |
| objectid | OFTInteger | 11.3k | 7719, 7720, 7854 | |
| creationda | OFTString | 1 | 2021-11-22, 2021-11-22, 2021-11-22 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2021-11-22, 2021-11-22, 2021-11-22 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 11.3k | 5821306a-ecda-447f-9088-0b721071a977, 7eeaf1e2-e167-4975-a4f1-2d3e98c69f42, 77fb29c8-7bcd-4704-8d49-6c0351decbc8 | |
| shape__are | OFTReal | 10.8k | 6027571.422363, 5991387.799194, 5811938.591919 | |
| shape__len | OFTReal | 10.4k | 13283.594684, 13216.854361, 12952.51336 |
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.