74 attribute fields, profiled from the June 2016 vintage.
Columns in Cleburne County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 21.8k | 0000-00282-0000, 0000-00285-0100, 001-02137-000 | |
| COUNTY_NAM | OFTString | 1 | Cleburne, Cleburne, Cleburne | |
| COUNTY_FIP | OFTInteger64 | 1 | 5023, 5023, 5023 | |
| STATE_ABBR | OFTString | 1 | AR, AR, AR | |
| SITUS | OFTString | 54 | 159 GRABLE Ln, 75 GRABLE Ln, 2824 HWY | |
| ADDR_NUMBE | OFTString | 36 | 159, 75, 2824 | |
| ADDR_STREE | OFTString | — | ||
| ADDR_ST_01 | OFTString | 31 | GRABLE, GRABLE, HWY | |
| ADDR_ST_02 | OFTString | — | ||
| ADDR_ST_03 | OFTString | 9 | Ln, Ln, Ml | |
| ADDR_SEC_U | OFTString | — | ||
| ADDR_SE_01 | OFTString | — | ||
| SITUS_CITY | OFTString | 4 | QUITMAN, FAIRFIELD BAY, FAIRFIELD BAY | |
| SITUS_ZIP | OFTString | 4 | 72131, 72088, 72088 | |
| SITUS_ZIP4 | OFTString | 7 | 8841, 3936, 3936 | |
| MUNI_NAME | OFTString | 22 | Cadron (historical), Cadron (historical), Cadron (historical) | |
| OWNER | OFTString | 14.3k | BROCK DENNIS E., BLACK TERESA K, MADDOX LORETA M | |
| TRANS_DATE | OFTDate | — | ||
| SALE_PRICE | OFTReal | — | ||
| BLDG_SQFT | OFTInteger64 | — | ||
| STORY_HEIG | OFTReal | — | ||
| NGH_CODE | OFTString | 1.0k | 121029, 091107, 091107 | |
| ZIP_CODE | OFTString | 18 | 72131, 72131, 72131 | |
| LAND_USE_C | OFTString | — | ||
| LAND_US_01 | OFTString | — | ||
| SCHOOL_DIS | OFTString | 10 | Quitman School District, Quitman School District, Quitman School District | |
| MKT_VAL_LA | OFTReal | 1.3k | 3800.0, 4250.0, 6000.0 | |
| MKT_VAL_BL | OFTReal | 4.2k | 0.0, 91200.0, 16450.0 | |
| MKT_VAL_TO | OFTReal | 4.9k | 3800.0, 95450.0, 22450.0 | |
| ACREAGE | OFTReal | — | ||
| CALC_ACREA | OFTReal | 22.1k | 0.0209723674, 0.0111130351628755, 0.315906533414225 | |
| MAP_BOOK | OFTString | — | ||
| MAP_PAGE | OFTString | — | ||
| MAIL_NAME | OFTString | — | ||
| MAIL_ADDRE | OFTString | 13.8k | 159 GRABLE LANE QUITMAN AR 72131-0000, 75 GRABLE LANE QUITMAN AR 72131-0000, PO BOX 127 ROSE BUD AR 72137-0127 | |
| MAIL_AD_01 | OFTString | — | ||
| MAIL_AD_02 | OFTString | — | ||
| COOWNER | OFTString | — | ||
| LEGAL_DESC | OFTString | — | ||
| LEGAL_D_01 | OFTString | — | ||
| LEGAL_D_02 | OFTString | — | ||
| BUILDINGS | OFTInteger64 | — | ||
| YEAR_BUILT | OFTInteger64 | — | ||
| EFF_YEAR_B | OFTInteger64 | — | ||
| MAIN_LIVIN | OFTInteger64 | — | ||
| BASEMENT_S | OFTInteger64 | — | ||
| RECRM_SQFT | OFTInteger64 | — | ||
| STYLE | OFTString | — | ||
| EXTERIOR | OFTString | — | ||
| CONSTR | OFTString | — | ||
| CONDITION | OFTString | — | ||
| ATTIC | OFTString | — | ||
| BASEMENT | OFTString | — | ||
| FIREPLACE | OFTInteger64 | — | ||
| POOL | OFTString | — | ||
| HEATSRC | OFTString | — | ||
| COOLING | OFTString | — | ||
| TOTAL_ROOM | OFTInteger64 | — | ||
| BEDROOMS | OFTInteger64 | — | ||
| HALFBATH | OFTReal | — | ||
| FULLBATH | OFTReal | — | ||
| TOTAL_BATH | OFTReal | — | ||
| WATER | OFTString | — | ||
| SEWER | OFTString | — | ||
| LOT_DIMEN | OFTString | — | ||
| LOT_SQFT | OFTInteger64 | — | ||
| DOCNUMBER | OFTString | — | ||
| CONVEYNUM | OFTString | — | ||
| DEED_TYPE | OFTString | — | ||
| LENDER | OFTString | — | ||
| TAX_DIST | OFTString | — | ||
| TAXED_LAND | OFTReal | — | ||
| TAXED_BLDG | OFTReal | — | ||
| TAXED_TOTA | OFTReal | 7.3k | 760.0, 19090.0, 4490.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.