42 attribute fields, profiled from the October 2022 vintage.
Columns in Quitman County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 8.2k | 17L35510 4 1, 17L35510 6 1, 17L35510 9 1 | |
| SITUS | OFTString | 3.6k | 393 NORTH SECOND STREET, 117 NORTH THIRD STREET, 120 NORTH THIRD STREET | |
| ADDR_NUMBE | OFTString | 1.4k | 393, 117, 120 | |
| STREET_PRE | OFTString | 4 | N, N, N | |
| STREET_NAM | OFTString | 380 | SECOND, THIRD, THIRD | |
| STREET_SUF | OFTString | 4 | N, N, N | |
| STREET_TYP | OFTString | 13 | St, St, St | |
| SITUS_CITY | OFTString | 9 | SLEDGE, SLEDGE, SLEDGE | |
| SITUS_ZIP | OFTString | 9 | 38670, 38670, 38670 | |
| OWNER | OFTString | 4.1k | A ELOBY MARY, SHIPMAN DANNY, L SHIPMAN JAMES | |
| LAND_COVER | OFTString | 7.7k | {"21": 322, "22": 191}, {"21": 59, "22": 133, "90": 127}, {"21": 187, "22": 85, "82": 153} | |
| CROP_COVER | OFTString | 6.6k | {"121": 1.53}, {"121": 0.3, "190": 0.2}, {"37": 0.02, "121": 0.24, "190": 0.3} | |
| MUNI_ID | OFTInteger64 | 5 | 712046, 712046, 712046 | |
| ACREAGE | OFTReal | 955 | 0.0, 0.0, 0.0 | |
| ACREAGE_AD | OFTReal | 5.1k | 1.52703770585736, 0.500011533734785, 0.566031322415629 | |
| MKT_VAL_LA | OFTReal | 3.3k | 5400.0, 6000.0, 5400.0 | |
| MKT_VAL_TO | OFTReal | 5.7k | 32420.0, 32407.0, 7837.0 | |
| ZIP_CODE | OFTString | 9 | 38670, 38670, 38670 | |
| LEGAL_DESC | OFTString | 7.0k | PT LOT 1 & E2 LOT 2 BLK 4, LOT 1 BLK 6 WM WMS ADD, LOTS 1 & 2 BLK 9 WM WMS ADD | |
| LEGAL_D_01 | OFTString | 863 | WM WMS ADD, BLK G PARK ADD #3, EASE | |
| LEGAL_D_02 | OFTString | 587 | PB 1\5, ADD, ADD | |
| MAIL_ADDRE | OFTString | 3.1k | 393 SECOND STREET, 71 COUNTY ROAD 750, PO BOX 4 | |
| MAIL_AD_01 | OFTString | 702 | SLEDGE MS 38670, CORINTH MS 38834, CORINTH MS 38835 | |
| MAIL_NAME | OFTString | 1.4k | WINDLESS,CORDERA, C/O PAT TYLER, C/O PAT TYLER PRESIDENT | |
| OWNER_OCCU | OFTString | 3 | T, F, F | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 3 | 950100, 950100, 950100 | |
| CENSUS_BLK | OFTInteger | 5 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 707 | 1068, 1063, 1056 | |
| AREA_METER | OFTReal | 8.3k | 6179.58684738522, 2023.43706743873, 2290.60467976055 | |
| FLD_ZONE | OFTString | 4 | {X}, {X}, {A,X} | |
| ZONE_SUBTY | OFTString | 6 | {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"} | |
| PLACE_GNIS | OFTInteger64 | 7 | 2407351, 2407351, 2407351 | |
| ALT_ID_1 | OFTString | 312 | 1, 1, 1 | |
| ALT_ID_2 | OFTString | 8.2k | 17L35510 4 1, 17L35510 6 1, 17L35510 9 1 | |
| ELEVATION | OFTString | 8.2k | ||
| ROBUST_ID | OFTString | 8.3k | AABt14yajX7tRzdY, AABt16YD3fYnpgyc, AABt10AUXhVLBo9U | |
| CALC_ACREA | OFTReal | 8.3k | 1.52703770585736, 0.500011533734785, 0.566031322415629 | |
| COUNTY_NAM | OFTString | 1 | Quitman, Quitman, Quitman | |
| COUNTY_FIP | OFTInteger64 | 1 | 28119, 28119, 28119 | |
| STATE_ABBR | OFTString | 1 | MS, MS, MS | |
| CTY_ROW_ID | OFTInteger64 | 8.3k | 7666, 7676, 7823 |
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.