Free Parcel Data

Mississippi Monroe County

Field dictionary

GEOID28095
Aged

49 attribute fields, profiled from the December 2019 vintage.

Columns in Monroe County

Field Type Filled Distinct Example values
OGC_FID OFTInteger64 100% 28.7k 1, 2, 3
OBJECTID OFTInteger64 100% 28.7k 27003, 27004, 27005
PPIN OFTInteger64 97% 27.8k 22725, 22726, 22727
PARCEL_ID OFTString 100% 28.7k 3940-14-000-002.00, 3940-14-000-003.00, 3940-23-000-001.00
REGION OFTString 97% 2 UCP, UCP, UCP
PPIN_1 OFTInteger64 97% 27.8k 22725, 22726, 22727
PARCEL_ID_ OFTString 97% 27.8k 3940-14-000-002_00, 3940-14-000-003_00, 3940-23-000-001_00
OWNERNAME OFTString 97% 18.8k BUTTAHATCHIE BOTTOM, UNITED STATES OF AMERICA, BUTTAHATCHIE BOTTOM
ADDRESS1 OFTString 18% 3.3k PROPERTIES LLC, PROPERTIES LLC, PROPERTIES LLC
ADDRESS2 OFTString 89% 15.3k 40097 HWY 373, 40097 HWY 373, 40097 HWY 373
ADDRESS3 OFTString 0%
CITY OFTString 90% 845 HAMILTON, HAMILTON, HAMILTON
STATE OFTString 89% 58 MS, MS, MS
ZIP OFTString 89% 1.3k 39746, 39746, 39746
SECTION OFTString 97% 45 14, 14, 23
TOWNSHIP OFTString 97% 22 16, 16, 16
RANGE OFTString 97% 21 19, 19, 19
CULT_VAL1 OFTInteger64 97% 1.1k 0, 0, 0
CULT_VAL2 OFTInteger64 97% 1.8k 29420, 0, 960
UNCUL_VAL1 OFTInteger64 97% 789 0, 0, 0
UNCUL_VAL2 OFTInteger64 97% 2.1k 36250, 0, 15930
IMP_VAL1 OFTInteger64 97% 8.3k 0, 0, 0
IMP_VAL2 OFTInteger64 97% 1.3k 0, 0, 0
LAND_VAL OFTInteger64 97% 3.1k 65670, 0, 16890
TOTALVALUE OFTInteger64 97% 10.1k 65670, 0, 16890
CULT_AC1 OFTString 97% 504 0, 0, 0
CULT_AC2 OFTString 97% 2.7k 87, 0, 2.6
UNCULT_AC1 OFTString 97% 460 0, 0, 0
UNCULT_AC2 OFTString 97% 3.3k 204, 51, 84.4
TOTAL_AC OFTString 97% 1.5k 291, 51, 87
TAX_DIST OFTString 97% 43 3000, 3000, 3000
EXEMPT_COD OFTString 97% 7 0, 14, 0
SCHOOL_COD OFTString 0%
HOMESTEAD OFTString 38% 4 4, 4, 3
SUB_NUM OFTString 0%
SUB_NAME OFTString 0%
STREET OFTString 42% 1.3k HIGHWAY 373, SELF ROAD, SELF ROAD
STREET_NUM OFTInteger64 97% 3.7k 0, 0, 0
DEED_BOOK OFTString 80% 450 17, 2016, 2016
DEED_PAGE OFTString 80% 6.7k 2997, 384, 232
DEED_DATE OFTString 72% 6.8k 14980032, 14682816, 14597280
LEGAL1 OFTString 97% 25.7k PT W1/2 51AC C 3850 X 1400 IRREG S DB245/144, PT NW COR 80 ACC 1400 X 1630 IRREG DB245/144, PT W1/2 & PT E1/2 W OF HWY
LEGAL2 OFTString 10% 2.4k DB245/144, DB227/589, DB315/185 316/499 89
LEGAL3 OFTString 0%
SITUS_ADDR OFTString 97% 11.9k 0, 0, 0
PRC OFTString 97% 27.8k http://dl.agd.cc/prc/ms/monroe/3940-14-000-002_00.pdf, http://dl.agd.cc/prc/ms/monroe/3940-14-000-003_00.pdf, http://dl.agd.cc/prc/ms/monroe/3940-23-000-001_00.pdf
PRINT_ OFTString 97% 27.8k http://apps.agdmaps.com/print/ms/monroe/index.html?PPIN=3277, http://apps.agdmaps.com/print/ms/monroe/index.html?PPIN=3278, http://apps.agdmaps.com/print/ms/monroe/index.html?PPIN=3279
SHAPE__ARE OFTReal 100% 27.9k 14843053.7512207, 1700394.83300781, 4457101.29150391
SHAPE__LEN OFTReal 100% 28.7k 22655.2389188348, 10460.7093248678, 11770.5698878062

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.