47 attribute fields, profiled from the April 2022 vintage.
Columns in Copiah County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 22.1k | 104071, 104072, 104073 | |
| ppin | OFTInteger | 22.1k | 13634, 20119, 21664 | |
| parcel_id | OFTString | 22.1k | 1-193 -32-001.00, 1-193 -32-001.01, 1-193 -32-001.02 | |
| region | OFTString | 2 | LBL, LBL, LBL | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 22.1k | 13634, 20119, 21664 | |
| parcel_id_ | OFTString | 22.1k | 1-193 -32-001.00, 1-193 -32-001.01, 1-193 -32-001.02 | |
| ownername | OFTString | 14.9k | BRADY JOHN B, DIXON WILLIAM N, BRADY JOHN B | |
| address1 | OFTString | 2.6k | NANNIE JEAN, C/O PATRICIA WILLIAMS, GULF SOUTH TAX COORDINATOR | |
| address2 | OFTString | 11.9k | 3255 BRADY RD, 307 ALBRITTON TRAIL SW, 3255 BRADY RD | |
| address3 | OFTString | — | ||
| city | OFTString | 802 | LORMAN, BOGUE CHITTO, LORMAN | |
| state | OFTString | 51 | MS, MS, MS | |
| zip | OFTString | 1.2k | 39096, 39629, 39096 | |
| section | OFTString | 44 | 32, 32, 32 | |
| township | OFTString | 12 | 09N, 09N, 09N | |
| range | OFTString | 30 | 05E, 05E, 05E | |
| cult_val1 | OFTInteger | 1.3k | 0, 0, 0 | |
| cult_val2 | OFTInteger | 1.6k | 27200, 0, 17440 | |
| uncul_val1 | OFTInteger | 260 | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 2.6k | 3270, 27000, 270 | |
| imp_val1 | OFTInteger | 7.0k | 0, 0, 0 | |
| imp_val2 | OFTInteger | 1.9k | 22630, 0, 0 | |
| land_val | OFTInteger | 3.4k | 30470, 27000, 17710 | |
| totalvalue | OFTInteger | 9.0k | 53100, 27000, 17710 | |
| cult_ac1 | OFTString | 257 | 0, 0, 0 | |
| cult_ac2 | OFTString | 2.1k | 67.980000, 0, 45.280000 | |
| uncult_ac1 | OFTString | 182 | 0, 0, 0 | |
| uncult_ac2 | OFTString | 4.5k | 15.520000, 115.800000, 1.020000 | |
| total_ac | OFTString | 2.2k | 83.500000, 115.800000, 46.300000 | |
| tax_dist | OFTString | 20 | 3000, 3000, 3000 | |
| exempt_cod | OFTString | 22 | 0, 0, 0 | |
| homestead | OFTString | 4 | 3, 3, 1 | |
| sub_num | OFTString | — | ||
| street | OFTString | 1.1k | HARVEY RD, HARVEY RD, HARVEY RD | |
| street_num | OFTInteger | 2.8k | 0, 0, 0 | |
| deed_book | OFTString | 550 | 18-O, 15L, 18-O | |
| deed_page | OFTString | 867 | 99, 11, 99 | |
| deed_date | OFTString | 5.4k | 2012-11-16, 2002-04-05, 2012-11-16 | |
| legal1 | OFTString | 20.9k | E1/2 NE1/4 E/O RD AS PER DB 16D-113, SE1/4 W/O RD SEC 32-9N-5E, E1/2 SE1/4 E/O RD SEC 32-9N-5E | |
| legal2 | OFTString | 18.4k | SEC 32-9N-5E, DB 9I-2 / 12R-193, DB 16T-345 /16M-12 | |
| legal3 | OFTString | 5.8k | SEC 32-9-5E, SEC 32-9N-5E, SEC 32-9N-5E | |
| situs_addr | OFTString | 12.4k | 0 HARVEY RD, 0 HARVEY RD, 0 HARVEY RD | |
| print_ | OFTString | 22.1k | http://apps.agdmaps.com/print/ms/copiah/?PPIN=13634, http://apps.agdmaps.com/print/ms/copiah/?PPIN=20119, http://apps.agdmaps.com/print/ms/copiah/?PPIN=21664 | |
| prc | OFTString | 22.1k | https://prc.tscmaps.com/copiah-ms/1-193_-32-001_00.pdf, https://prc.tscmaps.com/copiah-ms/1-193_-32-001_01.pdf, https://prc.tscmaps.com/copiah-ms/1-193_-32-001_02.pdf | |
| shape__are | OFTReal | 22.0k | 3475162.526367, 4778894.959961, 1935907.28833 | |
| shape__len | OFTReal | 22.0k | 8055.627197, 8735.43176, 7518.131032 |
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.