49 attribute fields, profiled from the March 2022 vintage.
Columns in Tate County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 17.0k | 50752, 50754, 50755 | |
| ppin | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id | OFTString | 17.0k | 186 13 0000600, 186 13 0000900, 186 13 0001100 | |
| region | OFTString | 3 | UD, UD, UD | |
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id_ | OFTString | 10.1k | 186 13 000060, 186 13 000090, 186 13 000110 | |
| ownername | OFTString | 12.2k | CHANEY ROY N & MELINDA D, MAYO MICHAEL, HOWE RONALD ALLEN | |
| address1 | OFTString | 905 | C/O PAUL LANIER, C/O RICHARD MILLER, C/O MALLORY WHITSELL | |
| address2 | OFTString | 10.5k | 323 SARAH ROAD, 690 EGYPT CREEK RD, 481 SARAH RD | |
| address3 | OFTString | — | ||
| city | OFTString | 439 | SARAH, SARAH, SARAH | |
| state | OFTString | 45 | MS, MS, MS | |
| zip | OFTString | 628 | 386650000, 38665, 38665 | |
| section | OFTString | 37 | 13, 13, 13 | |
| township | OFTString | 8 | 06, 06, 06 | |
| range | OFTString | 11 | 10, 10, 10 | |
| cult_val1 | OFTInteger | 5.5k | 25590, 4000, 5500 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 3.0k | 0, 0, 0 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 9.6k | 37891, 2432, 2432 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 5.9k | 25590, 4000, 5500 | |
| totalvalue | OFTInteger | 13.0k | 63481, 6432, 7932 | |
| cult_ac1 | OFTString | 2.8k | 7.530000, 0, 0 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 2.4k | 0, 0, 0 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.4k | 7.530000, 0, 0 | |
| tax_dist | OFTString | 16 | 1000, 1000, 1000 | |
| exempt_cod | OFTString | 1 | 1, 1, 1 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | — | ||
| sub_num | OFTString | 2 | 97 35, 97 35, 075 21 | |
| sub_name | OFTString | 64 | SARAH, SARAH, SARAH | |
| street | OFTString | 742 | SARAH RD, SARAH RD, SARAH RD | |
| street_num | OFTInteger | 4.0k | 323, 344, 481 | |
| deed_book | OFTString | 263 | 2002, 2015, A97 | |
| deed_page | OFTString | 5.3k | 2017, 1452, 00152 | |
| deed_date | OFTString | 6.9k | 2002-08-29, 2015-06-03, 1998-04-14 | |
| legal1 | OFTString | 9.2k | PT NE1/4 NW1/4 & PT NW 1/4 NE 1/4, PT NE1/4 NW1/4, PT NE1/4 NW1/4 | |
| legal2 | OFTString | 1 | 2 BUILDINGS | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 10.5k | 323 SARAH RD, 344 SARAH RD, 481 SARAH RD | |
| print_ | OFTString | 17.0k | ||
| paridurl | OFTString | 17.0k | _186_13________0000600, _186_13________0000900, _186_13________0001100 | |
| shape__are | OFTReal | 16.7k | 430305.373535, 3870.413818, 7638.665039 | |
| shape__len | OFTReal | 16.5k | 3191.065563, 277.496336, 476.410411 |
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.