Free Parcel Data

Mississippi Simpson County

Field dictionary

GEOID28127
Aged

49 attribute fields, profiled from the April 2022 vintage.

Columns in Simpson County

Field Type Filled Distinct Example values
objectid OFTInteger 100% 21.2k 95931, 95933, 95934
ppin OFTInteger 100% 21.2k 4225, 15234, 12388
parcel_id OFTString 100% 21.2k 11720100000000000300, 11720100000000000400, 11720100000000000500
region OFTString 100% 3 LCP, LCP, LCP
objectid_1 OFTInteger 0%
ppin_1 OFTInteger 100% 21.2k 4225, 15234, 12388
parcel_id_ OFTString 100% 21.2k 11720100000000000300, 11720100000000000400, 11720100000000000500
ownername OFTString 100% 14.4k RIVER BEND RIDGE LLC, TRUSSELL SARAH DICKERSON, RIGGIN MIRIAM DICKERSON &
address1 OFTString 98% 11.4k 102 NORTH MAIN STREET, C/O SARAH ALFORD, HENRY DICKERSON
address2 OFTString 16% 1.9k 354 NEW BINGHAM DR, 236 MAIN ST, 770 WILLOW GROVE CHURCH RD
address3 OFTString 0%
city OFTString 99% 770 MENDENHALL, WETUMPKA, LEARNED
state OFTString 99% 47 MS, AL, MS
zip OFTString 99% 1.2k 39114, 36093, 391549712
section OFTString 100% 43 10, 10, 10
township OFTString 100% 11 009, 009, 009
range OFTString 100% 28 021, 021, 021
cult_val1 OFTInteger 100% 1.6k 0, 0, 0
cult_val2 OFTInteger 100% 819 0, 0, 0
uncul_val1 OFTInteger 100% 206 0, 0, 0
uncul_val2 OFTInteger 100% 2.1k 5310, 12530, 14540
imp_val1 OFTInteger 100% 6.4k 0, 0, 0
imp_val2 OFTInteger 100% 2.0k 0, 0, 0
land_val OFTInteger 100% 2.9k 5310, 12530, 14540
totalvalue OFTInteger 100% 8.2k 5310, 12530, 14540
cult_ac1 OFTString 100% 190 0, 0, 0
cult_ac2 OFTString 100% 2.1k 0, 0, 0
uncult_ac1 OFTString 100% 148 0, 0, 0
uncult_ac2 OFTString 100% 3.9k 27.300000, 67.900000, 85.300000
total_ac OFTString 100% 1.2k 27.300000, 67.900000, 85.300000
tax_dist OFTString 100% 17 4000, 4000, 4000
exempt_cod OFTString 100% 7 0, 0, 0
homestead OFTString 36% 4 4, 1, 4
sub_num OFTString 0%
street OFTString 32% 1.6k POKAL RD, CHARLIE MARTIN RD, ROCKPORT NEW HEBRON RD
street_num OFTInteger 100% 1.7k 0, 0, 0
deed_book OFTString 76% 355 2316, 2266, 2316
deed_page OFTString 76% 1.8k 685, 602, 685
deed_date OFTString 76% 5.0k 2014-12-29, 2012-09-19, 2014-12-29
legal1 OFTString 100% 19.5k 27.3 ACC PT S1/2 NE1/4 & PT NE1/4 S, 67.9 AC PT NE1/4, N1/2 NW1/4 & W 5.3 AC IN NW1/4
legal2 OFTString 91% 15.4k E1/4 N & W OF RD SEC 10-9-21 DB 621, SEC 10-9-21 DB 624-3 75, NE1/4 SEC 10-9-21 DB 930-648
legal3 OFTString 41% 7.7k -391 75 DB 946-, 93, DB 612-497 74 DB 922-111 92
situs_addr OFTString 100% 6.6k 0, 0, 0
prc OFTString 100% 21.2k http://dl.agd.cc/prc/ms/simpson/11720100000000000300.pdf, http://dl.agd.cc/prc/ms/simpson/11720100000000000400.pdf, http://dl.agd.cc/prc/ms/simpson/11720100000000000500.pdf
print_ OFTString 100% 21.2k http://apps.agdmaps.com/print/ms/simpson/index.html?PPIN=529, http://apps.agdmaps.com/print/ms/simpson/index.html?PPIN=768, http://apps.agdmaps.com/print/ms/simpson/index.html?PPIN=777
print1 OFTString 100% 21.2k http://apps.agdmaps.com/print/ms/simpson/index.html?PPIN=529, http://apps.agdmaps.com/print/ms/simpson/index.html?PPIN=768, http://apps.agdmaps.com/print/ms/simpson/index.html?PPIN=777
globalid OFTString 100% 21.2k 35d44337-78a3-46b4-a5dd-d743d7e4fde2, 81e60193-8829-4747-8fb2-091d618ad4e6, 3a9cb03b-34d2-4638-9d72-2d71b9643954
shape__are OFTReal 100% 21.2k 1264909.398804, 2938653.54834, 3831431.173828
shape__len OFTReal 100% 21.2k 5727.464792, 10831.767659, 8438.71746

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.