31 attribute fields, profiled from the November 2023 vintage.
Columns in Anson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 18.9k | 18858, 18867, 18868 | |
| name1 | OFTString | 13.2k | MARTIN GLENN LEE, WHITE ROCK FARMS LLC, MARTIN GLENN L | |
| name2 | OFTString | 4.7k | CAROL F PURSER, CAROL F PURSER, MARIA LUISA GOMEZ VILLA | |
| mailaddres | OFTString | 10.0k | 1809 PROVIDENCE CHURCH RD, PO BOX 10, 1809 PROVIDENCE CHURCH RD | |
| mailcity | OFTString | 680 | PAGELAND, MARSHVILLE, PAGELAND | |
| mailstate | OFTString | 44 | SC, NC, SC | |
| mailzip | OFTString | 1.1k | 29728-0000, 28103-0000, 29728-0000 | |
| deedbook | OFTString | 1.1k | 216, 927, 221 | |
| deedpage | OFTString | 1.1k | 0850, 0344, 0072 | |
| physaddres | OFTString | — | ||
| dirstreet | OFTString | — | ||
| strtname | OFTString | — | ||
| defervl | OFTInteger | 1.7k | 112100, 97800, 23000 | |
| totmkt | OFTInteger | 2.9k | 109200, 65700, 7600 | |
| curtotlnd | OFTInteger | 1.6k | 63000, 65700, 7600 | |
| curtotbld | OFTInteger | 2.4k | 46200, 0, 0 | |
| curtottot | OFTInteger | 3.4k | 221300, 163500, 30600 | |
| nbhd | OFTInteger | 116 | 802, 802, 802 | |
| datefld | OFTString | 4.6k | 2009-11-25, 2020-07-14, 2020-02-21 | |
| pin | OFTString | 18.9k | 631900355065, 631900243555, 631900228599 | |
| assessedac | OFTReal | 4.6k | 96.39, 84.17, 20.0 | |
| taxyear | OFTInteger | 1 | 2023, 2023, 2023 | |
| townshipid | OFTString | 8 | 80, 80, 80 | |
| firedistri | OFTString | 8 | 30, 30, 30 | |
| saleprice | OFTInteger | 643 | 0, 0, 0 | |
| improvemen | OFTInteger | 648 | 46200, 0, 0 | |
| previousto | OFTInteger | 2.9k | 109200, 65700, 7600 | |
| descriptio | OFTString | 13.8k | TRACT # 2G N BARBEE ESTATE, TRCT#3//384-0204/323-0071/216-850G N BARBEE ESTATE, PLAT RICHARD MORRISON 5-11-99 | |
| heatedsqfe | OFTInteger | 2.5k | 0, 0, 0 | |
| acctnumber | OFTString | 18.8k | 080-000-466-00, 080-000-467-00, 080-000-477-00 | |
| situsaddre | OFTString | 13.6k | 05415 LONG PINE CH RD, 01220 LONG PINE CH RD, 01226 OFF CROWN RD |
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.