41 attribute fields, profiled from the October 2023 vintage.
Columns in Greenwood County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pin | OFTString | 38.2k | 6708-429-348, 6708-487-303, 6708-519-301 | |
| siteaddres | OFTString | 33.6k | MCCORMICK HWY, 8224 MCCORMICK HWY, MCCORMICK HWY | |
| owner | OFTString | 28.5k | COX J M III ETAL, REESE HOYT LIFE ESTATE, COX MARY CAROLYN BRADLEY(HEIR/ETA | |
| mailaddres | OFTString | 25.0k | PO BOX 98, 602 HAGOOD MILL RD, 110 MAYAPPLE LN | |
| mailcityst | OFTString | 5.5k | TROY, SC 29848-0098, PICKENS, SC 29671-9256, GREENWOOD, SC 29649-0000 | |
| purchaseda | OFTString | 9.9k | 1986-03-13, 2003-12-11, 2017-11-29 | |
| deed | OFTString | 32.7k | 314-79, 818-179, 1600-1350 | |
| plat | OFTString | 16.0k | 8-100, 23-176, 2-114 | |
| fema_loma_ | OFTString | 105 | ||
| taxvalue_t | OFTInteger | 4.0k | 32800, 65000, 100 | |
| capvalue_t | OFTInteger | 3.8k | 32800, 71300, 100 | |
| marketvalu | OFTInteger | 4.0k | 34200, 65000, 500 | |
| assessedva | OFTInteger | 2.4k | 160, 1840, 10 | |
| proptype | OFTString | 6 | Farm/Timber, Farm/Timber, Residential | |
| propusecod | OFTString | 102 | CC, CD, AC | |
| subdivisio | OFTString | 689 | SHORT HILL FARM, SHORT HILL FARM, SHORT HILL FARM | |
| descriptio | OFTString | 32.5k | 28.5 AC, 14.84 AC, 1 LOT | |
| yearbuilt | OFTInteger | 168 | 0, 1920, 0 | |
| sqft | OFTInteger | 4.3k | 0, 1350, 0 | |
| area | OFTReal | 38.2k | 1441379.40539551, 608600.32373047, 85431.41003418 | |
| bedrooms | OFTInteger | 10 | 0, 2, 0 | |
| bathrooms | OFTInteger | 10 | 0, 1, 0 | |
| halfbaths | OFTInteger | 8 | 0, 0, 0 | |
| finbsmtsqf | OFTInteger | 729 | 0, 0, 0 | |
| unfinbsmts | OFTInteger | 748 | 0, 0, 0 | |
| taxexempti | OFTString | 5 | Exempt, State Exempt (Gov't), State Exempt (Gov't) | |
| taxcommiss | OFTString | 3 | County, County, County | |
| taxdistric | OFTString | 69 | 5-Greenwood Rural, 5-Greenwood Rural, 5-Greenwood Rural | |
| lakefront | OFTString | 2 | N, N, N | |
| taxvalue_l | OFTInteger | 2.3k | 32800, 22300, 100 | |
| taxvalue_i | OFTInteger | 3.4k | 0, 42700, 0 | |
| capvalue_l | OFTInteger | 2.2k | 32800, 25600, 100 | |
| capvalue_i | OFTInteger | 3.3k | 0, 45700, 0 | |
| marketva_1 | OFTInteger | 2.3k | 34200, 22300, 500 | |
| marketva_2 | OFTInteger | 3.4k | 0, 42700, 0 | |
| mobilehome | OFTString | 2 | no, no, no | |
| deedlink | OFTString | 32.4k | /ClerkOfCourtHome/Deeds/PDF/0314/Deed-0314-0079.pdf, /ClerkOfCourtHome/Deeds/PDF/0818/Deed-0818-0179.pdf, /ClerkOfCourtHome/Deeds/PDF/1600/Deed-1600-1350.pdf | |
| platlink | OFTString | 15.9k | /ClerkOfCourtHome/Plats/PDF/0008/Plat-0008-0100.pdf, /ClerkOfCourtHome/Plats/PDF/0023/Plat-0023-0176.pdf, /ClerkOfCourtHome/Plats/PDF/0002/Plat-0002-0114.pdf | |
| picturelin | OFTString | 26.9k | /PropertyImagesWeb/Picture/6708/6708-438-225.jpg, /PropertyImagesWeb/Picture/6708/6708-547-204 (MH Site).JPG, /PropertyImagesWeb/Picture/6738/6738-677-339.jpg | |
| sketchlink | OFTString | 12.7k | /PropertyImagesWeb/Sketch/6708/6708-487-303-1.JPG, /PropertyImagesWeb/Sketch/6708/6708-541-259-1.JPG, /PropertyImagesWeb/Sketch/6738/6738-950-167-1.JPG | |
| objectid | OFTInteger | 38.3k | 30147, 30148, 30149 |
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.