47 attribute fields, profiled from the October 2022 vintage.
Columns in Lee County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 43.0k | 82397, 82398, 82400 | |
| ppin | OFTInteger | 43.0k | 10796, 10797, 42426 | |
| parcel_id | OFTString | 43.0k | 1390-30-005-00, 1390-30-006-00, 1390-30-006-03 | |
| region | OFTString | 1 | BB, BB, BB | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 43.0k | 10796, 10797, 42426 | |
| parcel_id_ | OFTString | 43.0k | 1390-30-005-00, 1390-30-006-00, 1390-30-006-03 | |
| ownername | OFTString | 33.5k | SMITH WILL EST, FOX TONY JR, LAMB GARY LEE | |
| address1 | OFTString | 30.5k | % JANIE BURLEY, 772 WOODLAWN DR, 380 CR 115 | |
| address2 | OFTString | 2.1k | 409 BALLS BRIDGE ROAD, 206 RD 154, 1222 WILDFLOWER CIRCLE | |
| address3 | OFTString | — | ||
| city | OFTString | 816 | OKOLONA, MEMPHIS, OKOLONA | |
| state | OFTString | 60 | MS, TN, MS | |
| zip | OFTString | 1.5k | 38860, 38107, 38860 | |
| section | OFTString | 48 | 30, 30, 30 | |
| township | OFTString | 35 | 11S, 11S, 11S | |
| range | OFTString | 37 | 05E, 05E, 05E | |
| cult_val1 | OFTInteger | 1.4k | 0, 0, 0 | |
| cult_val2 | OFTInteger | 2.4k | 250, 9590, 8000 | |
| uncul_val1 | OFTInteger | 782 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.8k | 7530, 3900, 0 | |
| imp_val1 | OFTInteger | 15.5k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 5.7k | 0, 23840, 15900 | |
| land_val | OFTInteger | 3.7k | 7780, 13490, 8000 | |
| totalvalue | OFTInteger | 20.5k | 7780, 37330, 23900 | |
| cult_ac1 | OFTString | 477 | 0, 0, 0 | |
| cult_ac2 | OFTString | 2.8k | 1.630000, 14.300000, 1 | |
| uncult_ac1 | OFTString | 325 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 2.9k | 47.170000, 28, 0 | |
| total_ac | OFTString | 1.3k | 48.800000, 42.300000, 1 | |
| tax_dist | OFTString | 83 | 400L, 400L, 400L | |
| exempt_cod | OFTString | 10 | 0, 0, 0 | |
| homestead | OFTString | 4 | 4, 1, 4 | |
| sub_num | OFTString | 591 | 117, 117, 117 | |
| street | OFTString | 3.4k | RD 115, RD 115, RD 111 | |
| street_num | OFTInteger | 4.4k | 0, 371, 0 | |
| deed_book | OFTString | 1.0k | 2017, 2019, 2020 | |
| deed_page | OFTString | 2.3k | 0149*, 0113*, 0158* | |
| deed_date | OFTString | 9.9k | 2017-11-27, 2018-08-15, 2020-11-06 | |
| legal1 | OFTString | 12.5k | PT NE1/4 NE1/4, PT N1/2, PT NE 1/4 | |
| legal2 | OFTString | 274 | P O BOX 496/ SHANNON, PER BROTHER 2/11/93, ONIE ADKINSON | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 31.7k | 0 RD 115, 371 RD 115, 0 RD 111 | |
| prc | OFTString | 43.0k | http://dl.agd.cc/prc/ms/lee/1390-30-005-00.pdf, http://dl.agd.cc/prc/ms/lee/1390-30-006-00.pdf, http://dl.agd.cc/prc/ms/lee/1390-30-006-03.pdf | |
| print_ | OFTString | 43.0k | http://apps.agdmaps.com/print/ms/lee/index.html?PPIN=10796, http://apps.agdmaps.com/print/ms/lee/index.html?PPIN=10797, http://apps.agdmaps.com/print/ms/lee/index.html?PPIN=42426 | |
| shape__are | OFTReal | 43.0k | 2682269.402344, 1823471.650391, 44064.348022 | |
| shape__len | OFTReal | 43.0k | 17282.304287, 9653.666042, 989.652075 |
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.