42 attribute fields, profiled from the January 2020 vintage.
Columns in Live Oak County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 16.1k | 1, 2, 3 | |
| PROP_ID_TE | OFTString | 13.8k | 4169, 4063, 4017 | |
| CREATED_DA | OFTString | 2.2k | 15023033, 14419902, 15006674 | |
| LAST_EDITE | OFTString | 3.4k | 15023033, 14442301, 15023033 | |
| PROP_ID | OFTInteger64 | 13.7k | 4169, 4063, 4017 | |
| OWNER_TAX_ | OFTInteger64 | 1 | 2020, 2020, 2020 | |
| FILE_AS_NA | OFTString | 7.9k | BROOKSHIRE TOM CLINTON, BROOKSHIRE TOM CLINTON, BROOKSHIRE TOM CLINTON | |
| LEGAL_ACRE | OFTReal | 3.9k | 136.5, 320.0, 640.0 | |
| HOOD_CD | OFTString | — | ||
| SCHOOL | OFTString | — | ||
| CITY | OFTString | — | ||
| COUNTY | OFTString | — | ||
| NEXT_APPRA | OFTString | — | ||
| LEGAL_DESC | OFTString | 7.4k | ABST 365 J POITEVENT, ABST 352 J POITEVENT, AB 341 J POITEVENT | |
| LEGAL_D_01 | OFTString | 8.2k | 1/2 UND INT IN 273.00 ACRES, 1/2 UND INT IN 640 ACRES, .500000 INT IN 640 ACRES | |
| LEGAL_D_02 | OFTString | 5.2k | 136.5 ACRES, 320 ACRES, 320 ACRES | |
| TRACT_OR_L | OFTString | — | ||
| ABS_SUBDV_ | OFTString | — | ||
| LAND_VAL | OFTReal | — | ||
| IMPRV_VAL | OFTReal | — | ||
| MARKET | OFTReal | — | ||
| BLOCK | OFTString | — | ||
| MAP_ID | OFTString | — | ||
| GEO_ID | OFTString | 13.7k | 0365-0000-0005-00, 0352-0000-0010-00, 0341-0000-0005-00 | |
| SITUS_NUM | OFTString | 1.4k | 0, 0, 0 | |
| SITUS_STRE | OFTString | 4 | W, W, W | |
| SITUS_S_01 | OFTString | 894 | CR 156, HWY 59, CR 156 | |
| SITUS_S_02 | OFTString | — | ||
| SITUS_CITY | OFTString | 85 | CLEGG, GEORGE WEST, CLEGG | |
| SITUS_STAT | OFTString | 1 | TX, TX, TX | |
| SITUS_ZIP | OFTString | 4 | 78383, 78383-4057, 78022 | |
| ADDR_LINE1 | OFTString | 6.3k | 234 LEMING AVE, 234 LEMING AVE, 234 LEMING AVE | |
| ADDR_LINE2 | OFTString | 167 | APT 1023, APT 1023, CARMEL HILLS SUBDIVISION | |
| ADDR_LINE3 | OFTString | 1 | #819 | |
| ADDR_CITY | OFTString | 702 | CORPUS CHRISTI, CORPUS CHRISTI, CORPUS CHRISTI | |
| ADDR_STATE | OFTString | 46 | TX, TX, TX | |
| ZIP | OFTString | 5.5k | 78404-1719, 78404-1719, 78404-1719 | |
| 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.