47 attribute fields, profiled from the October 2022 vintage.
Columns in Amite County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.5k | 33280, 33286, 33287 | |
| ppin | OFTInteger | 16.5k | 16041, 376, 16428 | |
| parcel_id | OFTString | 16.5k | 12 90035 0000310, 12 90036 0000400, 12 90036 0000410 | |
| region | OFTString | 2 | LBL, LBL, LBL | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 16.5k | 16041, 376, 16428 | |
| parcel_id_ | OFTString | 16.5k | 12 90035 0000310, 12 90036 0000400, 12 90036 0000410 | |
| ownername | OFTString | 10.8k | GAULDEN FAMILY PARTNERSHIP, LP, WOODSIDE, TERRY, WOODSIDE CATTLE RANCH, LLC | |
| address1 | OFTString | 9.4k | 2081 LOUIS GAULDEN ROAD, 3333 B MS HWY 48 W, 3333 B HWY 48 W | |
| address2 | OFTString | 2.0k | 7240 HWY 422, 9487 STANFORD DRIVE, 9487 STANFORD DR | |
| address3 | OFTString | — | ||
| city | OFTString | 884 | CENTREVILLE, LIBERTY, LIBERTY | |
| state | OFTString | 47 | MS, MS, MS | |
| zip | OFTString | 1.8k | 39631, 39645, 39645 | |
| section | OFTString | 63 | 35, 36, 36 | |
| township | OFTString | 26 | 02N, 01N, 01N | |
| range | OFTString | 33 | 02E, 02E, 02E | |
| cult_val1 | OFTInteger | 787 | 0, 7000, 0 | |
| cult_val2 | OFTInteger | 3.9k | 7912, 95, 42765 | |
| uncul_val1 | OFTInteger | 29 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 6.9k | 13196, 53, 570 | |
| imp_val1 | OFTInteger | 4.4k | 0, 51380, 0 | |
| imp_val2 | OFTInteger | 1.5k | 0, 0, 19870 | |
| land_val | OFTInteger | 9.5k | 21108, 7148, 43335 | |
| totalvalue | OFTInteger | 12.2k | 21108, 58528, 63205 | |
| cult_ac1 | OFTString | 124 | 0, 1, 0 | |
| cult_ac2 | OFTString | 2.1k | 20.940000, 0.180000, 114.140000 | |
| uncult_ac1 | OFTString | 27 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 4.4k | 63.060000, 0.200000, 2.280000 | |
| total_ac | OFTString | 3.3k | 84, 1.380000, 116.420000 | |
| tax_dist | OFTString | 22 | 2002, 2002, 2002 | |
| exempt_cod | OFTString | 13 | 0, 0, 0 | |
| homestead | OFTString | 4 | 4, 1, 4 | |
| sub_num | OFTString | — | ||
| street | OFTString | 3.3k | N&S OF COLLINS RD., W/S OF RD., S/S COLLINS RD. | |
| street_num | OFTInteger | 64 | 0, 0, 0 | |
| deed_book | OFTString | 466 | 363, 378, 416 | |
| deed_page | OFTString | 897 | 433, 710, 306 | |
| deed_date | OFTString | 6.0k | 2011-09-02, 2016-01-27, 1948-07-17 | |
| legal1 | OFTString | 10.7k | PT OF SW1/4, PT OF NW1/4, PT OF NW1/4 | |
| legal2 | OFTString | 227 | CAMP VAN DORN, ADDITION-PG 118 WILLIAM NEWTON LINDSAY DIVISIO, N | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 3.3k | 0, 0 N&S OF COLLINS RD., 0 | |
| prc | OFTString | 16.5k | http://dl.agd.cc/prc/ms/amite/12_90035_0000310.pdf, http://dl.agd.cc/prc/ms/amite/12_90036_0000400.pdf, http://dl.agd.cc/prc/ms/amite/12_90036_0000410.pdf | |
| print_ | OFTString | 16.5k | http://apps.agdmaps.com/print/ms/amite/index.html?PPIN=16041, http://apps.agdmaps.com/print/ms/amite/index.html?PPIN=376, http://apps.agdmaps.com/print/ms/amite/index.html?PPIN=16428 | |
| shape__are | OFTReal | 16.4k | 3637187.304749, 69443.488983, 4853281.451355 | |
| shape__len | OFTReal | 16.4k | 8645.011505, 2565.977329, 9255.861482 |
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.