43 attribute fields, profiled from the September 2020 vintage.
Columns in Potter County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 112234, 112235, 112236 | |
| prop_id_te | OFTString | 50.0k | 752241000010, 752242000010, 752243000010 | |
| prop_id | OFTInteger | 50.0k | 113527, 113528, 113529 | |
| owner_tax_ | OFTInteger | 1 | 2020, 2020, 2020 | |
| file_as_na | OFTString | 50.0k | SCIVALLY RANCH LLC, HENSON NOLON JR, HAPPY HEREFORD RANCH, HENSON NOLON FAMILY, RESIDUAL TRUST, HENSON NOLON TRUSTEE | |
| llegal_acr | OFTReal | 4.6k | 655.7, 966.0, 660.7 | |
| hood_cd | OFTString | 316 | RANDALL CO, RANDALL CO, RANDALL CO | |
| school | OFTString | — | ||
| city | OFTString | 13 | HAPPY, AMARILLO, AMARILLO | |
| county | OFTString | 2 | Randall, Randall, Randall | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 50.0k | SECT 241 S K & K, LOT BLOCK M-6, SECT 242 S K & K, LOT BLOCK M-6, SECT 243 S K & K, LOT BLOCK M-6 | |
| legal_de_1 | OFTString | 31.3k | ENTIRE SECT, ENTIRE SECTION, ENTIRE SECT | |
| legal_de_2 | OFTString | 5.4k | REF 752 2040 1001, SITES & LESS SW/4, REF 752 1970 1001 | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | — | ||
| imprv_val | OFTReal | — | ||
| market | OFTReal | — | ||
| block | OFTString | — | ||
| map_id | OFTString | 50.0k | R-752-2410-0001.0, R-752-2420-0001.0, R-752-2430-0001.0 | |
| geo_id | OFTString | 50.0k | 752241000010R, 752242000010R, 752243000010R | |
| situs_num | OFTString | — | ||
| situs_stre | OFTString | 12 | S, W, S | |
| situs_st_1 | OFTString | 2.6k | FM 168, FM 168, FM 168 | |
| situs_st_2 | OFTString | 24 | RD, RD, RD | |
| situs_city | OFTString | 13 | HAPPY, AMARILLO, AMARILLO | |
| situs_stat | OFTString | 1 | Tx, Tx, Tx | |
| situs_zip | OFTString | — | ||
| addr_line1 | OFTString | 50.0k | 1506 S LAMAR ST, 45048 FM 168, 45048 FM 168 | |
| addr_line2 | OFTString | 28 | APT 128, APT 128, APT 128 | |
| addr_line3 | OFTString | — | ||
| addr_city | OFTString | 1.4k | AMARILLO, HAPPY, HAPPY | |
| addr_state | OFTString | 54 | TX, TX, TX | |
| zip | OFTString | 25.0k | 79102-2318, 79042-3105, 79042-3105 | |
| deed_seq | OFTInteger | — | ||
| deed_date | OFTString | 11.1k | 12/28/2016, 03/01/1983, 10/28/2013 | |
| volume | OFTString | 4.3k | 1898, 1644, 1492 | |
| page | OFTString | 2.0k | 40, 16, 384 | |
| number | OFTString | 34.7k | 23383, 23383, 23383 | |
| globalid | OFTString | 50.0k | d99018f6-9ab6-4b8e-9050-ce138fc2cf31, 3bdf861c-8b02-4741-9294-b6a7626e1735, 594f1b32-1a47-426d-9f5d-ac0206b15fc0 | |
| shape__are | OFTReal | 50.0k | 28466664.944092, 41967304.28833, 28781435.819824 | |
| shape__len | OFTReal | 50.0k | 21342.854224, 26355.084221, 21459.772443 |
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.