45 attribute fields, profiled from the November 2021 vintage.
Columns in Pemiscot County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.9k | 14-06-23-00-000-01300, 14-06-23-00-000-01400, 13-01-02-00-000-00201 | |
| SITUS | OFTString | 3.8k | EAST GIN ROAD, EAST GIN ROAD, 4787 w hwy 84, bragg city mo. | |
| ADDR_NUMBE | OFTString | 969 | 4787, 2983, 2721 | |
| STREET_PRE | OFTString | 9 | E, E, w | |
| STREET_NAM | OFTString | 467 | GIN, GIN, hwy | |
| STREET_SUF | OFTString | 5 | S, S, S | |
| STREET_TYP | OFTString | 14 | Rd, Rd, Hwy | |
| SITUS_CITY | OFTString | 8 | STEELE, CARUTHERSVILLE, PORTAGEVILLE | |
| SITUS_ZIP | OFTString | 8 | 63877, 63830, 63873 | |
| ADDR_SEC_U | OFTString | 5 | #, REAR, LOT | |
| ADDR_SE_01 | OFTString | 10 | 7, 3, BEHIND | |
| OWNER | OFTString | 8.2k | CRAIN DONNA SUE ET AL, CRAIN DONNA SUE ET AL, SISSON THOMAS D. & MELISSA F. | |
| LAND_USE_C | OFTString | 2 | 0.00000000000, 0.00000000000, 6.00000000000 | |
| LAND_COVER | OFTString | 4.8k | {"21": 1, "82": 1}, {"21": 1, "82": 1}, {"82": 8} | |
| MUNI_ID | OFTInteger64 | 12 | 767139, 767139, 767139 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 2905730, 2905730, 2905730 | |
| ACREAGE | OFTReal | 1.3k | 0.28, 0.28, 0.88 | |
| MKT_VAL_LA | OFTReal | 1.0k | 1400.0, 1400.0, 4020.0 | |
| MKT_VAL_BL | OFTReal | 4.2k | 0.0, 0.0, 52090.0 | |
| MKT_VAL_TO | OFTReal | 7.8k | 1400.0, 1400.0, 56110.0 | |
| ZIP_CODE | OFTString | 14 | 63851, 63851, 63827 | |
| LEGAL_DESC | OFTString | 1.8k | NW 1/4 FOR POB, NE CORNER LESS RD R/W, LESS RD R/W | |
| LEGAL_D_01 | OFTString | 4.3k | NE 1/4, BEG 165' S ON NE 1/4, LESS RD R/W | |
| LEGAL_D_02 | OFTString | 8.4k | A LOT IN SE 1/4 NE 1/4, A LOT IN E 1/2 SE 1/4, PRT NW 1/4 NW 1/4 | |
| MAIL_ADDRE | OFTString | 926 | BRAGGADOCIO MO 63826, BRAGGADOCIO MO 63826, BRAGG CITY MO 63827 | |
| MAIL_AD_01 | OFTString | 76 | PO BOX 315, SUITE D2, SUITE D2 | |
| MAIL_AD_02 | OFTString | 6.9k | P O BOX 152, P O BOX 152, 959 CO HWY 283 | |
| MAIL_NAME | OFTString | 552 | EMMA HUBBARD, INFORMATION SYSTEMS NETWORKS CORP. SHEPHERED MALL, M WADE | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 6 | 470500, 470500, 470500 | |
| CENSUS_BLK | OFTInteger | 4 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 637 | 1061, 1061, 1109 | |
| AREA_METER | OFTReal | 13.8k | 1180.50113617245, 1129.08226474998, 3470.34442256945 | |
| FLD_ZONE | OFTString | 3 | {AE}, {AE}, {AE} | |
| ZONE_SUBTY | OFTString | 2 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 12 | 2587079, 2587079, 2587079 | |
| ALT_ID_1 | OFTString | 12.9k | 18845.0000000, 18846.0000000, 18355.0000000 | |
| ELEVATION | OFTString | 13.8k | ||
| ROBUST_ID | OFTString | 13.8k | AABx46jY52VAbot8, AABx47mRwRu8o60M, AABx43qXbg_Ympci | |
| CALC_ACREA | OFTReal | 13.8k | 0.291713635759574, 0.279007518442368, 0.857556810261137 | |
| COUNTY_NAM | OFTString | 1 | Pemiscot, Pemiscot, Pemiscot | |
| COUNTY_FIP | OFTInteger64 | 1 | 29155, 29155, 29155 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 13.8k | 5155, 5156, 4768 |
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.