40 attribute fields, profiled from the September 2017 vintage.
Columns in Shackelford County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 5.3k | 1, 2, 3 | |
| PROP_ID | OFTInteger64 | 4.7k | 13787, 16179, 16180 | |
| PROP_ID_1 | OFTInteger64 | 4.6k | 13787, 16179, 16180 | |
| OWNER_TAX_ | OFTInteger64 | 2 | 2018, 2018, 2018 | |
| FILE_AS_NA | OFTString | 1.8k | WHITEAKER GEORGE PAYTON, BROWN SCOTT & JAMIE, MARIETTA LEON | |
| LEGAL_ACRE | OFTReal | 1.6k | 207.68, 0.0, 5.0 | |
| HOOD_CD | OFTString | 7 | CS, CS, CS | |
| SCHOOL | OFTString | 4 | CS, CS, CS | |
| CITY | OFTString | 2 | MC, MC, MC | |
| COUNTY | OFTString | 1 | SF, SF, SF | |
| NEXT_APPRA | OFTString | 51 | 14201568, 14200704, 14252544 | |
| LEGAL_DESC | OFTString | 4.1k | Ab 1888 T&P Blk 14 Sec 58 SE/4 W/Barns, P WASHBURN Lt 4 W/House, P WASHBURN Lt 5 W/Mobilehome | |
| LEGAL_D_01 | OFTString | — | ||
| LEGAL_D_02 | OFTString | — | ||
| TRACT_OR_L | OFTString | 1.3k | 58, 4, 5 | |
| ABS_SUBDV_ | OFTString | 1.5k | 1888, 000771, 000771 | |
| LAND_VAL | OFTReal | 3.0k | 218864.0, 18502.0, 22500.0 | |
| IMPRV_VAL | OFTReal | 2.1k | 1460.0, 36493.0, 9356.0 | |
| MARKET | OFTReal | 3.9k | 220324.0, 54995.0, 31856.0 | |
| BLOCK | OFTString | 73 | 14, 10, 14 | |
| MAP_ID | OFTString | 75 | 9104, 9104, 9104 | |
| GEO_ID | OFTString | 4.6k | 00001888030, 00077104010, 00077105010 | |
| SITUS_NUM | OFTString | 645 | 372, 292, 388 | |
| SITUS_STRE | OFTString | 17 | 309, 416, 316 | |
| SITUS_S_01 | OFTString | 446 | SPRING CREEK, SPRING CREEK, SPRING CREEK | |
| SITUS_S_02 | OFTString | 10 | RD, RD, RD | |
| SITUS_CITY | OFTString | 12 | ABILENE, ABILENE, ABILENE | |
| SITUS_STAT | OFTString | 1 | TX, TX, TX | |
| SITUS_ZIP | OFTString | 5 | 79601-7927, 79504, 76464 | |
| ADDR_LINE1 | OFTString | 953 | 990 CR 152, 600 CO RD 152, 125 SPRING CREEK RD | |
| ADDR_LINE2 | OFTString | 951 | 35040 N JAMAICA HOPE WAY, 1317 AVERY PARK LANE, 276 SPRING CREEK RD | |
| ADDR_LINE3 | OFTString | 32 | SUITE 1006, SUITE 1006, HWY 576 EAST | |
| ADDR_CITY | OFTString | 212 | ABILENE, SAN TAN VLY, ABILENE | |
| ADDR_STATE | OFTString | 28 | TX, AZ, TX | |
| ZIP | OFTString | 294 | 79601, 85143, 79601 | |
| DEED_SEQ | OFTInteger64 | 1 | 0, 0, 0 | |
| DEED_DATE | OFTString | 1.5k | 08/04/2000, 09/29/1993, 08/01/2001 | |
| VOLUME | OFTString | 384 | 0474, 0402, 0480 | |
| PAGE | OFTString | 1.1k | 0241, 0244, 0151 | |
| NUMBER | OFTString | 1.4k | 0, 0, 0 |
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.