30 attribute fields, profiled from the April 2022 vintage.
Columns in Shelby County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 3.9k | 021-03-05-15-000-00-02.00, 021-03-06-13-000-00-02.00, 021-03-06-13-000-00-07.01 | |
| SITUS | OFTString | 932 | 132 1053 SHELBY, 142 1083 SHELBY, 142 1152 SHELBY | |
| ADDR_NUMBE | OFTString | 308 | 132, 142, 142 | |
| STREET_PRE | OFTString | 1 | N, N, N | |
| STREET_NAM | OFTString | 471 | 1053, 1083, 1152 | |
| STREET_SUF | OFTString | 3 | E, E, E | |
| STREET_TYP | OFTString | 1 | Hwy, Hwy, Hwy | |
| SITUS_CITY | OFTString | 4 | BETHEL, BETHEL, BETHEL | |
| SITUS_ZIP | OFTString | 4 | 63434, 63434, 63434 | |
| OWNER | OFTString | 2.4k | NOVINGER RAYMOND REV TRUST, MERSMAN DONNA SUE, VANSKIKE SCOTT & BENDY | |
| LAND_COVER | OFTString | 4.0k | {"21": 36, "22": 7, "23": 36, "41": 492, "81": 222}, {"21": 169, "23": 16, "41": 92, "81": 214, "82": 59}, {"21": 56, "22": 16, "23": 4, "41": 44, "81": 437} | |
| CROP_COVER | OFTString | 4.0k | {"141": 0.97, "190": 0.54}, {"1": 2.69, "5": 62.43, "37": 0.41, "176": 0.83}, {"122": 0.59, "123": 1.14, "124": 0.21, "131": 0.41} | |
| MUNI_ID | OFTInteger64 | 10 | 767406, 767406, 767406 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 2928140, 2928140, 2928140 | |
| ZIP_CODE | OFTString | 9 | 63451, 63469, 63469 | |
| LEGAL_DESC | OFTString | 3.7k | ALL NE EX 75 AC PT NE & ALL SE EX 4.32 AC TRACT, 4.5 AC W SIDE S 1/2 E 1/2 LOT 1 NW, E1/2 E1/2 SE NE & E1/2 NE NE 24-59-10 | |
| LEGAL_D_01 | OFTString | 3.0k | 4.5 AC W SIDE S 1/2 E 1/2 LOT 1 NW , E1/2 E1/2 SE NE & E1/2 NE NE 24-59-10 , S 1/2 NW EX 1 AC E SIDE; N 1/2 SW; SW NE & NW SE | |
| MAIL_ADDRE | OFTString | 73 | MO 00000-0000, MO 00000-0000, MO 00000-0000 | |
| CENSUS_TRA | OFTInteger64 | 3 | 450300, 450100, 450100 | |
| CENSUS_BLK | OFTInteger | 3 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 352 | 1115, 1026, 1112 | |
| AREA_METER | OFTReal | 4.0k | 852272.103625666, 976735.35689644, 18762.6787996553 | |
| PLACE_GNIS | OFTInteger64 | 6 | 2398111, 2398111, 2398111 | |
| ELEVATION | OFTString | 4.0k | ||
| ROBUST_ID | OFTString | 4.0k | AAByFT75_1lyK3-M, AAByFb9Or8I8r3Zn, AAByFeYi0uxuxPX8 | |
| CALC_ACREA | OFTReal | 4.0k | 210.604959526938, 241.361074042679, 4.63644555818282 | |
| COUNTY_NAM | OFTString | 1 | Shelby, Shelby, Shelby | |
| COUNTY_FIP | OFTInteger64 | 1 | 29205, 29205, 29205 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 4.0k | 119, 143, 149 |
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.