46 attribute fields, profiled from the June 2018 vintage.
Columns in Concho County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 7.2k | 1, 2, 3 | |
| OBJECTID | OFTInteger64 | 7.2k | 34, 35, 36 | |
| PROP_ID | OFTInteger64 | 6.7k | 4105, 4104, 5802 | |
| CREATED_US | OFTString | — | ||
| CREATED_DA | OFTString | — | ||
| LAST_EDITE | OFTString | — | ||
| LAST_ED_01 | OFTString | — | ||
| OBJECTID_1 | OFTInteger64 | 6.5k | 4598, 4597, 4097 | |
| PROP_ID_1 | OFTInteger64 | 6.5k | 4105, 4104, 5802 | |
| OWNER_TAX_ | OFTInteger64 | — | ||
| FILE_AS_NA | OFTString | 2.3k | OSTROWSKI MAXINE S, OSTROWSKI MAXINE S, MATTHEWS JOHN A JR | |
| LEGAL_ACRE | OFTReal | 3.5k | 218.0, 244.0, 41.4 | |
| HOOD_CD | OFTString | — | ||
| SCHOOL | OFTString | — | ||
| CITY | OFTString | — | ||
| COUNTY | OFTString | — | ||
| NEXT_APPRA | OFTString | — | ||
| LEGAL_DESC | OFTString | 3.8k | AB 1864 SUR 16 J HUGHES, AB 1643 SUR 15 J POTIEVANT, AB 1906 SUR 128 T S TISDALE | |
| LEGAL_D_01 | OFTString | 1.2k | SE/4, LIFE ESTATE, IMP ONLY TX-294918 & 9 | |
| LEGAL_D_02 | OFTString | 299 | COMBINED P 1074, COMBINED PARCEL 1082, COMBINED PARCEL 1078 | |
| TRACT_OR_L | OFTString | — | ||
| ABS_SUBDV_ | OFTString | — | ||
| LAND_VAL | OFTReal | 391 | 0.0, 0.0, 0.0 | |
| IMPRV_VAL | OFTReal | 1.5k | 31620.0, 31620.0, 73990.0 | |
| MARKET | OFTReal | 4.8k | 233000.0, 256000.0, 47400.0 | |
| BLOCK | OFTString | — | ||
| MAP_ID | OFTString | 6.5k | 4105/1, 4104/1, 5802/1 | |
| GEO_ID | OFTString | 6.5k | 3665000, 3664000, 812000040 | |
| SITUS_NUM | OFTString | — | ||
| SITUS_STRE | OFTString | — | ||
| SITUS_S_01 | OFTString | 2.7k | PR, PR, PR | |
| SITUS_S_02 | OFTString | — | ||
| SITUS_CITY | OFTString | 38 | EDEN TX 76837, EDEN TX 76837, EDEN TX 76837 | |
| SITUS_STAT | OFTString | — | ||
| SITUS_ZIP | OFTString | — | ||
| ADDR_LINE1 | OFTString | 2.0k | 3204 WINDSOR WOOD DRIVE, 3204 WINDSOR WOOD DRIVE, PO BOX 61850 | |
| ADDR_LINE2 | OFTString | 59 | STE B 200, STE B 200, 3260 COUNTRY RD | |
| ADDR_LINE3 | OFTString | — | ||
| ADDR_CITY | OFTString | 982 | ARLINGTON TX 76015-2249, ARLINGTON TX 76015-2249, SAN ANGELO TX 76906 | |
| ADDR_STATE | OFTString | — | ||
| ZIP | OFTString | — | ||
| DEED_SEQ | OFTInteger64 | — | ||
| DEED_DATE | OFTString | — | ||
| VOLUME | OFTString | — | ||
| PAGE | OFTString | — | ||
| NUMBER | OFTString | — |
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.