38 attribute fields, profiled from the October 2022 vintage.
Columns in Issaquena County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 2.8k | 095-0204-01.00, 095-0209-01.00, 095-0209-02.00 | |
| SITUS | OFTString | 136 | 0, 0, 0 | |
| ADDR_NUMBE | OFTString | 3 | 189, 186, 1661 | |
| STREET_PRE | OFTString | — | ||
| STREET_NAM | OFTString | 72 | 0, 0, 0 | |
| STREET_SUF | OFTString | 1 | S | |
| STREET_TYP | OFTString | 6 | Cp, Cp, Is | |
| SITUS_CITY | OFTString | — | ||
| SITUS_ZIP | OFTString | — | ||
| OWNER | OFTString | 1.3k | DELTA PARADISE LLC, DELTA PARADISE LLC, THE LOST 80 LLC | |
| TRANS_DATE | OFTDate | 1.3k | 2018-10-04, 2018-10-04, 2009-01-16 | |
| LAND_COVER | OFTString | 2.8k | {"11": 105, "90": 1411, "95": 98}, {"11": 36, "90": 968, "95": 588}, {"82": 338, "90": 436} | |
| CROP_COVER | OFTString | 2.8k | {"111": 5.75, "141": 0.21, "190": 78.9, "195": 0.21}, {"111": 0.42, "141": 0.42, "190": 82.74}, {"61": 0.22, "190": 1.75} | |
| MUNI_ID | OFTInteger64 | 5 | 711890, 711890, 711890 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 2803960, 2803960, 2803960 | |
| ACREAGE_AD | OFTReal | 1.6k | 2164.15939429248, 2164.15939429248, 85.0695372834386 | |
| MKT_VAL_LA | OFTReal | 1.8k | 2400.0, 33260.0, 7740.0 | |
| MKT_VAL_TO | OFTReal | 2.1k | 2400.0, 33260.0, 7740.0 | |
| ZIP_CODE | OFTString | 12 | 39177, 39177, 39177 | |
| HOMESTEAD_ | OFTReal | 3 | 4.0, 4.0, 1.0 | |
| LEGAL_DESC | OFTString | 2.4k | LOT 5, LOTS 3,4,5,6, LOT 7 | |
| LEGAL_D_01 | OFTString | 297 | VAN A EVANS SR DECEASED., LEASE EXPIRES 04/30/2021, E | |
| LEGAL_D_02 | OFTString | 55 | HIS INTEREST DEEDED TO GRANTEES., BEING PT UNIT 15 REED, & 1/10 INTERST IN COMMON AREA | |
| MAIL_ADDRE | OFTString | 249 | P O BOX 928, P O BOX 928, P O BOX 928 | |
| MAIL_AD_01 | OFTString | 313 | NATCHEZ MS 39120, NATCHEZ MS 39120, HOLLY BLUFF MS 39088 | |
| CENSUS_BLK | OFTInteger | 2 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 355 | 2290, 2290, 2290 | |
| AREA_METER | OFTReal | 2.8k | 167298.975245091, 1249675.36113754, 344257.768942732 | |
| FLD_ZONE | OFTString | 5 | {AE,X}, {AE,X}, {AE} | |
| ZONE_SUBTY | OFTString | 6 | {NULL,"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"}, {NULL,"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 2 | 2405976, 2406112, 2406112 | |
| ELEVATION | OFTString | 2.8k | ||
| ROBUST_ID | OFTString | 2.8k | AABtl5ud5om59cF9, AABtlyJR8lrOO-cn, AABtl0VeRC4DJIpR | |
| CALC_ACREA | OFTReal | 2.8k | 41.3412497728144, 308.807278490698, 85.0695372834385 | |
| COUNTY_NAM | OFTString | 1 | Issaquena, Issaquena, Issaquena | |
| COUNTY_FIP | OFTInteger64 | 1 | 28055, 28055, 28055 | |
| STATE_ABBR | OFTString | 1 | MS, MS, MS | |
| CTY_ROW_ID | OFTInteger64 | 2.8k | 2463, 2462, 2459 |
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.