43 attribute fields, profiled from the October 2022 vintage.
Columns in Calhoun County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.8k | 1106021050013, 1106020330213, 1605140070216 | |
| SITUS | OFTString | 5.9k | 506 E SEAMANS AVE, 521 E VETERANS AVE, 599 E VETERANS AVE | |
| ADDR_NUMBE | OFTString | 931 | 506, 521, 599 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 307 | SEAMANS, VETERANS, VETERANS | |
| STREET_SUF | OFTString | 4 | W, N, N | |
| STREET_TYP | OFTString | 18 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 8 | CALHOUN CITY, CALHOUN CITY, CALHOUN CITY | |
| SITUS_ZIP | OFTString | 8 | 38916, 38916, 38916 | |
| ADDR_SEC_U | OFTString | 2 | BUILDING, TRAILER | |
| OWNER | OFTString | 7.3k | SCHOOL, WEST M ALAN, PARKER COMMERCIAL LLC | |
| TRANS_DATE | OFTDate | 616 | 2006-05-29, 2006-06-28, 2014-04-01 | |
| SALE_PRICE | OFTReal | 7.5k | 0.0, 44832.0, 567944.0 | |
| LAND_USE_C | OFTString | 25 | 0010, 2000, 2000 | |
| LAND_US_01 | OFTString | 5 | Commercial, Commercial, Commercial | |
| LAND_COVER | OFTString | 12.8k | {"21": 83, "22": 166, "23": 324, "24": 131}, {"21": 65, "22": 101, "23": 280, "24": 49, "95": 32}, {"22": 71, "23": 310, "24": 302} | |
| CROP_COVER | OFTString | 12.0k | {"5": 0.13, "122": 0.2, "123": 0.64, "195": 0.06}, {"122": 0.38, "123": 1.13, "124": 0.2}, {"121": 0.15, "122": 0.18} | |
| MUNI_ID | OFTInteger64 | 5 | 711788, 711788, 711788 | |
| ACREAGE | OFTReal | 1.2k | 0.6, 1.8, 1.7 | |
| ACREAGE_AD | OFTReal | 9.0k | 5.59161579775465, 1.02500265871277, 1.70784688721472 | |
| MKT_VAL_LA | OFTReal | 3.1k | 0.0, 900.0, 6000.0 | |
| MKT_VAL_TO | OFTReal | 6.7k | 0.0, 6725.0, 85192.0 | |
| ZIP_CODE | OFTString | 11 | 38916, 38916, 38916 | |
| TAXED_TOTA | OFTReal | 8.2k | 765.64, 9699.34, 1263.04 | |
| LEGAL_DESC | OFTString | 10.9k | PT BLKS 1, 14 & 106 CC, PT BLK 321, 1.8A PT FRAC SEC 16 | |
| MAIL_ADDRE | OFTString | 5.1k | PO BOX 769, PO BOX 554, PO BOX 1124 | |
| MAIL_AD_01 | OFTString | 530 | CALHOUN CITY MS 38916, CALHOUN CITY MS 38916, CALHOUN CITY MS 38916 | |
| OWNER_OCCU | OFTString | 3 | ?, F, F | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 5 | 950500, 950500, 950500 | |
| CENSUS_BLK | OFTInteger | 3 | 2, 1, 1 | |
| CENSUS_BLO | OFTInteger | 328 | 2013, 1043, 1043 | |
| AREA_METER | OFTReal | 13.0k | 22628.0433724036, 4147.96106475972, 6911.28196841373 | |
| FLD_ZONE | OFTString | 9 | {AE}, {AE}, {AE,X} | |
| ZONE_SUBTY | OFTString | 5 | {NULL}, {NULL}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"} | |
| PLACE_GNIS | OFTInteger64 | 7 | 2405363, 2405363, 2405363 | |
| ELEVATION | OFTString | 13.0k | ||
| ROBUST_ID | OFTString | 13.1k | AABtbbtqy4gSqKs7, AABtbUDiT3yq1uDV, AABtbexet312-hjy | |
| CALC_ACREA | OFTReal | 13.0k | 5.59161579775465, 1.02500265871277, 1.70784688721472 | |
| COUNTY_NAM | OFTString | 1 | Calhoun, Calhoun, Calhoun | |
| COUNTY_FIP | OFTInteger64 | 1 | 28013, 28013, 28013 | |
| STATE_ABBR | OFTString | 1 | MS, MS, MS | |
| CTY_ROW_ID | OFTInteger64 | 13.1k | 6920, 7050, 7083 |
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.