45 attribute fields, profiled from the October 2018 vintage.
Columns in Delta County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 6.2k | 1, 2, 3 | |
| OBJECTID | OFTInteger64 | 6.2k | 35, 36, 51 | |
| PROP_ID | OFTInteger64 | 5.8k | 2653, 2652, 2651 | |
| PROP_ID_1 | OFTInteger64 | 5.7k | 2653, 2652, 2651 | |
| OWNER_TAX_ | OFTInteger64 | 1 | 2019, 2019, 2019 | |
| FILE_AS_NA | OFTString | 3.2k | MCLEROY BOB H, HOOPS RONNIE J, FOWLER B G | |
| LEGAL_ACRE | OFTReal | 3.5k | 138.0, 8.0, 19.774 | |
| HOOD_CD | OFTString | 46 | 2115, 2115, 2105 | |
| SCHOOL | OFTString | 4 | CM, CM, CM | |
| CITY | OFTString | 2 | CC, CC, CP | |
| COUNTY | OFTString | 1 | DC, DC, DC | |
| NEXT_APPRA | OFTString | 8 | 15778368, 15778368, 15778368 | |
| LEGAL_DESC | OFTString | 5.7k | 0154 D HALBROOKS, TRACT 4, ACRES 138., R22446, 0154 D HALBROOKS, TRACT 3, ACRES 8., R22448, 0154 D HALBROOKS, TRACT 2-1, ACRES 19.774 | |
| TRACT_OR_L | OFTString | 575 | 4, 3, 2-1 | |
| ABS_SUBDV_ | OFTString | 484 | 0154, 0154, 0154 | |
| LAND_VAL | OFTReal | 3.5k | 277740.0, 30800.0, 34370.0 | |
| IMPRV_VAL | OFTReal | 2.6k | 0.0, 0.0, 0.0 | |
| MARKET | OFTReal | 4.6k | 277740.0, 30800.0, 34370.0 | |
| BLOCK | OFTString | 160 | 9, 7, 2 | |
| MAP_ID | OFTString | 170 | 80D, 80D, 80A | |
| GEO_ID | OFTString | 5.7k | 0154-0004-0000-02, 0154-0003-0000-02, 0154-0002-0001-02 | |
| SITUS_NUM | OFTString | 1.3k | 3537, 3603, 3676 | |
| SITUS_STRE | OFTString | 66 | CR, CR, CR | |
| SITUS_S_01 | OFTString | 1.1k | BANKS OF S SULPHUR, 4220, 4220 | |
| SITUS_S_02 | OFTString | 40 | SS, INSIDE, ES INSIDE | |
| SITUS_CITY | OFTString | 21 | COMMERCE, COMMERCE, COMMERCE | |
| SITUS_STAT | OFTString | 1 | TX, TX, TX | |
| SITUS_ZIP | OFTString | 10 | 75428, 75428, 75428 | |
| ADDR_LINE1 | OFTString | 555 | C/O CYNTHIA HUMPHRIES, BOBBIE THURMAN ET AL, CHARLES ELTON EATON & TIMOTHY DALE EATON | |
| ADDR_LINE2 | OFTString | 2.8k | 8994 HWY 11 E, 20 C R 4728, 3789 C R 4220 | |
| ADDR_LINE3 | OFTString | 51 | 100 CR 2050, SUITE 105-307, 2728 N HARWOOD ST | |
| ADDR_CITY | OFTString | 346 | COMMERCE, CUMBY, COMMERCE | |
| ADDR_STATE | OFTString | 33 | TX, TX, TX | |
| ZIP | OFTString | 484 | 75428, 75433, 75428 | |
| DEED_SEQ | OFTInteger64 | 1 | 0, 0, 0 | |
| DEED_DATE | OFTString | 2.8k | 10/31/2000, 12/19/2003, 05/01/1984 | |
| VOLUME | OFTString | 268 | 702 HC, 263, 177 | |
| PAGE | OFTString | 1.0k | 119, 250, 160 | |
| NUMBER | OFTString | 2.0k | 0, 16-0408, 13-820 | |
| LEGAL_D_01 | OFTString | — | ||
| LEGAL_D_02 | OFTString | — | ||
| CREATED_US | OFTString | 10 | JCARMONA, JCARMONA, BCRAIG | |
| CREATED_DA | OFTString | 286 | 14612458, 14612456, 14738741 | |
| LAST_EDITE | OFTString | 10 | PALVAREZ, BCRAIG, JCARMONA | |
| LAST_ED_01 | OFTString | 699 | 15246925, 14782694, 14612455 |
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.