37 attribute fields, profiled from the August 2022 vintage.
Columns in Sussex County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 10.6k | 3695, 3680, 3685 | |
| map_pin | OFTString | 10.5k | 171-A-3, 171-A-2, 171-A-23 | |
| cama_link | OFTString | 9.6k | 171-A-3, 171-A-2, 171-A-23 | |
| cama_lot | OFTString | 545 | 3, 2, 23 | |
| tax_map | OFTString | 188 | 171, 171, 171 | |
| section | OFTString | 29 | A, A, A | |
| block | OFTString | 20 | D, B, A | |
| lot | OFTString | 556 | 3, 2, 23 | |
| map_type | OFTString | 2 | SECTION, SECTION, SECTION | |
| zoning | OFTString | 19 | A-1, A-1, A-1 | |
| subtype | OFTInteger | 2 | 0, 0, 0 | |
| account_nu | OFTReal | 9.3k | 1133.0, 1895.0, 9592.0 | |
| objectid_1 | OFTInteger | 9.0k | 434, 854, 5408 | |
| acct_ | OFTReal | 9.0k | 1133.0, 1895.0, 9592.0 | |
| taxmap | OFTReal | 156 | 171.0, 171.0, 171.0 | |
| taxmap_suf | OFTString | 15 | A, A, A | |
| section_1 | OFTString | 34 | A, A, A | |
| block_1 | OFTString | 20 | B, A, A | |
| cama_lot_1 | OFTReal | 278 | 3.0, 2.0, 23.0 | |
| lot_suffix | OFTString | 37 | A, B, C | |
| name | OFTString | 6.1k | WRT TIMBER HOLDINGS LLC, WRT TIMBER HOLDINGS LLC, HARRELL PATRICIA NAN & | |
| address_1 | OFTString | 1.9k | C/O RYAN LLC, C/O RYAN LLC, DAVID BRUCE HARRELL | |
| address_2 | OFTString | 5.1k | P O BOX 460329 DEPT 909, P O BOX 460329 DEPT 909, 3317 HARD ROCK CT | |
| address_3 | OFTString | 776 | HOUSTON TX, HOUSTON TEXAS, RICHMOND VA | |
| zip_code_5 | OFTReal | 667 | 77056.0, 77056.0, 23230.0 | |
| zip_code_4 | OFTReal | 179 | 0.0, 0.0, 0.0 | |
| desc_1 | OFTString | 6.5k | CAWLEY 158 HAYES TR, OLD MASON TR, OLD JONES PLACE | |
| desc_2 | OFTString | 4.2k | SITE NUMBER 90073207, KATE GRIZZARD, #2 | |
| land_value | OFTReal | 1.9k | 410000.0, 372300.0, 109300.0 | |
| improv__va | OFTReal | 1.8k | 0.0, 0.0, 0.0 | |
| use_value | OFTReal | 1 | 0.0, 0.0, 0.0 | |
| acres | OFTReal | 2.9k | 5400000.0, 3304500.0, 890000.0 | |
| class_code | OFTReal | 7 | 6.0, 6.0, 5.0 | |
| tax_class2 | OFTReal | 9 | 0.0, 0.0, 0.0 | |
| cama_link_ | OFTString | 9.0k | 171-A-3, 171-A-2, 171-A-23 | |
| shape__are | OFTReal | 10.5k | 28076496.601562, 14376774.96875, 3987235.277344 | |
| shape__len | OFTReal | 10.5k | 27432.88122, 15825.669576, 8982.869082 |
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.