Free Parcel Data

Missouri Clay County

Field dictionary

GEOID29047
Aged

59 attribute fields, profiled from the April 2022 vintage.

Columns in Clay County

Field Type Filled Distinct Example values
ogc_fid OFTInteger64 100% 50.0k 53747, 53748, 53749
objectid OFTInteger64 100% 50.0k 7202, 7206, 7208
acres_calc OFTReal 100% 21.5k 0.2325, 0.194, 0.2957
current_ow OFTString 100% 50.0k BROWN HANNA E & NATHAN R, ECKMAN KAREN, CMCB3 PROPERTIES LLC
co_owner OFTString 28% 7.4k ETAL TRUST, ETAL, TRUST
tax_code OFTString 100% 165 53-01-00-05-02-00-00-01-01-00-00-00, 53-01-00-05-02-00-00-01-01-00-00-00, 53-01-00-05-02-00-00-01-01-00-00-00
parcelid OFTString 100% 50.0k 15113001000200, 15113001301201, 15117000601600
parcel_id OFTString 100% 50.0k 15113001000200, 15113001301201, 15117000601600
situs_st_n OFTString 100% 1.7k VALLEY, KANSAS, HILLSIDE
city_code OFTString 100% 26 01, 01, 01
school_cod OFTString 100% 9 53, 53, 53
fire_code OFTString 100% 6 00, 00, 00
road_code OFTString 100% 8 05, 05, 05
hospital_c OFTString 100% 2 02, 02, 02
water_code OFTString 100% 14 00, 00, 00
ambulance_ OFTString 100% 3 00, 00, 00
st_area(sh OFTReal 100% 50.0k 10127.147332, 8451.544156, 12880.215153
st_length( OFTReal 100% 50.0k 402.549757, 375.985085, 554.251461
prop_id OFTInteger64 100% 50.0k 322653, 273893, 307353
lot_size OFTReal 100% 3.8k 0.23, 0.19, 0.3
legal_desc OFTString 100% 50.0k SUNSET HILL ADDITION LT 4, PROSPECT HEIGHTS W1/2 LTS 15 & 16, K C HILL ADDITION LT 6 EXC W10' OF N94.1'
tract_or_l OFTString 87% 5.9k 4, W1/2 LTS 15 & 16, 6
abs_subdv_ OFTString 91% 4.2k 10195, 8865, 5542
block OFTString 26% 304 1, 25, 1
situs_num OFTString 93% 10.6k 21, 411, 703
situs_stre OFTString 71% 11 W, S, W
situs_st_1 OFTString 99% 28 RD, ST, AVE
situs_city OFTString 0% 17 LIBERTY, Liberty, KANSAS CITY
situs_stat OFTString 97% 2 MO, MO, MO
situs_zip OFTString 0% 15 64068, 64155, 64155
owner_addr OFTString 100% 50.0k 21 VALLEY RD, 411 W Kansas St, 244 W MILL ST STE 102
owner_ad_1 OFTString 3% 461 Ste 100, Ste A, Ste 200
owner_city OFTString 100% 1.3k LIBERTY, Liberty, LIBERTY
owner_stat OFTString 100% 57 MO, MO, MO
owner_zip OFTString 100% 1.6k 64068, 64068, 64068
prop_creat OFTString 4% 162 2020-05-01, 2019-07-30, 2021-06-08
township OFTString 100% 5 51, 51, 51
range_code OFTString 100% 4 31, 31, 31
township_s OFTString 100% 36 7, 7, 7
tax_distri OFTString 100% 165 4, 4, 4
tif_code OFTString 2% 108 30546, 941454, 941454
situs_disp OFTString 100% 50.0k 21 VALLEY RD MO, 411 W KANSAS ST MO, 703 HILLSIDE AVE MO
college_co OFTString 100% 2 01, 01, 01
library_co OFTString 100% 2 01, 01, 01
drainage_c OFTString 100% 4 00, 00, 00
transporta OFTString 100% 6 00, 00, 00
community_ OFTString 100% 8 00, 00, 00
property_u OFTString 100% 55 02, 02, 02
sub_type OFTString 100% 3 RES, RES, RES
nbhd OFTString 100% 763 4155, 4200, 4155
land_val OFTReal 100% 3.5k 25000.0, 28800.0, 25000.0
imprv_val OFTReal 100% 7.8k 96700.0, 56300.0, 69600.0
appraised_ OFTReal 100% 7.5k 121700.0, 85100.0, 94600.0
assessed_v OFTReal 100% 9.2k 23120.0, 16170.0, 17970.0
actual_yea OFTInteger64 84% 175 1942, 1920, 1957
effective_ OFTInteger64 84% 118 1942, 1920, 1957
class OFTString 84% 11 25, 25, 20
condition OFTString 84% 6 30, 20, 30
total_area OFTReal 83% 5.2k 1905.0, 1008.0, 864.0

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.