47 attribute fields, profiled from the November 2023 vintage.
Columns in Coffee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 36.3k | 0609320001013005, 1104200000003000, 1405210000015002 | |
| SITUS | OFTString | 27.4k | 810 CEDAR LANE DRIVE 812 814 & 850, 0 PEA RIVER (OFF CO RD 25), 9509 HIGHWAY 134 & 41 CO RD 439 | |
| ADDR_NUMBE | OFTString | 5.3k | 814, 0, 41 | |
| STREET_PRE | OFTString | 45 | &, CO RD, CO RD | |
| STREET_NAM | OFTString | 2.1k | 850, 25), 439 | |
| STREET_SUF | OFTString | 10 | S, S, S | |
| STREET_TYP | OFTString | 60 | Dr, (OFF, (OFF) | |
| SITUS_CITY | OFTString | 4 | ELBA, ELBA, ELBA | |
| SITUS_ZIP | OFTString | 4 | 36323, 36323, 36323 | |
| ADDR_SEC_U | OFTString | 939 | 812, & 2675 CR 228, 23 ACRES | |
| OWNER | OFTString | 24.6k | MARLER CHARLES CAROL & ANNIE RUE, TURNER BARBARA, DONALDSON ALLEN A & MARJORIE S | |
| SALE_PRICE | OFTReal | 1.7k | 35000.0, 163469.0, 125000.0 | |
| NGH_CODE | OFTString | 19 | EL300, RU100, RU100KI | |
| LAND_USE_C | OFTString | 5.3k | 6798, 0, 0 | |
| LAND_US_01 | OFTString | 5 | Commercial, Residential, Residential | |
| LAND_COVER | OFTString | 35.5k | {"21": 173, "22": 85, "42": 240, "71": 115}, {"90": 863}, {"21": 105, "22": 211, "81": 243, "82": 134} | |
| CROP_COVER | OFTString | 30.5k | {"142": 0.27, "143": 1.25, "190": 5.47}, {"121": 0.02, "176": 0.11}, {"142": 3.28, "143": 3.04, "152": 0.74, "190": 21.57} | |
| MUNI_ID | OFTInteger64 | 6 | 165707, 165707, 165707 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 101260, 101260, 100810 | |
| ACREAGE_AD | OFTReal | 27.0k | 3.5068471507303, 6.98752126824918, 2.17886087913627 | |
| MKT_VAL_LA | OFTReal | 7.5k | 14730.0, 20620.0, 20450.0 | |
| MKT_VAL_BL | OFTReal | 15.5k | 11900.0, 0.0, 39570.0 | |
| MKT_VAL_TO | OFTReal | 19.1k | 26630.0, 20620.0, 60020.0 | |
| ZIP_CODE | OFTString | 16 | 36323, 36323, 36323 | |
| PLSS_SECTI | OFTString | 36 | 32, 20, 21 | |
| PLSS_TOWNS | OFTString | 5 | 6N, 5N, 4N | |
| PLSS_RANGE | OFTString | 5 | 20E, 20E, 20E | |
| MAIL_ADDRE | OFTString | 21.3k | 1306 NEIL GRANTHAM DRIVE, C O LISA TURNER, 9509 HIGHWAY 134 | |
| MAIL_AD_01 | OFTString | 1.7k | 8372 LONGNEEDLE DRIVE, 245 COUNTY ROAD 556, 385 COUNTY ROAD 224 | |
| MAIL_AD_02 | OFTString | 2.0k | ELBA AL 36323, MONTGOMERY AL 36117, ELBA AL 36323 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 14 | 10500, 10500, 10400 | |
| CENSUS_BLK | OFTInteger | 5 | 5, 1, 1 | |
| CENSUS_BLO | OFTInteger | 436 | 5007, 1051, 1063 | |
| AREA_METER | OFTReal | 37.8k | 13679.7477465675, 28276.9668093124, 8817.37234080477 | |
| FLD_ZONE | OFTString | 20 | {AE}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 17 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 4 | 2403549, 2403549, 2403549 | |
| ALT_ID_1 | OFTString | 36.3k | 4074, 11425, 14162 | |
| ELEVATION | OFTString | 37.8k | ||
| ROBUST_ID | OFTString | 37.8k | AAAEB5p5GY_gJ7ss, AAAEB5TYu0ARXVrh, AAAEBz6HXicuSPUq | |
| CALC_ACREA | OFTReal | 37.8k | 3.38040246565429, 6.98752126824919, 2.17886087913627 | |
| COUNTY_NAM | OFTString | 1 | Coffee, Coffee, Coffee | |
| COUNTY_FIP | OFTInteger64 | 1 | 1031, 1031, 1031 | |
| STATE_ABBR | OFTString | 1 | AL, AL, AL | |
| CTY_ROW_ID | OFTInteger64 | 37.8k | 29540, 18338, 31469 |
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.