Free Parcel Data

Missouri Newton County

Field dictionary

GEOID29145
Aged

59 attribute fields, profiled from the October 2022 vintage.

Columns in Newton County

Field Type Filled Distinct Example values
objectid OFTInteger 100% 31.7k 9240, 9247, 9248
parcel_pid OFTString 100% 31.7k 199032000000004000, 198033000000013000, 198033000000012000
parcel_gis OFTReal 100% 29.3k 44.32352, 11.24898, 6.436554
parcel_no OFTString 100% 31.7k 19-9.0-32-000-000-004.000, 19-8.0-33-000-000-013.000, 19-8.0-33-000-000-012.000
parcel_no2 OFTString 100% 31.7k 199032000000004000, 198033000000013000, 198033000000012000
ptwn OFTInteger 100% 24 19, 19, 19
parea OFTReal 100% 9 9.0, 8.0, 8.0
psect OFTInteger 100% 36 32, 33, 33
pqtrsect OFTInteger 100% 5 0, 0, 0
pblock OFTInteger 100% 44 0, 0, 0
pparcel OFTReal 100% 1.6k 4.0, 13.0, 12.0
name OFTString 100% 24.1k GRAVES, ARNO GENE & DAVID LYNN, MOSS, HARRY & CHRISTINA, CURTIS, JOE & JANET
address1 OFTString 99% 21.1k 21916 ANGUS DRIVE, 21914 HIGHWAY 43, 21853 ANGUS DRIVE
address2 OFTString 6% 1.5k 21485 ANTELOPE ROAD, 299 FREDONIA STREET, 109 E BRODIE RD
city OFTString 100% 775 SENECA, SENECA, SENECA
state OFTString 100% 59 MO, MO, MO
zip OFTString 100% 2.9k 64865-0000, 64865-8128, 64865-0000
sch_dis OFTString 100% 11 R7, R7, R7
road_dis OFTString 100% 8 SS, SS, SS
city_dis OFTString 43% 14 STCTY, STCTY, STCTY
fire_dis OFTString 67% 18 SF, SF, SF
juco_dis OFTString 100% 1 CRWD, CRWD, CRWD
mssu_dis OFTInteger 100% 1 0, 0, 0
water_dis OFTInteger 100% 1 0, 0, 0
amb_dis OFTInteger 100% 1 0, 0, 0
libr_dis OFTInteger 100% 1 0, 0, 0
neo_dis OFTInteger 100% 1 0, 0, 0
tifg_dis OFTInteger 100% 1 0, 0, 0
tifn_dis OFTInteger 100% 1 0, 0, 0
ndp_dis OFTInteger 100% 1 0, 0, 0
cid_dis OFTInteger 100% 1 0, 0, 0
deed_bkpg OFTString 100% 27.1k 353-00554, 0365-1118, 271-00385
acres OFTReal 100% 4.9k 44.32, 11.4, 7.05
section OFTInteger 100% 37 32, 33, 33
twn OFTInteger 100% 20 24, 24, 24
rng OFTInteger 100% 17 34, 34, 34
leg_des OFTString 100% 30.0k S1/2 SE FRL1/4, PT SE1/4 SW1/4 LY S & W OF HWY, PT SW1/4 SW1/4 LY E OF CO RD & S OF HWY
map_scale OFTInteger 100% 6 400, 400, 400
date_acqui OFTString 94% 6.0k 2004-01-01, 2016-02-22, 2012-06-22
sit_stno OFTString 0%
sit_stnm OFTString 100% 18.0k 21916 ANGUS DRIVE, 21914 HIGHWAY 43, 21853 ANGUS DRIVE
sit_city OFTString 0%
ag1_acre OFTReal 100% 1 0.0, 0.0, 0.0
ag2_acre OFTReal 100% 1 0.0, 0.0, 0.0
ag3_acre OFTReal 100% 508 0.0, 0.0, 0.0
ag4_acre OFTReal 100% 2.3k 4.0, 0.0, 0.0
ag5_acre OFTReal 100% 1.6k 21.0, 0.0, 0.0
ag6_acre OFTReal 100% 1.6k 18.32, 0.0, 0.0
ag7_acre OFTReal 100% 452 0.0, 0.0, 6.05
ag8_acre OFTReal 100% 54 0.0, 0.0, 0.0
ag90_acre OFTReal 100% 1 0.0, 0.0, 0.0
land_assva OFTReal 100% 1 0.0, 0.0, 0.0
total_assv OFTReal 100% 6.0k 26180.0, 19170.0, 17210.0
book_no OFTInteger 100% 38 1, 1, 1
id_no OFTInteger 100% 17.4k 1988, 2000, 1998
split_no OFTInteger 100% 640 0, 0, 0
noweb OFTInteger 100% 2 0, 0, 0
starea() OFTReal 100% 31.4k 1930732.551331, 489994.192078, 280378.857605
stlength() OFTReal 100% 30.9k 5566.006975, 3232.111285, 2432.941912

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.