35 attribute fields, profiled from the June 2021 vintage.
Columns in Caswell County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.9k | 631, 5123, 6614 | |
| pin | OFTString | 15.7k | 894100624466, 894100705514, 894100338067 | |
| tid | OFTString | 16.4k | 0015 016, 0015 057, 0015 073 | |
| newnumber | OFTString | 16.4k | 0015.00.00.0016.0000, 0015.00.00.0057.0000, 0015.00.00.0073.0000 | |
| account | OFTString | 16.4k | 0015000000160000, 0015000000570000, 0015000000730000 | |
| calculated | OFTReal | 16.6k | 18.3438, 1.31063, 3.00301 | |
| p_pin | OFTString | 16.4k | 0015000000160000, 0015000000570000, 0015000000730000 | |
| n_name | OFTString | 11.8k | BRYAN M WAGONER, DARRELL W & LISA O WADE, CARRIE IREAN WOODS | |
| n_name2 | OFTString | 2.1k | ANDREA CARTER JTWRS, JAMES & ANGELA WALKER REV TRST, REM:MONROE LEE HOOKER | |
| n_house_nr | OFTString | 4.5k | 9948, 5524, 791 | |
| n_street | OFTString | 4.0k | KERR CHAPEL RD, NC HWY 87 NORTH, PARKDALE RD | |
| n_addr2 | OFTString | 807 | PO BOX 66, PO BOX 4296, P O BOX 882595 | |
| n_addr3 | OFTString | 44 | TRULIANT FCU, BK WACHOVIA, PROPONENT FCU | |
| n_city | OFTString | 736 | GIBSONVILLE, GIBSONVILLE, GIBSONVILLE | |
| n_state | OFTString | 56 | NC, NC, NC | |
| n_zip_firs | OFTString | 957 | 27249, 27249, 27249 | |
| aa_house_n | OFTInteger | 4.7k | 9598, 5524, 791 | |
| aa_street | OFTString | 1.2k | KERR'S CHAPEL, NC HWY 87, PARKDALE | |
| p_street_t | OFTString | 40 | RD, RD, RD | |
| aa_city | OFTString | 62 | GIBSONVILLE, GIBSONVILLE, GIBSONVILLE | |
| p_district | OFTInteger | 18 | 800, 800, 800 | |
| p_township | OFTString | 12 | 0108, 0108, 0108 | |
| p_book | OFTString | 553 | 277, 311, 17E | |
| p_page | OFTString | 1.6k | 795, 797, 121 | |
| av_use_typ | OFTString | 20 | 01, 01, 01 | |
| av_acres | OFTReal | 3.9k | 19.73, 1.45, 2.38 | |
| av_fmv_lan | OFTInteger | 9.8k | 156868, 20030, 20640 | |
| av_fmv_imp | OFTInteger | 10.3k | 0, 89125, 176620 | |
| p_deeded_a | OFTReal | 3.9k | 19.73, 1.45, 2.38 | |
| p_book2 | OFTString | 553 | 109, 296, 598 | |
| p_page2 | OFTString | 1.5k | 283, 764, 1428 | |
| p_book3 | OFTString | 187 | 12, 254, 12 | |
| p_page3 | OFTString | 1.4k | 44, 142, 633 | |
| p_year | OFTInteger | 6 | 2021, 2021, 2021 | |
| p_status_y | OFTInteger | 181 | 20200420, 20200420, 20200420 |
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.