49 attribute fields, profiled from the September 2023 vintage.
Columns in Titus County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 19.6k | 8038, 100540, 10316 | |
| created_da | OFTString | 264 | 2023-01-17, 2022-02-14, 2022-02-14 | |
| last_edite | OFTString | 451 | 2023-01-17, 2023-07-03, 2022-02-14 | |
| prop_id | OFTInteger | 19.6k | 8038, 100540, 10316 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 12.2k | WHITE THOMAS E, MCNEIL APRIL LEANN, HURLIMAN COMPANY LP | |
| legal_acre | OFTReal | 8.9k | 160.0, 1.33, 15.0 | |
| hood_cd | OFTString | 22 | CHISD, CHISD, CHISD | |
| school | OFTString | 6 | 906, 906, 906 | |
| city | OFTString | 3 | 103, 103, 103 | |
| county | OFTString | 1 | 225, 225, 225 | |
| next_appra | OFTString | 18 | 2024-01-01, 2024-02-01, 2024-01-01 | |
| legal_desc | OFTString | 19.6k | RUSSELL, JOHN ABS 00488 TR 50 160.0 AC, MATTHEWS, MARTON W ABS 00379 TR 320 1.33 AC, RUSSELL, D A ABS 00686 TR 100 15.0 AC | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 3.5k | 50, 320, 100 | |
| abs_subdv_ | OFTString | 930 | 00488, 00379, 00686 | |
| land_val | OFTReal | 12.3k | 720000.0, 33649.0, 33000.0 | |
| imprv_val | OFTReal | 12.4k | 2506.0, 166898.0, 0.0 | |
| market | OFTReal | 16.7k | 722506.0, 200547.0, 33000.0 | |
| block | OFTString | 380 | 1, A, PHASE FIVE | |
| map_id | OFTString | 62 | CHISD 33, CHISD 33, CHISD 33 | |
| geo_id | OFTString | 19.6k | 00488-00000-00050, 00379-00000-00320, 00686-00000-00100 | |
| situs_num | OFTString | 3.2k | 1314, 563, 100 | |
| situs_stre | OFTString | 12 | S, CR, N | |
| situs_st_1 | OFTString | 1.2k | CR 4670, CR 4950, CR 4757 | |
| situs_st_2 | OFTString | 40 | OFF RD, & SE 4, & SE 15 | |
| situs_city | OFTString | 17 | PITTSBURG, PITTSBURG, PITTSBURG | |
| situs_stat | OFTString | 4 | TX, TX, TX | |
| situs_zip | OFTString | 18 | 75686, 75686, 75686 | |
| addr_line1 | OFTString | 1.2k | % LINDA ALFORD, ATTN: JON FIELDER, % LINDA ALFORD | |
| addr_line2 | OFTString | 10.7k | 2258 W. POINT DR, 1314 CR 4670, 385 LUKFATA CEMETERY RD | |
| addr_line3 | OFTString | 80 | APT. 422, 2851 HWY 11, APT 5 | |
| addr_city | OFTString | 572 | GREENVILLE, PITTSBURG, BROKEN BOW | |
| addr_state | OFTString | 45 | TX, TX, OK | |
| zip | OFTString | 796 | 75402, 75686, 74728 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 5.5k | 12/14/1995, 09/12/2016, 07/21/2014 | |
| volume | OFTString | 1.5k | 1869, 522, 522 | |
| page | OFTString | 862 | 0293, 28, 28 | |
| number | OFTString | 9.1k | 20163471, 20143056, 20143056 | |
| objectid | OFTInteger | 20.0k | 5728, 9692, 5740 | |
| creationda | OFTString | 1 | 2023-09-10, 2023-09-10, 2023-09-10 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-09-10, 2023-09-10, 2023-09-10 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 20.0k | ecd84935-4f09-4829-831c-c84d210bea47, 52eee8a2-8e1c-461c-8175-5ea5ec9e0885, 1f988b2d-78d4-4f41-a13b-3283e183ebf8 | |
| shape__are | OFTReal | 19.9k | 7936830.69921875, 50719.1953125, 1046116.27539063 | |
| shape__len | OFTReal | 20.0k | 18576.0833295478, 1123.67528758687, 6645.9205459689 |
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.