45 attribute fields, profiled from the October 2018 vintage.
Columns in Gregg County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 50.0k | 1, 2, 3 | |
| OBJECTID | OFTInteger64 | 50.0k | 2665478, 2669246, 2669250 | |
| PROP_ID | OFTInteger64 | 50.0k | 23428, 1198698, 20960 | |
| CREATED_US | OFTString | — | ||
| CREATED_DA | OFTString | — | ||
| LAST_EDITE | OFTString | — | ||
| LAST_ED_01 | OFTString | — | ||
| PROP_ID_1 | OFTInteger64 | 50.0k | 23428, 1198698, 20960 | |
| OWNER_TAX_ | OFTInteger64 | 1 | 2019, 2019, 2019 | |
| FILE_AS_NA | OFTString | 41.0k | BAUCUM BARBARA GLOVER, LUCAS ALENE HAROLD, TOLBERT MICHAEL D | |
| LEGAL_ACRE | OFTReal | 6.3k | 33.32, 8.215, 17.539 | |
| HOOD_CD | OFTString | 1.9k | N0291, N0090, N0228 | |
| SCHOOL | OFTString | 7 | SSB, SSB, SSB | |
| CITY | OFTString | 9 | CKG, CKG, CKG | |
| COUNTY | OFTString | 1 | GGG, GGG, GGG | |
| NEXT_APPRA | OFTString | 54 | 15751584, 15330816, 15330816 | |
| LEGAL_DESC | OFTString | 50.0k | AB 144 G MELTON SUR TR 9 TIMBER USE ON 33.32 ACRES, AB 39 A M COLEMAN SUR TR 21-03 (PARTITION TR 2), AB 144 G MELTON SUR TR 3 TIMBER USE ON 60 ACRES | |
| LEGAL_D_01 | OFTString | — | ||
| LEGAL_D_02 | OFTString | — | ||
| TRACT_OR_L | OFTString | 3.9k | 9, 21-03, 12 | |
| ABS_SUBDV_ | OFTString | 1.6k | A0291, A0090, A0228 | |
| LAND_VAL | OFTReal | 8.0k | 57180.0, 40490.0, 60290.0 | |
| IMPRV_VAL | OFTReal | 21.4k | 0.0, 0.0, 0.0 | |
| MARKET | OFTReal | 24.0k | 57180.0, 40490.0, 60290.0 | |
| BLOCK | OFTString | 901 | 3, 4, 4 | |
| MAP_ID | OFTString | 3.1k | I3, I3, I3 | |
| GEO_ID | OFTString | 50.0k | 0291014400-009-00-04, 0090003900-021-03-04, 0228011800-012-00-04 | |
| SITUS_NUM | OFTString | 5.0k | 1019, 1333, 1102 | |
| SITUS_STRE | OFTString | 24 | W, S, S | |
| SITUS_S_01 | OFTString | 2.9k | SH 31, FM 3053, OLD SH 31 | |
| SITUS_S_02 | OFTString | 46 | RD, RD, W | |
| SITUS_CITY | OFTString | 18 | KILGORE, KILGORE, KILGORE | |
| SITUS_STAT | OFTString | 2 | TX, TX, TX | |
| SITUS_ZIP | OFTString | 20 | 75662, 75662, 75662 | |
| ADDR_LINE1 | OFTString | 5.3k | C/O M F GLOVER-BARBARA BAUCUM, BARBARA GLOVER BAUCUM TR, BARBARA GLOVER BAUCUM TR | |
| ADDR_LINE2 | OFTString | 35.2k | 328 COUNTRY PLACE, 2805 N GLASS AVE, 1019 OLD HWY 31 | |
| ADDR_LINE3 | OFTString | 822 | PO BOX 3454, STE 110-100, 600 TRAVIS STREET FLOOR 2 | |
| ADDR_CITY | OFTString | 1.1k | LONGVIEW, TYLER, KILGORE | |
| ADDR_STATE | OFTString | 49 | TX, TX, TX | |
| ZIP | OFTString | 1.8k | 75605, 75702, 75662 | |
| DEED_SEQ | OFTInteger64 | 1 | 0, 0, 0 | |
| DEED_DATE | OFTString | 8.3k | 08/18/1994, 05/17/2013, 05/17/2013 | |
| VOLUME | OFTString | 24.3k | 2709, 201309462, 201309462 | |
| PAGE | OFTString | 731 | 461, 284, 133 | |
| NUMBER | OFTString | 35.5k | 201309462, 201309462, 201309462 |
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.