Free Parcel Data

Missouri Scotland County

Field dictionary

GEOID29199
Aged

46 attribute fields, profiled from the April 2022 vintage.

Columns in Scotland County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 5.5k 2-09-07.0-35-00.0-00-05.000, 2-09-08.0-33-00.0-00-04.000, 2-09-08.0-33-00.0-00-05.000
SITUS OFTString 86% 2.6k RR BOX 220, RR BOX 220, RR BOX 220
ADDR_NUMBE OFTString 22% 460 RR, RR, RR
STREET_PRE OFTString 61% 97 BOX, BOX, BOX
STREET_NAM OFTString 85% 1.2k 220, 220, 220
STREET_SUF OFTString 1% 5 S, E, E
STREET_TYP OFTString 32% 18 Hwy, Riv, Riv
SITUS_CITY OFTString 21% 2 MEMPHIS, GORIN, GORIN
SITUS_ZIP OFTString 21% 2 63555, 63543, 63543
ADDR_SEC_U OFTString 1% 36 U, U, # 103
OWNER OFTString 100% 2.6k NEISEN CHRISTOPHER W NEISEN GREGORY, KRAUS ROBERT E KRAUS JONI M, ERICKSON RALPH ERICKSON BETTY
BLDG_SQFT OFTInteger64 100% 964 0, 0, 0
LAND_COVER OFTString 100% 5.3k {"21": 15, "22": 5, "23": 2, "41": 33, "81": 26, "82": 760}, {"11": 4, "21": 68, "22": 16, "41": 340, "81": 1025}, {"11": 4, "21": 9, "22": 15, "23": 4, "41": 51, "81": 1445}
CROP_COVER OFTString 100% 4.9k {"1": 0.99, "5": 36.3, "121": 2.55}, {"121": 0.08, "122": 0.12, "176": 0.7}, {"5": 80.97, "121": 1.06, "122": 0.21, "176": 0.05}
MUNI_ID OFTInteger64 100% 10 767375, 767375, 767375
SCHOOL_DIS OFTInteger64 100% 4 2916380, 2920700, 2920700
MKT_VAL_LA OFTReal 100% 2.8k 96790.0, 23060.0, 20650.0
MKT_VAL_BL OFTReal 100% 2.5k 0.0, 0.0, 0.0
MKT_VAL_TO OFTReal 100% 4.1k 96790.0, 23060.0, 20650.0
ZIP_CODE OFTString 100% 9 63543, 63543, 63543
TOTAL_BATH OFTReal 100% 13 0.0, 0.0, 0.0
BEDROOMS OFTInteger64 100% 10 0, 0, 0
TOTAL_ROOM OFTInteger64 100% 17 0, 0, 0
EFF_YEAR_B OFTInteger64 43% 150 1970, 2015, 1983
YEAR_BUILT OFTInteger64 43% 150 1970, 2015, 1983
LEGAL_DESC OFTString 100% 4.6k SW EX W1/2 NE SW & SW NW, S 1/2 SW, E 1/2 SE
PLSS_SECTI OFTString 100% 36 35, 33, 33
PLSS_TOWNS OFTString 100% 4 65N, 65N, 65N
PLSS_RANGE OFTString 100% 4 10W, 10W, 10W
MAIL_ADDRE OFTString 99% 2.1k 26643 STATE HIGHWAY J, 28152 COUNTY ROAD 400, 25130 STATE ROUTE A
MAIL_AD_01 OFTString 99% 336 EWING MO 63440, GORIN MO 63543, GORIN MO 63543
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 2 480100, 480100, 480100
CENSUS_BLK OFTInteger 100% 4 4, 4, 4
CENSUS_BLO OFTInteger 100% 689 4082, 4095, 4095
AREA_METER OFTReal 100% 5.5k 714022.337704306, 309875.197348457, 330911.459302636
PLACE_GNIS OFTInteger64 30% 6 2397666, 2397666, 2397666
ALT_ID_1 OFTString 99% 5.4k 007485, 007522, 007523
ELEVATION OFTString 100% 5.5k
ROBUST_ID OFTString 100% 5.5k AAByD9pWjDAKeyE4, AAByDx0dETc70g3K, AAByD9E-hT7vqg2Y
CALC_ACREA OFTReal 100% 5.5k 176.442059870111, 76.5732600167772, 81.7715307082744
COUNTY_NAM OFTString 100% 1 Scotland, Scotland, Scotland
COUNTY_FIP OFTInteger64 100% 1 29199, 29199, 29199
STATE_ABBR OFTString 100% 1 MO, MO, MO
CTY_ROW_ID OFTInteger64 100% 5.5k 1700, 1727, 1725

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.