40 attribute fields, profiled from the February 2017 vintage.
Columns in Dimmit County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OBJECTID | OFTReal | 16.0k | 1.0, 2.0, 3.0 | |
| PROP_ID | OFTReal | 8.7k | 11967.0, 11958.0, 11974.0 | |
| PROP_ID_1 | OFTReal | 8.5k | 11967.0, 11958.0, 11974.0 | |
| OWNER_TAX_ | OFTReal | 2 | 2017.0, 2017.0, 2017.0 | |
| FILE_AS_NA | OFTString | 4.9k | YBARRA BLANCA, MENCHACA ARTURO ETUX, PUENTE OSCAR | |
| LEGAL_ACRE | OFTReal | 1.9k | 0.0, 0.0, 0.0 | |
| HOOD_CD | OFTString | 2 | COMM, COMM, COMM | |
| SCHOOL | OFTString | 1 | ICS, ICS, ICS | |
| CITY | OFTString | 3 | CCS, CCS, CCS | |
| COUNTY | OFTString | 1 | GDM, GDM, GDM | |
| NEXT_APPRA | OFTString | 16 | 1325376000000, 1451606400000, 1483228800000 | |
| LEGAL_DESC | OFTString | 8.5k | CS-ALBERTA ADDN, BLOCK 15, LOT 8 & PT, CLOSED RICHEY AVE, CS-ALBERTA ADDN, BLOCK 14, LOT 9, CS-ALBERTA ADDN, BLOCK 16, LOT 4 | |
| LEGAL_DE_1 | OFTString | — | ||
| LEGAL_DE_2 | OFTString | — | ||
| TRACT_OR_L | OFTString | 2.6k | 8 & PT, 9, 4 | |
| ABS_SUBDV_ | OFTString | 1.1k | 0100, 0100, 0100 | |
| LAND_VAL | OFTReal | 3.0k | 2933.0, 3373.0, 2967.0 | |
| IMPRV_VAL | OFTReal | 3.4k | 43142.0, 0.0, 43326.0 | |
| MARKET | OFTReal | 5.4k | 46075.0, 3373.0, 46293.0 | |
| BLOCK | OFTString | 373 | 15, 14, 16 | |
| MAP_ID | OFTString | 103 | N12, M12, M12 | |
| GEO_ID | OFTString | 8.3k | 9100000-0100089000, 9100000-0100080000, 9100000-0100096000 | |
| SITUS_NUM | OFTString | 1.2k | 601, 600, 607 | |
| SITUS_STRE | OFTString | 11 | N, N, N | |
| SITUS_ST_1 | OFTString | 548 | 12TH ST, 12TH ST, 11TH ST | |
| SITUS_ST_2 | OFTString | 15 | ST, STREET, RD | |
| SITUS_CITY | OFTString | 45 | CARRIZO SPGS, CARRIZO SPGS, CARRIZO SPGS | |
| SITUS_STAT | OFTString | 1 | TX, TX, TX | |
| SITUS_ZIP | OFTString | 6 | 78834, 78834, 78834 | |
| ADDR_LINE1 | OFTString | 1.4k | 601 N 12TH STREET, 909 CAMPOS, 901 PINE STREET | |
| ADDR_LINE2 | OFTString | 3.5k | 600 N 12TH ST, 605 N 13TH ST, 600 N 12TH ST | |
| ADDR_LINE3 | OFTString | 91 | 314 WALKER AVE, P O BOX 706, LOT 2 | |
| ADDR_CITY | OFTString | 755 | CARRIZO SPRINGS, CARRIZO SPGS, CARRIZO SPGS | |
| ADDR_STATE | OFTString | 49 | TX, TX, TX | |
| ZIP | OFTString | 1.1k | 78834, 78834, 78834 | |
| DEED_SEQ | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| DEED_DATE | OFTString | 2.1k | 12/14/2005, 02/10/1995, 03/19/1996 | |
| VOLUME | OFTString | 411 | 319, 0253, 0258 | |
| PAGE | OFTString | 1.5k | 178, 0363, 0676 | |
| NUMBER | OFTString | 2.5k | 5338, 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.