44 attribute fields, profiled from the March 2024 vintage.
Columns in Reynolds County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 10.0k | 02-5.2-021-000-000-003.00000, 02-5.2-021-000-000-003.00000, 02-5.1-016-000-000-003.00000 | |
| SITUS | OFTString | 2.6k | 1269 COUNTY RD 818, 1269 COUNTY RD 818, 1698 COUNTY RD 818 | |
| ADDR_NUMBE | OFTString | 1.6k | 1269, 1269, 1698 | |
| STREET_PRE | OFTString | 18 | COUNTY RD, COUNTY RD, COUNTY RD | |
| STREET_NAM | OFTString | 792 | 818, 818, 818 | |
| STREET_SUF | OFTString | 6 | S, S, E | |
| STREET_TYP | OFTString | 22 | Ln, Ln, Ln | |
| SITUS_CITY | OFTString | 6 | ELLINGTON, BUNKER, BUNKER | |
| SITUS_ZIP | OFTString | 6 | 63638, 63629, 63629 | |
| ADDR_SEC_U | OFTString | 16 | CHURCH BUILDING, RAY WEATHERS, CHURCH BUILDING | |
| OWNER | OFTString | 5.3k | SENCIBAUGH AARON & JESSICA SAUNDERS, SENCIBAUGH AARON & JESSICA SAUNDERS, SCHRIEWER FAMILY TRUST | |
| LAND_COVER | OFTString | 11.8k | {"21": 193, "41": 199}, {"21": 7, "41": 370, "81": 21}, {"21": 1, "41": 1050, "42": 136, "43": 8, "81": 245} | |
| CROP_COVER | OFTString | 11.1k | {"121": 0.19, "141": 0.19}, {"121": 0.47, "176": 0.05}, {"121": 0.36, "141": 37.15, "143": 0.2} | |
| MUNI_ID | OFTInteger64 | 6 | 767276, 767276, 767276 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 2918450, 2918450, 2918450 | |
| ACREAGE | OFTReal | 2.3k | 80.0, 80.0, 78.0 | |
| ACREAGE_AD | OFTReal | 6.3k | 78.9133123251807, 78.9133123251807, 283.733914045896 | |
| ZIP_CODE | OFTString | 12 | 63625, 63625, 63625 | |
| BUILDINGS | OFTInteger64 | 21 | 0, 3, 0 | |
| LEGAL_DESC | OFTString | 6.4k | N2NW4, N2NW4, NW4NW4&PTSW4NW4&PTNW4SW4 | |
| LEGAL_D_01 | OFTString | 525 | MH # 798, E ACRE OUT OF NW CORNER OF THE E2NE4SW4, E ACRE OUT OF NW CORNER OF THE E2NE4SW4 | |
| LEGAL_D_02 | OFTString | 41 | RFACE ONLY, SURFACE ONLY, SURFACE ONLY | |
| PLSS_SECTI | OFTString | 36 | 09, 09, 09 | |
| PLSS_TOWNS | OFTString | 7 | 31N, 31N, 31N | |
| PLSS_RANGE | OFTString | 5 | 1E, 1E, 1E | |
| MAIL_ADDRE | OFTString | 4.5k | 1269 CR 818, 1269 CR 818, 58 MOORINGS DRIVE | |
| MAIL_AD_01 | OFTString | 891 | BLACK MO 63625, BLACK MO 63625, LAKE ST LOUIS MO 63367 | |
| MAIL_NAME | OFTString | 327 | AMY RICHARDSON, DIANNE SHEPPARD, JERRY CROCKER | |
| OWNER_OCCU | OFTString | 3 | T, T, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 2 | 380100, 380100, 380100 | |
| CENSUS_BLK | OFTInteger | 3 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 818 | 1042, 1051, 1042 | |
| AREA_METER | OFTReal | 12.7k | 1541.45515689195, 317803.420911178, 303272.965948451 | |
| FLD_ZONE | OFTString | 2 | {A}, {A}, {A} | |
| PLACE_GNIS | OFTInteger64 | 3 | 2393462, 2393462, 2393785 | |
| ALT_ID_1 | OFTString | 10.0k | 780, 780, 769 | |
| ELEVATION | OFTString | 12.7k | {"max": 260.09375, "min": 260.09375, "mean": 260.09375} | |
| ROBUST_ID | OFTString | 12.7k | AABx-0leSKprUSTl, AABx-7xWqsHoMvR_, AABx--ttqxNO5Gwu | |
| CALC_ACREA | OFTReal | 12.7k | 0.38090898381957, 78.5324033413612, 74.9417826155217 | |
| COUNTY_NAM | OFTString | 1 | Reynolds, Reynolds, Reynolds | |
| COUNTY_FIP | OFTInteger64 | 1 | 29179, 29179, 29179 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 12.7k | 7477, 6606, 7465 |
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.