51 attribute fields, profiled from the October 2022 vintage.
Columns in Winston County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.3k | 82448, 82449, 82450 | |
| ppin | OFTInteger | 1 | 0, 0, 0 | |
| parcel_id | OFTString | 16.3k | 131090031 0000700, 131090031 0000800, 131090031 0000900 | |
| region | OFTString | 2 | UCP, UCP, UCP | |
| orig_oid | OFTReal | — | ||
| objectid_1 | OFTInteger | — | ||
| ppin_1 | OFTInteger | — | ||
| parcel_id_ | OFTString | — | ||
| ownername | OFTString | 11.2k | ADCOCK ROBERT D ETUX SHIRLEY L/E, BLACKSTOCK JERRY & TONY, RYLES BOBBY GEARLD ETAL | |
| address1 | OFTString | 1.8k | ADCOCK RICKY REM, LAMAR TODD RYLES, ADCOCK RICKY REM | |
| address2 | OFTString | 8.6k | 65 DOYLE ADCOCK RD, 375 JOHNNY BLACKSTOCK RD, 449 RYLES RD SOUTH | |
| address3 | OFTString | — | ||
| city | OFTString | 793 | KOSCIUSKO, KOSCIUSKO, PHILADELPHIA | |
| state | OFTString | 47 | MS, MS, MS | |
| zip | OFTString | 3.1k | 39090, 39090, 393501913 | |
| section | OFTString | 51 | 31, 31, 31 | |
| township | OFTString | 10 | 13, 13, 13 | |
| range | OFTString | 13 | 10, 10, 10 | |
| cult_val1 | OFTInteger | 4.2k | 8191, 1200, 0 | |
| cult_val2 | OFTInteger | 1 | 0, 0, 0 | |
| uncul_val1 | OFTInteger | 4.3k | 17687, 0, 4771 | |
| uncul_val2 | OFTInteger | 1 | 0, 0, 0 | |
| imp_val1 | OFTInteger | 7.6k | 66126, 0, 0 | |
| imp_val2 | OFTInteger | 1 | 0, 0, 0 | |
| land_val | OFTInteger | 6.4k | 25878, 1200, 4771 | |
| totalvalue | OFTInteger | 11.4k | 92004, 1200, 4771 | |
| cult_ac1 | OFTString | 1.8k | 16.740000, 1.200000, 0 | |
| cult_ac2 | OFTString | 1 | 0, 0, 0 | |
| uncult_ac1 | OFTString | 3.6k | 98.260000, 0, 25.500000 | |
| uncult_ac2 | OFTString | 1 | 0, 0, 0 | |
| total_ac | OFTString | 1.1k | 115, 1.200000, 25.500000 | |
| tax_dist | OFTString | 14 | 5000, 5000, 5000 | |
| exempt_cod | OFTString | 1 | 1, 1, 1 | |
| school_cod | OFTString | — | ||
| homestead | OFTString | — | ||
| sub_num | OFTString | — | ||
| sub_name | OFTString | — | ||
| street | OFTString | 1.3k | DOYLE ADCOCK RD, JOHNNY BLACKSTOCK RD, FORTUNE RD | |
| street_num | OFTInteger | 2.9k | 65, 375, 0 | |
| deed_book | OFTString | 421 | 353, 211, 361 | |
| deed_page | OFTString | 1.7k | 194, 00449, 513 | |
| deed_date | OFTString | 6.0k | 2015-07-20, 1993-05-17, 2016-09-13 | |
| legal1 | OFTString | 6.8k | PT NW4, PT SE4 NW4, PT NW4 SW4; PT N2 SW4 | |
| legal2 | OFTString | 14 | E 800 FT N 544.5 NE4 NW4, RNGE 10 EAST, PT NW4 & N2 NW4 SW4 | |
| legal3 | OFTString | — | ||
| situs_addr | OFTString | 6.5k | 65 DOYLE ADCOCK RD, 375 JOHNNY BLACKSTOCK RD, 0 | |
| print_ | OFTString | 16.3k | ||
| prc | OFTString | 16.3k | ||
| paridprint | OFTString | 16.3k | 1310900310000700, 1310900310000800, 1310900310000900 | |
| shape__are | OFTReal | 16.3k | 4754972.739075, 37671.240723, 1062134.558899 | |
| shape__len | OFTReal | 16.3k | 13896.57075, 872.877512, 6887.493684 |
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.