48 attribute fields, profiled from the September 2022 vintage.
Columns in Madison County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 229685, 229686, 229699 | |
| ppin | OFTInteger | 50.0k | 4880, 4881, 4891 | |
| parcel_id | OFTString | 50.0k | 071D-19 -001/00.00, 071D-19 -002/00.00, 071D-19 -010/00.00 | |
| region | OFTString | 2 | UBL, UBL, UBL | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 50.0k | 4880, 4881, 4891 | |
| parcel_id_ | OFTString | 50.0k | 071D-19 -001/00.00, 071D-19 -002/00.00, 071D-19 -010/00.00 | |
| ownername | OFTString | 43.5k | ABL LLC, ABL LLC, JOHNSON & DANIEL DRILLING ET AL | |
| address1 | OFTString | 40.3k | P O BOX 500, P O BOX 500, % PAULA CRAVEY | |
| address2 | OFTString | 3.4k | 831 CHOCTAW LN, 458 N LIVINGSTON RD, PO BOX 3582 | |
| address3 | OFTString | — | ||
| city | OFTString | 1.1k | CLINTON, CLINTON, SHALIMAR | |
| state | OFTString | 53 | MS, MS, FL | |
| zip | OFTString | 1.9k | 39060, 39060, 32579 | |
| section | OFTString | 36 | 19, 19, 19 | |
| township | OFTString | 6 | 07N, 07N, 07N | |
| range | OFTString | 7 | 01E, 01E, 01E | |
| cult_val1 | OFTInteger | 2.5k | 150000, 0, 0 | |
| cult_val2 | OFTInteger | 3.3k | 2410, 830, 0 | |
| uncul_val1 | OFTInteger | 142 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.3k | 1770, 6850, 7340 | |
| imp_val1 | OFTInteger | 22.6k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 5.1k | 0, 0, 0 | |
| land_val | OFTInteger | 6.1k | 154180, 7680, 7340 | |
| totalvalue | OFTInteger | 28.2k | 154180, 7680, 7340 | |
| cult_ac1 | OFTString | 712 | 10, 0, 0 | |
| cult_ac2 | OFTString | 2.7k | 19.170000, 6.600000, 0 | |
| uncult_ac1 | OFTString | 138 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 3.8k | 9.830000, 32.400000, 40 | |
| total_ac | OFTString | 3.1k | 39, 39, 40 | |
| tax_dist | OFTString | 36 | 4RM, 4RM, 4RM | |
| exempt_cod | OFTString | 15 | 0, 0, 0 | |
| homestead | OFTString | 4 | 1, 4, 4 | |
| sub_num | OFTString | 1.7k | 09302, 09302, 09302 | |
| street | OFTString | 4.1k | GREENS CROSSING RD, ROUSER RD, ELIZABETH LN | |
| street_num | OFTInteger | 3.0k | 0, 0, 0 | |
| deed_book | OFTString | 3.4k | 538, 538, 343 | |
| deed_page | OFTString | 1.0k | 149, 147, 208 | |
| deed_date | OFTString | 8.4k | 2003-07-31, 2003-07-31, 1994-09-08 | |
| legal1 | OFTString | 50.0k | SW1/4 SW1/4, SE1/4 SW1/4 SEE 071D-19-010, SE1/4 SE1/4 | |
| legal2 | OFTString | 446 | LESS 1A, MYLES, MARY EST 8, DESC | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 40.0k | 0, 0, 0 | |
| temp_parce | OFTString | 50.0k | 071D-19_-001_00_00, 071D-19_-002_00_00, 071D-19_-010_00_00 | |
| prc | OFTString | 50.0k | http://dl.agd.cc/prc/ms/madison/071D-19_-001_00_00.pdf, http://dl.agd.cc/prc/ms/madison/071D-19_-002_00_00.pdf, http://dl.agd.cc/prc/ms/madison/071D-19_-010_00_00.pdf | |
| print_ | OFTString | 50.0k | http://apps.agdmaps.com/print/ms/madison/index.html?PPIN=, http://apps.agdmaps.com/print/ms/madison/index.html?PPIN=, http://apps.agdmaps.com/print/ms/madison/index.html?PPIN= | |
| shape__are | OFTReal | 50.0k | 1740155.260986, 1782718.0896, 1778072.250488 | |
| shape__len | OFTReal | 50.0k | 5301.261492, 5340.741712, 5333.783164 |
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.