Free Parcel Data

Mississippi Smith County

Field dictionary

GEOID28129
Aged

45 attribute fields, profiled from the August 2023 vintage.

Columns in Smith County

Field Type Filled Distinct Example values
objectid OFTInteger 100% 16.9k 118492, 118570, 118571
ppin OFTInteger 100% 16.9k 8552, 9196, 9189
parcel_id OFTString 100% 16.9k 209 -06-000-002., 209 -30-000-009., 209 -30-000-010.
region OFTString 100% 2 LCP, LCP, LCP
objectid_1 OFTInteger 0%
ownername OFTString 100% 10.4k SULLIVAN DEMPSEY, SULLIVAN W D (LIFE EST), UNDERWOOD JENNIFER A
address1 OFTString 50% 4.7k 227 SULLIVAN RD, (REM) UNDERWOOD JENNIFER ANN, JENNIFER
address2 OFTString 65% 5.5k 979 SCR 38, 797 SCR 38, 227 SULLIVAN RD
address3 OFTString 0%
city OFTString 97% 559 MT OLIVE, MT OLIVE, MOUNT OLIVE
state OFTString 97% 39 MS, MS, MS
zip OFTString 97% 734 39119, 39119, 39119
section OFTString 100% 46 6, 30, 30
township OFTString 100% 24 09N, 10N, 10N
range OFTString 100% 33 16W, 16W, 16W
cult_val1 OFTInteger 100% 245 0, 5200, 0
cult_val2 OFTInteger 100% 947 5770, 620, 1160
uncul_val1 OFTInteger 100% 19 0, 0, 0
uncul_val2 OFTInteger 100% 1.9k 800, 790, 460
imp_val1 OFTInteger 100% 4.5k 0, 5580, 0
imp_val2 OFTInteger 100% 1.9k 4310, 0, 45240
land_val OFTInteger 100% 2.3k 6570, 6610, 1620
totalvalue OFTInteger 100% 6.6k 10880, 12190, 46860
cult_ac1 OFTString 100% 131 0, 1, 0
cult_ac2 OFTString 100% 2.3k 45.88, 4.78, 7.87
uncult_ac1 OFTString 100% 21 0, 0, 0
uncult_ac2 OFTString 100% 3.9k 3.12, 4.22, 2.63
total_ac OFTString 100% 2.0k 49, 10, 10.5
tax_dist OFTString 100% 15 3000, 3000, 3000
exempt_cod OFTString 100% 11 0, 0, 0
homestead OFTString 35% 4 1, 4, 1
sub_num OFTString 0%
street OFTString 33% 726 SCR 38, SCR 38, SCR 53
street_num OFTInteger 100% 3.0k 0, 979, 0
deed_book OFTString 100% 353 451, 513, 504
deed_page OFTString 100% 1.5k 70, 18, 132
deed_date OFTString 99% 6.7k 2005-11-02, 2012-06-27, 2011-03-25
legal1 OFTString 100% 14.8k LOT 10, NW 10 AC OF SW NW, PT E/2 SW NW SOUTH OF RD
legal2 OFTString 3% 400 POB CONT 10 AC M/L, SW NE, 6 & 7 TO CD
legal3 OFTString 0%
situs_addr OFTString 100% 5.1k 0, 979 SCR 38, 0
prc OFTString 100% 16.9k http://dl.agd.cc/prc/ms/smith/209_-06-000-002_.pdf, http://dl.agd.cc/prc/ms/smith/209_-30-000-009_.pdf, http://dl.agd.cc/prc/ms/smith/209_-30-000-010_.pdf
print_ OFTString 100% 16.9k http://apps.agdmaps.com/print/ms/smith/index.html?PPIN=8552, http://apps.agdmaps.com/print/ms/smith/index.html?PPIN=9196, http://apps.agdmaps.com/print/ms/smith/index.html?PPIN=9189
shape__are OFTReal 100% 16.9k 2225174.7230835, 392991.101318359, 410113.137512207
shape__len OFTReal 100% 16.9k 8184.21769080851, 2512.53172122066, 3249.34751393238

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.