24 attribute fields, profiled from the March 2023 vintage.
Columns in Sumter County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid_1 | OFTInteger | 50.0k | 56984, 3270, 3413 | |
| objectid | OFTInteger | 50.0k | 81937, 54199, 54224 | |
| subd_index | OFTString | 934 | 0, 0, 0 | |
| parid | OFTString | 50.0k | 0489001001, 1120001035, 1150001013 | |
| deedacre | OFTReal | 26.4k | 16648.7, 3.19, 6.91 | |
| lot_no | OFTString | 2.5k | 2, A-D, 6 | |
| acreage | OFTString | 4.7k | 16648.7, 3.19, 6.91 | |
| year | OFTReal | 3 | 2023.0, 2023.0, 2023.0 | |
| tran_dt | OFTReal | 6.1k | 19931217.0, 20080903.0, 19931217.0 | |
| owner | OFTString | 43.3k | S C PUBLIC SERVICE AUTHORITY, HOLLADAY TURNER C, CHARLES FRANCIS HEIRS OF C/0 MELISSA GREEN | |
| deedbk | OFTString | 1.2k | 1111, 331-, 1294 | |
| deedpg | OFTString | 6.2k | 3023, 4322, 3093 | |
| platbk | OFTString | 347 | 2001, Z45, Z40 | |
| platpg | OFTString | 2.2k | 38, 489, 215 | |
| street | OFTString | 7.0k | MANCHESTER TWNS, LAKEISHA RD, FULTON TWNS | |
| mail_add_1 | OFTString | 38.7k | P O BOX 2946101, P O BOX 36, P O BOX 494 | |
| mail_add_2 | OFTString | 224 | PO BOX 164, 165 S COLUMBIA ST, 165 S COLUMBIA ST | |
| city | OFTString | 1.5k | MONCKS CORNER, PINEWOOD, PINEWOOD | |
| state | OFTString | 63 | SC, SC, SC | |
| zip | OFTString | 3.6k | 29461, 291250000, 29125 | |
| starea() | OFTReal | 50.0k | 731371651.304976, 138647.948911431, 307671.323841467 | |
| stlength() | OFTReal | 50.0k | 148020.681336029, 1848.67187429885, 3186.39259971977 | |
| comments1 | OFTString | 717 | 02 COMBO +0.70AC PER DB792-400 PB2001-38, PART OF COUNTY R/W, 0.07AC ADDED PER DB746-875 | |
| addres | OFTReal | 5.4k | 0.0, 9510.0, 0.0 |
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.