Free Parcel Data

Missouri Grundy County

Field dictionary

GEOID29079
Aged

33 attribute fields, profiled from the April 2019 vintage.

Columns in Grundy County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 9.4k 03-05-22-03-01-002.00, 03-05-22-03-01-004.00, 03-05-22-03-01-005.00
SITUS OFTString 100% 5.3k E HWY 65, E HWY 65, E HWY 65
ADDR_NUMBE OFTString 55% 1.8k 303, 306, 306
STREET_PRE OFTString 28% 8 E, E, E
STREET_NAM OFTString 100% 413 HWY, HWY, HWY
STREET_SUF OFTString 1% 4 W, W, W
STREET_TYP OFTString 55% 16 St, St, St
SITUS_CITY OFTString 50% 6 SPICKARD, SPICKARD, SPICKARD
SITUS_ZIP OFTString 50% 6 64679, 64679, 64679
ADDR_SEC_U OFTString 0% 4 3, 5, 7
OWNER OFTString 100% 6.3k COX ANITA & SIEMER BETTY, COX ANITA & SIEMER BETTY, PATTERSON KELLY
TRANS_DATE OFTDate 21% 1.5k 2010-10-01, 1998-05-07, 2004-07-30
SALE_PRICE OFTReal 100% 557 0.0, 0.0, 0.0
LAND_COVER OFTString 100% 4.8k {"21": 2, "22": 1, "41": 2, "81": 1}, {"21": 4, "81": 8}, {"41": 17, "71": 1, "81": 9}
MUNI_ID OFTInteger64 100% 13 766700, 766700, 766700
SCHOOL_DIS OFTInteger64 100% 7 2925590, 2925590, 2925590
ACREAGE OFTReal 100% 131 0.0, 0.0, 0.0
MKT_VAL_LA OFTReal 100% 1.0k 0.0, 0.0, 0.0
MKT_VAL_BL OFTReal 100% 3.6k 0.0, 0.0, 0.0
MKT_VAL_TO OFTReal 100% 3.9k 0.0, 0.0, 0.0
ZIP_CODE OFTString 100% 8 64679, 64679, 64679
STYLE OFTString 45% 18 1 1/2 Story Frame, 1 1/2 Story Frame, 1 Story Frame
YEAR_BUILT OFTInteger64 100% 145 0, 0, 0
MAIL_ADDRE OFTString 100% 842 SPICKARD MO 64679-0000, SPICKARD MO 64679-0000, LIBERTY MO 64068-0000
MAIL_AD_01 OFTString 42% 2.3k PO BOX 108, PO BOX 108, PO BOX 46
MAIL_AD_02 OFTString 69% 4.0k 1308 HUNTINGTON DRIVE, 1308 HUNTINGTON DRIVE, 23257 HOUK AVE
OWNER_OCCU OFTString 100% 3 F, F, F
AREA_METER OFTReal 100% 9.5k 1949.4085258316, 6428.9079680223, 12684.3375716937
ELEVATION OFTString 99% 9.4k
CALC_ACREA OFTReal 100% 9.5k 0.481718340818247, 1.58864744797799, 3.13442665734123
COUNTY_NAM OFTString 100% 1 Grundy, Grundy, Grundy
COUNTY_FIP OFTInteger64 100% 1 29079, 29079, 29079
STATE_ABBR OFTString 100% 1 MO, MO, MO

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.