Free Parcel Data

Mississippi Noxubee County

Field dictionary

GEOID28103
Aged

49 attribute fields, profiled from the November 2019 vintage.

Columns in Noxubee County

Field Type Filled Distinct Example values
OGC_FID OFTInteger64 100% 10.9k 1, 2, 3
OBJECTID OFTInteger64 100% 10.9k 1, 2, 3
PPIN OFTInteger64 93% 10.1k 1, 2, 3
PARCEL_ID OFTString 100% 10.9k 001 -29-001.00, 001 -30-001.00, 001 -30-002.00
REGION OFTString 100% 2 UCP, UCP, UCP
OBJECTID_1 OFTInteger64 0%
PPIN_1 OFTInteger64 93% 10.1k 1, 2, 3
PARCEL_ID_ OFTString 93% 10.1k 001 -29-001.00, 001 -30-001.00, 001 -30-002.00
OWNERNAME OFTString 93% 6.4k TCT CONTRIBUTION LLC, PATTERSON RICHARD WARREN, TCT CONTRIBUTION LLC
ADDRESS1 OFTString 88% 4.9k C/O LARSON & MCGOWIN LLC, C/O LARSON & MCGOWIN LLC, HIGGINBOTHAM JOHN ANDREW R/E
ADDRESS2 OFTString 18% 1.0k P O BOX 1446, 3935 EBENEZER CHURCH RD, P O BOX 1446
ADDRESS3 OFTString 0%
CITY OFTString 89% 554 MOBILE, PRESTON, MOBILE
STATE OFTString 89% 47 AL, MS, AL
ZIP OFTString 89% 833 36633, 39354, 36633
SECTION OFTString 93% 46 29, 30, 30
TOWNSHIP OFTString 93% 7 13N, 13N, 13N
RANGE OFTString 93% 8 15E, 15E, 15E
CULT_VAL1 OFTInteger64 93% 820 0, 0, 0
CULT_VAL2 OFTInteger64 93% 2.0k 0, 0, 20
UNCUL_VAL1 OFTInteger64 93% 9 0, 0, 0
UNCUL_VAL2 OFTInteger64 93% 1.9k 128920, 15580, 98180
IMP_VAL1 OFTInteger64 93% 2.8k 0, 0, 0
IMP_VAL2 OFTInteger64 93% 1.1k 0, 0, 0
LAND_VAL OFTInteger64 93% 3.1k 128920, 15580, 98200
TOTALVALUE OFTInteger64 93% 5.1k 128920, 15580, 98200
CULT_AC1 OFTString 93% 123 0, 0, 0
CULT_AC2 OFTString 93% 2.5k 0, 0, 0.13
UNCULT_AC1 OFTString 93% 9 0, 0, 0
UNCULT_AC2 OFTString 93% 3.0k 637.8, 79.9, 494.47
TOTAL_AC OFTString 93% 1.8k 637.8, 79.9, 494.6
TAX_DIST OFTString 93% 14 400, 400, 400
EXEMPT_COD OFTString 93% 6 0, 0, 0
SCHOOL_COD OFTString 0%
HOMESTEAD OFTString 25% 4 4, 1, 1
SUB_NUM OFTString 0%
SUB_NAME OFTString 0%
STREET OFTString 50% 505 CURTIS GOODIN RD, SOUTH COUNTY LINE RD, SOUTH COUNTY LINE RD
STREET_NUM OFTInteger64 93% 2.7k 0, 0, 0
DEED_BOOK OFTString 90% 244 2016, 2012, 2016
DEED_PAGE OFTString 90% 2.5k 0616, 1711, 0616
DEED_DATE OFTString 89% 5.0k 14615424, 13474080, 14615424
LEGAL1 OFTString 93% 8.8k ALL SECTION, W2 SW4, N2 LESS 5 AC SW COR & E2 SE4 & W2 N W4
LEGAL2 OFTString 0% 22 ROW, THRU JUNE 6, 2028., ESTEA D
LEGAL3 OFTString 0%
SITUS_ADDR OFTString 93% 4.9k 0, 0, 0
PRINT_ OFTString 100% 10.1k http://apps.agdmaps.com/print/ms/noxubee/index.html?PPIN=1, http://apps.agdmaps.com/print/ms/noxubee/index.html?PPIN=2, http://apps.agdmaps.com/print/ms/noxubee/index.html?PPIN=3
SHAPE__ARE OFTReal 100% 10.8k 27984628.1347656, 3514699.59143066, 21742172.8382568
SHAPE__LEN OFTReal 100% 10.8k 21166.332108948, 7967.92852054605, 26539.590004898

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.