39 attribute fields, profiled from the August 2021 vintage.
Columns in Barbour County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 23.2k | 2409300000021004, 2409300000021003, 2409300000020000 | |
| SITUS | OFTString | 5.7k | 3514 S EUFAULA AVE, 3552 S EUFAULA AVE, 3554 S EUFAULA AVE | |
| ADDR_NUMBE | OFTString | 1.6k | 3514, 3552, 3554 | |
| STREET_PRE | OFTString | 4 | S, S, S | |
| STREET_NAM | OFTString | 684 | EUFAULA, EUFAULA, EUFAULA | |
| STREET_SUF | OFTString | 4 | S, S, S | |
| STREET_TYP | OFTString | 27 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 8 | EUFAULA, EUFAULA, EUFAULA | |
| SITUS_ZIP | OFTString | 8 | 36027, 36027, 36027 | |
| OWNER | OFTString | 13.0k | PREM PROPERTIES LLC, MEARS JAMES RAYMOND, MARY L. EDSON TRUST | |
| SALE_PRICE | OFTReal | 421 | 260000.0, 112500.0, 200000.0 | |
| NGH_CODE | OFTString | 23 | BECS0002, BER00001, 99999999 | |
| LAND_COVER | OFTString | 16.0k | {"52": 2, "81": 6}, {"21": 4, "22": 5, "52": 2, "81": 1}, {"21": 6, "22": 7, "23": 6, "24": 3, "52": 3, "81": 12} | |
| MUNI_ID | OFTInteger64 | 5 | 165654, 165654, 165654 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 101410, 101410, 101410 | |
| ACREAGE | OFTReal | 11.8k | 0.981, 1.684, 5.618 | |
| MKT_VAL_TO | OFTReal | 3.6k | 163100.0, 141800.0, 258700.0 | |
| ZIP_CODE | OFTString | 12 | 36027, 36027, 36027 | |
| MAIL_ADDRE | OFTString | 1.2k | ORLANDO FL 32825, OCALA FL 34476, EUFAULA AL 36027 | |
| MAIL_AD_01 | OFTString | 209 | (542 BUD GARY ROAD), 33, ] | |
| MAIL_AD_02 | OFTString | 11.2k | 2018 S CHICKASAW TR, 3521 SW 87TH PLACE, 3554 S. EUFAULA AVE | |
| OWNER_OCCU | OFTString | 3 | F, F, T | |
| USPS_RESID | OFTString | 3 | F, T, T | |
| CENSUS_TRA | OFTInteger64 | 9 | 950500, 950500, 950500 | |
| CENSUS_BLK | OFTInteger | 3 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 333 | 3006, 3006, 3006 | |
| ZONING | OFTString | 1.3k | 0, 0, 0 | |
| AREA_METER | OFTReal | 25.1k | 3970.82316261926, 6816.25143815144, 22736.5928712814 | |
| FLD_ZONE | OFTString | 4 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 2 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 7 | 2403575, 2403575, 2403575 | |
| ALT_ID_1 | OFTString | 14.4k | 348670, 850600, 73730 | |
| ELEVATION | OFTString | 25.1k | ||
| ROBUST_ID | OFTString | 25.1k | AAAD7ddKmDLs_pA-, AAAD7fTvnmcnshCg, AAAD7XTPkovbnO5G | |
| CALC_ACREA | OFTReal | 25.1k | 0.981230111714845, 1.6843638928816, 5.61843946442235 | |
| COUNTY_NAM | OFTString | 1 | Barbour, Barbour, Barbour | |
| COUNTY_FIP | OFTInteger64 | 1 | 1005, 1005, 1005 | |
| STATE_ABBR | OFTString | 1 | AL, AL, AL | |
| CTY_ROW_ID | OFTInteger64 | 25.1k | 24586, 3660, 3653 |
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.