41 attribute fields, profiled from the August 2019 vintage.
Columns in Anderson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 31.1k | R0010039, R0010040, R0058880 | |
| SITUS | OFTString | 19.8k | 14399 N US HIGHWAY 287, 14519 N US HIGHWAY 287, 14519 N US HIGHWAY 287 | |
| ADDR_NUMBE | OFTString | 4.6k | 14399, 14519, 14519 | |
| STREET_PRE | OFTString | 4 | N, N, N | |
| STREET_NAM | OFTString | 570 | US, US, US | |
| STREET_SUF | OFTString | 3 | S, S, S | |
| STREET_TYP | OFTString | 21 | Hwy, Hwy, Hwy | |
| SITUS_CITY | OFTString | 3 | ELKHART, ELKHART, ELKHART | |
| SITUS_ZIP | OFTString | 4 | 75839, 75839, 75839 | |
| ADDR_SEC_U | OFTString | 5 | FRONT, FRONT, FRONT | |
| ADDR_SE_01 | OFTString | 3 | 51, 51, 2 | |
| OWNER | OFTString | 20.4k | 5P HOLDINGS, SMITH DONALD E, JACKSON ANDREW L & LYLIAN M | |
| TRANS_DATE | OFTDate | 9.2k | 2005-01-01, 1989-07-18, 1992-04-16 | |
| BLDG_SQFT | OFTInteger64 | 3.3k | 0, 2304, 0 | |
| LAND_COVER | OFTString | 26.2k | {"82": 31}, {"81": 8, "82": 1}, {"21": 1, "22": 1, "43": 1, "81": 6} | |
| MUNI_ID | OFTInteger64 | 5 | 1938605, 1938605, 1938605 | |
| SCHOOL_DIS | OFTInteger64 | 12 | 4813200, 4813200, 4813200 | |
| MKT_VAL_LA | OFTReal | 18.2k | 10389.0, 6000.0, 3160.0 | |
| MKT_VAL_BL | OFTReal | 17.1k | 0.0, 116809.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 25.9k | 10389.0, 122809.0, 3160.0 | |
| ZIP_CODE | OFTString | 14 | 75861, 75861, 75861 | |
| YEAR_BUILT | OFTInteger64 | 147 | 0, 1976, 0 | |
| LEGAL_DESC | OFTString | 133 | ACT 1, ACT 1, ACT 1 | |
| LEGAL_D_01 | OFTString | 26.2k | BLOCK 1892 TRACT 5, BLOCK 1892 TRACT 6, BLOCK 1883 TRACT 1 | |
| MAIL_ADDRE | OFTString | 4.1k | PALESTINE TEXAS 75802, TENNESSEE COLONY TEXAS 75861, GRAND PRAIRIE TEXAS 75052 | |
| MAIL_AD_01 | OFTString | 76 | 303 WEST WALL #1800, ROSE BAY, 303 WEST WALL #1800 | |
| MAIL_AD_02 | OFTString | 17.0k | P O BOX 2488, 14519 N US HIGHWAY 287, 4847 KINGSWAY DR | |
| OWNER_OCCU | OFTString | 3 | F, T, F | |
| CENSUS_TRA | OFTInteger64 | 11 | 951100, 951100, 951100 | |
| CENSUS_BLK | OFTInteger | 6 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 619 | 2142, 2142, 2142 | |
| AREA_METER | OFTReal | 46.8k | 14177.2179177102, 4141.77103599035, 3213.6306894576 | |
| FLD_ZONE | OFTString | 11 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 10 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 6 | 2412476, 2412476, 2412476 | |
| ELEVATION | OFTString | 46.4k | ||
| CALC_ACREA | OFTReal | 46.8k | 3.50333231964537, 1.02347304070358, 0.794120279671867 | |
| COUNTY_NAM | OFTString | 1 | Anderson, Anderson, Anderson | |
| COUNTY_FIP | OFTInteger64 | 1 | 48001, 48001, 48001 | |
| STATE_ABBR | OFTString | 1 | TX, TX, TX | |
| CTY_ROW_ID | OFTInteger64 | 46.8k | 35602, 35673, 35252 |
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.