35 attribute fields, profiled from the May 2022 vintage.
Columns in Burke County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pin | OFTString | 50.0k | 2734480105, 2734275510, 2734757610 | |
| objectid | OFTInteger | 50.0k | 55477, 55478, 10731 | |
| reid | OFTString | 50.0k | 57874, 63137, 11755 | |
| pin_ext | OFTString | 51 | 000, 000, 000 | |
| property_d | OFTString | 3.3k | MHP JOHN BERRY RD, MHP JOHN BERRY RD, MHP SMITH MHP UNL | |
| acreage | OFTReal | 3.5k | 121.03, 1.42, 0.7 | |
| property_o | OFTString | 41.1k | TABLE ROCK PLACE LLC, TOWN OF VALDESE, EDWARDS, FANNIE G | |
| owner_mail | OFTString | 34.0k | 3475 PIEDMONT ROAD NE, PO BOX 339, 4791 LAKEVIEW ACRES RD | |
| owner_ma_1 | OFTString | 101 | SUITE 1125, STE 204-168, PMB 154 | |
| owner_ma_2 | OFTString | 67 | CHARLOTTE NC 28270, VALDESE NC 28690, RUTHERFORD COLLEGE NC 28671 | |
| owner_ma_3 | OFTString | 1.5k | ATLANTA, VALDESE, VALDESE | |
| owner_ma_4 | OFTString | 52 | GA, NC, NC | |
| owner_ma_5 | OFTString | 2.1k | 30305, 28690, 28690 | |
| owner_ma_6 | OFTString | 257 | 0471, 3119, 1761 | |
| location_a | OFTString | 47.0k | 4407 JOHN BERRY RD, 0 JOHN BERRY RD, 4791 LAKEVIEW ACRES RD NW | |
| phyaddr_st | OFTString | 8.5k | 4407, 0, 4791 | |
| phyaddr__1 | OFTString | 214 | L1/2, L1/5, 1 | |
| phyaddr_di | OFTString | 4 | E, W, W | |
| phyaddr__2 | OFTString | 2.5k | JOHN BERRY, JOHN BERRY, LAKEVIEW ACRES | |
| phyaddr__3 | OFTString | 46 | RD, RD, RD | |
| phyaddr__4 | OFTString | 8 | NW, NE, NE | |
| phyaddr_ci | OFTString | 13 | VALDESE, VALDESE, VALDESE | |
| phyaddr__5 | OFTString | 1 | NC, NC, NC | |
| phyaddr_zi | OFTString | 16 | 28690, 28690, 28690 | |
| phyaddr_pl | OFTString | — | ||
| total_prop | OFTReal | 45.8k | 494690.0, 22406.0, 61997.0 | |
| deed_date | OFTString | 12.2k | 2019-04-03, 2017-08-01, 2007-01-10 | |
| deed_book | OFTString | 2.4k | 002396, 002304, 001630 | |
| deed_page | OFTString | 2.5k | 00325, 00584, 00184 | |
| calculated | OFTReal | 3.5k | 121.03, 1.42, 0.7 | |
| deeded_acr | OFTReal | 3.5k | 121.03, 1.42, 0.7 | |
| map_book | OFTString | 61 | 44, 44, 43 | |
| map_page | OFTString | 281 | 285, 285, 165 | |
| starea() | OFTReal | 50.0k | 4724983.593994, 62138.29364, 27891.551514 | |
| stlength() | OFTReal | 50.0k | 18966.851338, 1004.069029, 810.645427 |
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.