27 attribute fields, profiled from the August 2022 vintage.
Columns in Gloucester County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 27.0k | 20555969, 20555980, 20555983 | |
| rpc | OFTString | 24.9k | 10023, 10033, 10035 | |
| gpin | OFTString | 25.0k | 0661-49-3959, 0662-40-4142, 0662-37-6029 | |
| zoning | OFTString | 18 | SF-1, SF-1, SF-1 | |
| name | OFTString | 24.9k | 51A(1)-8, 51A(1)-5, 50A(1)-8 | |
| rezoning | OFTString | 145 | Z-90-02.pdf, Z-89-02.pdf, Z-89-02.pdf | |
| proffers | OFTString | 2 | YES, YES, YES | |
| pid | OFTInteger | 24.9k | 20, 30, 32 | |
| location | OFTString | 18.0k | 1302 GREATE RD, 0 GREATE RD, 7356 JOSEPH LEWIS RD | |
| allown | OFTString | 18.0k | VIRGINIA INSTITUTE OF MARINE SCIENCE, COLLEGE OF WILLIAM AND MARY VA INSTITUTE OF MARINE SCIENCE, PRUITT, WILLIAM A & PRUITT, DIANE P | |
| owneraddre | OFTString | 14.8k | PO BOX 1346, PO BOX 1346, 497 PLANTATION RD | |
| owneradd_1 | OFTString | 1.2k | GLOUCESTER POINT, VA 23062, GLOUCESTER POINT, VA 23062, NORTH, VA 23128 | |
| saledate | OFTString | 7.9k | 1900-01-01, 1989-12-01, 1984-08-10 | |
| tot_assess | OFTReal | 17.4k | 309110.0, 33920.0, 204290.0 | |
| tot_lnd | OFTReal | 9.5k | 129490.0, 33920.0, 70370.0 | |
| tot_impr | OFTReal | 12.8k | 179620.0, 0.0, 133920.0 | |
| lsize_ac | OFTReal | 3.6k | 0.47, 0.102, 1.258 | |
| sbp_0 | OFTString | 19.8k | 999/999, 376/450, 275/403 | |
| instrument | OFTString | 31 | 00, 00, 03 | |
| sprice_0 | OFTReal | 2.7k | 0.0, 68500.0, 0.0 | |
| sdate_1 | OFTString | 7.9k | 1900-01-01, 1900-01-01, 1900-01-01 | |
| luse | OFTString | 414 | E377, 78CT, R1TS | |
| luse_desc | OFTString | 395 | Colleges, Educational - Vac Com Std, Res Urban Std | |
| lzone | OFTString | 13 | SF-1, SF-1, SF-1 | |
| lnbhdd | OFTString | 622 | GP CM ZONE B, GP CM ZONE B, GP NW 1946-1980 (GD) | |
| alt_catego | OFTString | 4 | Land Use, Land Use, Land Use | |
| depth | OFTString | — |
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.