30 attribute fields, profiled from the February 2021 vintage.
Columns in Brunswick County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 50671, 75761, 75762 | |
| parcelnumb | OFTString | 50.0k | 2550002802, 255PD011, 255PD012 | |
| pin | OFTString | 50.0k | 103410255472, 103410361722, 103410371056 | |
| calcac | OFTReal | 9.2k | 216.03, 0.2, 0.27 | |
| deedacreag | OFTString | 4.1k | 216.030 AC, 1.000 LT, 1.000 LT | |
| legaldescr | OFTString | 50.0k | T-E&G 216.03 AC OCEAN HAR PL 99/48& R/345 X/340, L-603 S-4 DEVAUN PARK PL 107/59, L-604 S-4 DEVAUN PARK PL 107/59 | |
| name1 | OFTString | 50.0k | OCEAN HARBOR GOLF LINKS INC, MGSS LLC, MGSS LLC | |
| name2 | OFTString | 50.0k | DOCKIEWICZ BERNADETTE T, ROBERTS TERESA, ROBERTS TERESA | |
| address1 | OFTString | 5.0k | C/O LADANE WILLIAMSON, C/O FIRSTSERVICE RESIDENT, C/O FIRSTSERVICE RESIDENT | |
| address2 | OFTString | 50.0k | 11 CAUSEWAY DRIVE, PO BOX 632, PO BOX 632 | |
| city | OFTString | 5.1k | OCEAN ISLE BEACH, NORTH MYRTLE BEACH, NORTH MYRTLE BEACH | |
| state | OFTString | 62 | NC, SC, SC | |
| zipcode | OFTString | 37.7k | 28469, 29597, 29597 | |
| housenumbe | OFTString | 9.9k | 009530, 009279, 009298 | |
| streetname | OFTString | 5.5k | SHADY FOREST, MURPHY, MURPHY | |
| streettype | OFTString | 25 | DR, WAY, WAY | |
| streetdire | OFTString | — | ||
| zoning | OFTString | 124 | PUD, PUD, PUD | |
| improvemen | OFTString | 82 | 21, 07, 01 | |
| actualyear | OFTInteger | 162 | 1990, 1984, 2020 | |
| effectivey | OFTInteger | 107 | 1990, 1990, 2020 | |
| deedbook | OFTString | 4.5k | 00937, 03545, 04085 | |
| deedpage | OFTString | 1.6k | 0826, 1031, 1312 | |
| platbook | OFTString | 298 | 0099, 0107, 0107 | |
| platpage | OFTString | 751 | 0048, 0059, 0059 | |
| taxcard | OFTString | 50.0k | ||
| locationon | OFTString | 16 | ||
| location_1 | OFTString | 2 | B, P, B | |
| area | OFTReal | 50.0k | 9410251.181571, 8634.652502, 11605.138861 | |
| len | OFTReal | 50.0k | 16779.125736, 408.052239, 428.303311 |
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.