25 attribute fields, profiled from the April 2021 vintage.
Columns in Rappahannock County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 5.7k | 11 1, 11 1B, 11 2 | |
| OWNER | OFTString | 3.7k | GREEN REBEKAH D, SMOOT ERNEST ESTATE, VAN HOOK MATTHEW | |
| LAND_COVER | OFTString | 4.5k | {"21": 18, "41": 115, "81": 270}, {"41": 120}, {"21": 18, "41": 115, "81": 270} | |
| MUNI_ID | OFTInteger64 | 5 | 1927333, 1927333, 1927333 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 5103210, 5103210, 5103210 | |
| ZIP_CODE | OFTString | 13 | 22747, 22747, 22747 | |
| LEGAL_DESC | OFTString | 3.0k | 1985 DB 150/789 & 803, 1996 DB 220/423, 1986 DB 155/689 #6770 | |
| LEGAL_D_01 | OFTString | 4.0k | 1978 DEED 1166, 260AC, 1972 DEED 11466 | |
| LEGAL_D_02 | OFTString | 4.3k | 73.0202 ACS LOTS 1 & 2, ADJ J J MILLER, 6.3062 ACS | |
| MAIL_ADDRE | OFTString | 537 | 3234 ATLANTA ST, 6597 TERRI KNOLL COURT, 4600 LESLIE AVE | |
| MAIL_AD_01 | OFTString | 3.1k | 40326 FOXFIELD LANE, C/O JOHN M ANDERSON, CHOTNER DEBORAH | |
| CENSUS_TRA | OFTInteger64 | 2 | 950100, 950100, 950100 | |
| CENSUS_BLK | OFTInteger | 3 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 337 | 2017, 2017, 2017 | |
| AREA_METER | OFTReal | 6.0k | 308682.609473965, 75456.0067319146, 308682.609473965 | |
| FLD_ZONE | OFTString | 11 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 11 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 4 | 2629022, 2629022, 2629022 | |
| ELEVATION | OFTString | 6.0k | ||
| ROBUST_ID | OFTString | 6.0k | AADH1XTnvse15baL, AADH1bw0A39pdpWY, AADH1T9KeAh0SB12 | |
| CALC_ACREA | OFTReal | 6.0k | 76.2785596271115, 18.6459338235234, 76.2785596271115 | |
| COUNTY_NAM | OFTString | 1 | Rappahannock, Rappahannock, Rappahannock | |
| COUNTY_FIP | OFTInteger64 | 1 | 51157, 51157, 51157 | |
| STATE_ABBR | OFTString | 1 | VA, VA, VA | |
| CTY_ROW_ID | OFTInteger64 | 6.0k | 3333, 3873, 3342 |
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.