48 attribute fields, profiled from the October 2022 vintage.
Columns in Oktibbeha County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 24.4k | 97381, 97384, 97399 | |
| ppin | OFTInteger | 24.3k | 14856, 11413, 6364 | |
| parcel_id | OFTString | 24.4k | 019 -29-003.00, 019 -29-006.00, 019 -30-012.00 | |
| region | OFTString | 2 | UCP, UCP, UCP | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 24.3k | 14856, 11413, 6364 | |
| parcel_id_ | OFTString | 24.3k | 019 -29-003.00, 019 -29-006.00, 019 -30-012.00 | |
| ownername | OFTString | 17.7k | TWIN CREEKS TIMBER LLC, PLUM CREEK CONTRIBUTION PARTNER LLC, JACKSON JAMES DANIEL REV TRUST | |
| address1 | OFTString | 15.1k | C/O LARSON & MCGOWIN LLC, C/O CAMPBELL GLOBAL LLC, C/O JOY J LAMB | |
| address2 | OFTString | 971 | PO BOX 1446, 8809 LENOX POINTE DR STE B, 7922 SAILBOAT KEY BLVD | |
| address3 | OFTString | — | ||
| city | OFTString | 1.0k | MOBILE, CHARLOTTE, SOUTH PASANDA | |
| state | OFTString | 50 | AL, NC, FL | |
| zip | OFTString | 1.5k | 36633, 28273, 33707 | |
| section | OFTString | 42 | 29, 29, 30 | |
| township | OFTString | 14 | 17N, 17N, 17N | |
| range | OFTString | 12 | 12E, 12E, 12E | |
| cult_val1 | OFTInteger | 765 | 0, 0, 0 | |
| cult_val2 | OFTInteger | 1.8k | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 7 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1.7k | 27860, 15120, 24460 | |
| imp_val1 | OFTInteger | 8.6k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 3.7k | 0, 0, 0 | |
| land_val | OFTInteger | 3.1k | 27860, 15120, 24460 | |
| totalvalue | OFTInteger | 12.9k | 27860, 15120, 24460 | |
| cult_ac1 | OFTString | 336 | 0, 0, 0 | |
| cult_ac2 | OFTString | 1.9k | 0, 0, 0 | |
| uncult_ac1 | OFTString | 8 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.2k | 160, 80.280000, 117.800000 | |
| total_ac | OFTString | 2.9k | 160, 80.280000, 117.800000 | |
| tax_dist | OFTString | 23 | 4000, 4000, 4000 | |
| exempt_cod | OFTString | 18 | 0, 0, 0 | |
| homestead | OFTString | 4 | 4, 4, 3 | |
| sub_num | OFTString | — | ||
| street | OFTString | 1.7k | SHARP RD, SHARP RD, SHARP RD | |
| street_num | OFTInteger | 3.1k | 0, 0, 0 | |
| deed_book | OFTString | 134 | 2018, 2008, 2019 | |
| deed_page | OFTString | 8.3k | 208, 6674, 06744 | |
| deed_date | OFTString | 5.1k | 2017-12-13, 2008-09-29, 2019-09-19 | |
| legal1 | OFTString | 19.6k | N2 SW4, S2 SE4, S2 SW4 & NW4 SW4 | |
| legal2 | OFTString | 2.5k | OF NW4 SW4, RD, LINDA LN | |
| legal3 | OFTString | 354 | & PT NW4 SE4 W OF POWERLINE, IN SE4 SW4 & PTLY IN SW4 SE4, SE4 NE4 & NE4 SE4 | |
| situs_addr | OFTString | 12.8k | 0, 0, 0 | |
| prc | OFTString | 24.4k | http://dl.agd.cc/prc/ms/oktibbeha/019_-29-003_00.pdf, http://dl.agd.cc/prc/ms/oktibbeha/019_-29-006_00.pdf, http://dl.agd.cc/prc/ms/oktibbeha/019_-30-012_00.pdf | |
| print_ | OFTString | 24.3k | http://apps.agdmaps.com/print/ms/oktibbeha/index.html?PPIN=, http://apps.agdmaps.com/print/ms/oktibbeha/index.html?PPIN=, http://apps.agdmaps.com/print/ms/oktibbeha/index.html?PPIN= | |
| parid_agd | OFTString | 24.4k | 019_-29-003_00, 019_-29-006_00, 019_-30-012_00 | |
| shape__are | OFTReal | 23.3k | 6891220.481689, 3466589.113037, 5225753.58313 | |
| shape__len | OFTReal | 22.7k | 12247.92967, 7908.41653, 10543.201334 |
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.