Free Parcel Data

Missouri Lawrence County

Field dictionary

GEOID29109
Aged

53 attribute fields, profiled from the October 2022 vintage.

Columns in Lawrence County

Field Type Filled Distinct Example values
objectid OFTInteger 100% 21.3k 1818, 1864, 1942
parcel_pid OFTString 100% 21.2k 167025000000003000, 167025000000004000, 167025000000010000
parcel_gis OFTReal 100% 18.0k 78.420349, 195.894196, 14.844088
parcel_urb OFTInteger 100% 3 0, 0, 0
parcel_pho OFTString 30% 5.7k House_Pictures_2017\DSCNN, House_Pictures_2017\DSCNN, House_Pictures_2017\DSCN4376.JPG
parcel_no OFTString 100% 21.2k 167025000000003000, 167025000000004000, 167025000000010000
ptwn OFTInteger 100% 20 16, 16, 16
parea OFTReal 100% 33 7.0, 7.0, 7.0
psect OFTInteger 100% 36 25, 25, 25
pqtrsect OFTInteger 100% 5 0, 0, 0
pblock OFTInteger 100% 44 0, 0, 0
pparcel OFTReal 100% 1.0k 3.0, 4.0, 10.0
name OFTString 100% 16.2k CHAPMAN, CHANCE & RACHELLE, SEUFERT, GLEN F & WILMA TRUST, HUNNELL, DOUGLAS D & ROBERTA J
address1 OFTString 99% 13.6k 472 LAWRENCE 2220, 465 LAWRENCE 2230, 640 LAWRENCE 2240
address2 OFTString 4% 682 2174 LAWRENCE 2230, 409 W NEWMAN, 402 3RD ST
city OFTString 100% 561 PIERCE CITY, PIERCE CITY, PIERCE CITY
state OFTString 100% 54 MO, MO, MO
zip OFTString 100% 896 65723-0000, 65723-0000, 65723-0000
sch_dis OFTInteger 100% 1 0, 0, 0
road_dis OFTInteger 100% 1 0, 0, 0
city_dis OFTInteger 100% 1 0, 0, 0
sprd_dis OFTInteger 100% 1 0, 0, 0
mvab_dis OFTInteger 100% 2 0, 0, 0
blab_dis OFTInteger 100% 2 1, 1, 1
bifd_dis OFTInteger 100% 2 0, 0, 0
jcsm_dis OFTInteger 100% 2 0, 0, 0
deed_bkpg OFTString 100% 18.2k 0458-4677, 0456-3295, 0334-0669
acres OFTReal 100% 3.7k 80.0, 197.0, 15.0
section_ OFTInteger 100% 38 25, 25, 25
twn OFTInteger 100% 17 26, 26, 26
rng OFTInteger 100% 16 29, 29, 29
leg_des OFTString 100% 20.2k LAWRENCE 2230., ? ; N1/2 NW1/4, S 5AC OF LT 2 NW(FR); LT 2 SW(FR); W 5AC S1/2 LT 1 SW(FR), W3/4 S1/2 OF SECTION 25 LYING S OF PUBLIC ROAD
map_scale OFTInteger 100% 4 400, 400, 400
date_acqui OFTString 100% 5.6k 2022-08-11, 2020-07-09, 1990-08-01
sit_stno OFTString 0%
sit_stnm OFTString 100% 11.5k LAWRENCE 2230, 465 LAWRENCE 2230, 640 LAWRENCE 2240
sit_city OFTString 0%
ag1_acre OFTReal 100% 1 0.0, 0.0, 0.0
ag2_acre OFTReal 100% 2 0.0, 0.0, 0.0
ag3_acre OFTReal 100% 223 40.0, 96.0, 0.0
ag4_acre OFTReal 100% 1.4k 0.0, 0.0, 0.0
ag5_acre OFTReal 100% 221 0.0, 0.0, 0.0
ag6_acre OFTReal 100% 1.8k 40.0, 100.0, 0.0
ag7_acre OFTReal 100% 839 0.0, 0.0, 14.0
ag8_acre OFTReal 100% 167 0.0, 0.0, 0.0
ag90_acre OFTReal 100% 1 0.0, 0.0, 0.0
land_asses OFTReal 100% 1.1k 3800.0, 11340.0, 2270.0
total_asse OFTReal 100% 4.6k 3800.0, 21000.0, 18880.0
res_assess OFTReal 100% 3.8k 0.0, 10990.0, 18760.0
agr_assess OFTReal 100% 1.0k 3800.0, 10010.0, 120.0
com_assess OFTReal 100% 844 0.0, 0.0, 0.0
starea() OFTReal 100% 21.0k 3415990.548584, 8533159.021912, 646614.456543
stlength() OFTReal 100% 20.5k 7849.520616, 20409.192955, 3628.123876

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.