45 attribute fields, profiled from the April 2018 vintage.
Columns in Milam County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 19.4k | 1, 2, 3 | |
| OBJECTID | OFTInteger64 | 19.4k | 6244, 6245, 6246 | |
| PROP_ID | OFTInteger64 | 19.4k | 72753, 71266, 72050 | |
| PROP_ID_1 | OFTInteger64 | 19.3k | 72753, 71266, 72050 | |
| OWNER_TAX_ | OFTInteger64 | 1 | 2018, 2018, 2018 | |
| FILE_AS_NA | OFTString | 12.9k | FLORES MAGDALENA & JESUS & JOSE S & JOSE D, NGUYEN CHRISTINE, GALLEGOS ZENAIDA | |
| LEGAL_ACRE | OFTReal | 7.1k | 9.69, 8.52, 8.28 | |
| HOOD_CD | OFTString | 41 | 11, 11, 11 | |
| SCHOOL | OFTString | 11 | SLX, SLX, SLX | |
| CITY | OFTString | 5 | CTH, CTH, CTH | |
| COUNTY | OFTString | 1 | GMC, GMC, GMC | |
| NEXT_APPRA | OFTString | 14 | 15383520, 15778368, 15463008 | |
| LEGAL_DESC | OFTString | 17.5k | A3690 USSERY, GEORGE,9.69 ACRES, A3690 USSERY, GEORGE,23.0 ACRES, A3690 USSERY, GEORGE,20.0 ACRES | |
| LEGAL_D_01 | OFTString | — | ||
| LEGAL_D_02 | OFTString | — | ||
| TRACT_OR_L | OFTString | 1.9k | 3, 9, 4 | |
| ABS_SUBDV_ | OFTString | 652 | A3690, A3690, A3690 | |
| LAND_VAL | OFTReal | 8.2k | 56690.0, 49840.0, 48440.0 | |
| IMPRV_VAL | OFTReal | 8.4k | 33300.0, 0.0, 14460.0 | |
| MARKET | OFTReal | 12.9k | 89990.0, 49840.0, 62900.0 | |
| BLOCK | OFTString | 997 | D, D, 16 | |
| MAP_ID | OFTString | — | ||
| GEO_ID | OFTString | 19.3k | A369-317-004-09, A369-317-004-10, A369-317-004-11 | |
| SITUS_NUM | OFTString | 3.8k | 672, 634, 592 | |
| SITUS_STRE | OFTString | 11 | S, S, S | |
| SITUS_S_01 | OFTString | 1.6k | FM 112, FM 112, FM 112 | |
| SITUS_S_02 | OFTString | 16 | A, A, A | |
| SITUS_CITY | OFTString | 34 | THRALL, LEXINGTON, THRALL | |
| SITUS_STAT | OFTString | 1 | TX, TX, TX | |
| SITUS_ZIP | OFTString | 33 | 76578, 76578, 76578 | |
| ADDR_LINE1 | OFTString | 1.7k | %HENRY ROBERT & VALERIE, %TXDOT, %TXDOT | |
| ADDR_LINE2 | OFTString | 10.2k | 6105 MAYHALL, 16245 PERRIN CIR, 3719 S 52ND COURT | |
| ADDR_LINE3 | OFTString | 167 | 4009 AVE B, 4092 COUNTY ROAD 455, REGINA COURT | |
| ADDR_CITY | OFTString | 745 | AUSTIN, RIVERSIDE, CICERO | |
| ADDR_STATE | OFTString | 49 | TX, CA, IL | |
| ZIP | OFTString | 1.2k | 78721, 92503, 60804 | |
| DEED_SEQ | OFTInteger64 | 1 | 0, 0, 0 | |
| DEED_DATE | OFTString | 6.1k | 01/19/2005, 12/30/2015, 07/29/2014 | |
| VOLUME | OFTString | 1.3k | 962, 1271, 1232 | |
| PAGE | OFTString | 1.1k | 773, 216, 300 | |
| NUMBER | OFTString | 1.6k | 0, 16874, 0 | |
| CREATED_US | OFTString | 12 | JCARMONA, BCALLEAR, BCALLEAR | |
| CREATED_DA | OFTString | 1.1k | 14764667, 14985707, 14973672 | |
| LAST_EDITE | OFTString | 13 | BCALLEAR, BCALLEAR, BCALLEAR | |
| LAST_ED_01 | OFTString | 3.4k | 14467547, 14467547, 14549471 |
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.