15 attribute fields, profiled from the August 2022 vintage.
Columns in Petersburg city
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_num | OFTString | 118 | 13, 12, 19 | |
| par_id | OFTString | 14.4k | 107020013, 107020012, 107020019 | |
| premise | OFTString | 2.8k | 3771, 3761, 3751 | |
| street | OFTString | 644 | HALIFAX RD, HALIFAX RD, HALIFAX RD | |
| shape_leng | OFTReal | 14.8k | 634.059195, 647.183714, 616.133415 | |
| area | OFTReal | — | ||
| objectid | OFTInteger | 14.9k | 14909, 14910, 14911 | |
| parcel_id | OFTString | 14.3k | 107020013, 107020012, 107020019 | |
| pid | OFTString | 14.3k | 107020013, 107020012, 107020019 | |
| owner | OFTString | 10.9k | CLARKSON MICHELE J, GRAVES HARRIETT A ESTATE GRAVE HARRIET A ESTATE, SHORT DABNEY E III | |
| mail_addr1 | OFTString | 10.0k | 2507 WILSON AVE BROOKLYN, NY 10469, 106 CARLTON AVE APT #5D BROOKLYN, NY 11205, 7502 CHURCH RD PETERSBURG, VA 23803 | |
| situs | OFTString | 14.3k | 3771 HALIFAX RD Petersburg VA, 3761 HALIFAX RD Petersburg VA, 3751 HALIFAX RD Petersburg VA | |
| legal | OFTString | 13.6k | 110 X 210, 122.87X210-205.91, 0.344 ACRES | |
| acreage | OFTString | 1.6k | .53, .587, .464 | |
| zoning | OFTString | 24 | R-1, R-1, R-1 |
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.