46 attribute fields, profiled from the March 2024 vintage.
Columns in Pulaski County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 19.6k | 093008000000008000, 105022000004072002, 117035000003001010 | |
| SITUS | OFTString | 13.4k | 20684 & 20690 TROPHY LN, 22930 & 22940 HARDY LANE, 24210 24220, 24230, 24240 SWIFT | |
| ADDR_NUMBE | OFTString | 6.2k | 20684, 22930, 24210 | |
| STREET_PRE | OFTString | 38 | &, &, 24220 24230 24240 SWIFT | |
| STREET_NAM | OFTString | 1.4k | 20690 TROPHY, 22940 HARDY, 7660 | |
| STREET_SUF | OFTString | 4 | N, S, S | |
| STREET_TYP | OFTString | 28 | Ln, Ln, Ave | |
| SITUS_CITY | OFTString | 10 | WAYNESVILLE, WAYNESVILLE, WAYNESVILLE | |
| SITUS_ZIP | OFTString | 10 | 65583, 65583, 65583 | |
| ADDR_SEC_U | OFTString | 26 | # 1, # 19, # 6 | |
| OWNER | OFTString | 15.3k | HONAKER VERNIE E & CATHERINE A, WARNER KENNETH A & KRISTAL, DORSO POINTE LLC | |
| TRANS_DATE | OFTDate | 4.2k | 2023-04-23, 2022-01-03, 2019-10-31 | |
| SALE_PRICE | OFTReal | 1.1k | 150000.0, 0.0, 0.0 | |
| BLDG_SQFT | OFTInteger64 | 2.4k | 3006, 576, 3456 | |
| LAND_COVER | OFTString | 19.0k | {"21": 46, "22": 45, "41": 857}, {"22": 497, "23": 56, "41": 15}, {"21": 310, "22": 220, "23": 36, "41": 83} | |
| CROP_COVER | OFTString | 16.7k | {"121": 0.44, "122": 0.13, "141": 0.02}, {"121": 0.75, "122": 0.62, "141": 0.2}, {"111": 0.2, "141": 105.31, "143": 1.84, "176": 10.63} | |
| MUNI_ID | OFTInteger64 | 6 | 767232, 767232, 767232 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 2931440, 2931440, 2931440 | |
| ACREAGE | OFTReal | 4.0k | 12.0, 0.42, 1.68 | |
| ACREAGE_AD | OFTReal | 16.7k | 12.364804436612, 0.580915116847561, 3.41373774526743 | |
| ZIP_CODE | OFTString | 11 | 65550, 65584, 65583 | |
| STYLE | OFTString | 25 | 1 1/2 Story Frame, 1 Story Frame, 2 Story Frame | |
| YEAR_BUILT | OFTInteger64 | 142 | 1930, 1973, 2005 | |
| LEGAL_DESC | OFTString | 14.3k | PT E2 NW SE4 N/CO RD, PT SE SE4, PT E2 NE4 | |
| PLSS_SECTI | OFTString | 36 | 35, 24, 15 | |
| PLSS_TOWNS | OFTString | 3 | 36N, 36N, 36N | |
| PLSS_RANGE | OFTString | 5 | 12W, 12W, 12W | |
| MAIL_ADDRE | OFTString | 13.4k | 20690 TROPHY LN, 11720 MAIN ST, 8049 GARFIELD ST NE | |
| MAIL_AD_01 | OFTString | 3.7k | NEWBURG 65550-9039, JEROME 65529-0000, MINNEAPOLIS 55432-0000 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 9 | 470286, 470287, 470400 | |
| CENSUS_BLK | OFTInteger | 6 | 1, 1, 3 | |
| CENSUS_BLO | OFTInteger | 648 | 1037, 1048, 3032 | |
| AREA_METER | OFTReal | 19.8k | 50037.653015305, 2350.83613308875, 6317.81784490257 | |
| FLD_ZONE | OFTString | 17 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 13 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 6 | 2397234, 2396519, 2397234 | |
| ALT_ID_1 | OFTString | 19.6k | 0604266000, 0605765002, 0608214177 | |
| ELEVATION | OFTString | 19.8k | ||
| ROBUST_ID | OFTString | 19.8k | AABx8cm2k40J1b86, AABx8TT0MFzdCOc2, AABx8e--YhnsAFrA | |
| CALC_ACREA | OFTReal | 19.8k | 12.364804436612, 0.580915116847561, 1.56119596765387 | |
| COUNTY_NAM | OFTString | 1 | Pulaski, Pulaski, Pulaski | |
| COUNTY_FIP | OFTInteger64 | 1 | 29169, 29169, 29169 | |
| STATE_ABBR | OFTString | 1 | MO, MO, MO | |
| CTY_ROW_ID | OFTInteger64 | 19.8k | 16401, 15123, 3613 |
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.