47 attribute fields, profiled from the January 2023 vintage.
Columns in Upshur County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 28.0k | 19220, 300936, 19915 | |
| prop_id | OFTInteger | 27.9k | 19220, 300936, 19915 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 19.0k | DUSTY RHODES LP, SABAL VENTURES LLC, SABAL VENTURES LLC | |
| legal_acre | OFTReal | 12.5k | 269.463, 370.94, 320.0 | |
| hood_cd | OFTString | 41 | S01, S01, S01 | |
| school | OFTString | 9 | S01, S01, S01 | |
| city | OFTString | 9 | C36, C36, C36 | |
| county | OFTString | 1 | 230, 230, 230 | |
| next_appra | OFTString | 11 | 2022-10-18, 2016-09-29, 2007-01-02 | |
| legal_desc | OFTString | 27.9k | ABS A503 TYNDALE, WILLIAM,TRACT 1, 269.463 ACRES, ABS A293 LOTT, ABSALOM J,TRACT 1, 320.0 ACRES, ABS A656 CASEY, L A,TRACT 1, 179.35 ACRES (PHILLIPS) | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 5.0k | 1, 4, 1 | |
| abs_subdv_ | OFTString | 941 | A503, A248, A293 | |
| land_val | OFTReal | 10.0k | 237130.0, 530440.0, 492800.0 | |
| imprv_val | OFTReal | 12.6k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 17.0k | 237130.0, 530440.0, 492800.0 | |
| block | OFTString | 244 | 4, 12, 8 PT | |
| map_id | OFTString | 412 | B13, C13, D13 | |
| geo_id | OFTString | 27.8k | 503U-S01-000-001, 248U-S01-000-004, 293U-S01-000-001 | |
| situs_num | OFTString | 7.7k | 405, 1465, 1013 | |
| situs_stre | OFTString | 5 | W, W, W | |
| situs_st_1 | OFTString | 1.7k | COTTON, WATER TOWER RD, SABINE RIVER | |
| situs_st_2 | OFTString | 39 | ST, RD, RD | |
| situs_city | OFTString | 38 | BIG SANDY, BIG SANDY, BIG SANDY | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 3 | 75645, 75640, 75644 | |
| addr_line1 | OFTString | 2.5k | ATTN KELLY WOOLDRIDGE CPA, ATTN KELLY WOOLDRIDGE CPA, ATTN KELLY WOOLDRIDGE CPA | |
| addr_line2 | OFTString | 15.5k | PO BOX 1042, 418 STATE HIGHWAY 110 N, 418 STATE HIGHWAY 110 N | |
| addr_line3 | OFTString | 282 | # E169, 1215 CROSSBOW TRAIL, STE 401 | |
| addr_city | OFTString | 875 | KILGORE, WHITEHOUSE, WHITEHOUSE | |
| addr_state | OFTString | 53 | TX, TX, TX | |
| zip | OFTString | 1.3k | 75663, 75791, 75791 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 6.3k | 04/23/2010, 12/20/2010, 04/11/2012 | |
| volume | OFTString | 1.9k | 918, 958, 1028 | |
| page | OFTString | 1.8k | 683, 327, 655 | |
| number | OFTString | 15.5k | 201003171, 201008434, 201202517 | |
| objectid | OFTInteger | 28.3k | 23608, 8876, 2106 | |
| creationda | OFTString | 1 | 2023-01-23, 2023-01-23, 2023-01-23 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-01-23, 2023-01-23, 2023-01-23 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 28.3k | 2f0e7276-73b5-4a98-acb7-8547f3708ff1, 0d2f090f-99ee-467c-9466-c7fd61815a01, 6f3efd70-7ff7-4d44-920a-a945cc362ede | |
| shape__are | OFTReal | 28.2k | 13264711.5839844, 16382471.8515625, 14316500.6054688 | |
| shape__len | OFTReal | 28.3k | 24993.4355316086, 20669.0700322386, 15730.5299378854 |
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.