64 attribute fields, profiled from the May 2020 vintage.
Columns in Fauquier County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 35.0k | 1399, 428, 2489 | |
| lowparceli | OFTString | — | ||
| parcelid | OFTString | 34.8k | 6894-51-3918-000, 7804-36-5338-000, 7803-26-8777-000 | |
| building | OFTString | — | ||
| unit | OFTString | — | ||
| cvttxcd | OFTString | 8 | 4, 4, 4 | |
| cvttxdscrp | OFTString | — | ||
| schltxcd | OFTString | — | ||
| schldscrp | OFTString | — | ||
| usecd | OFTString | — | ||
| usedscrp | OFTString | — | ||
| nghbrhdcd | OFTString | 295 | 500000, 500000, 500000 | |
| classcd | OFTString | 33 | E74F, R2, R2 | |
| classdscrp | OFTString | 32 | FREDERICKSBURG-CITY, SINGLE FAMILY-SUBURBAN, SINGLE FAMILY-SUBURBAN | |
| siteaddres | OFTString | 26.9k | 14241 ROGERS FORD RD, 14710 DAYS HILL LN, 5171 SUMERDUCK RD | |
| prprtydscr | OFTString | 22.5k | VOF ESMT CONV E SIDE RAPPK RIVER, RESIDUE BOS ESMT CONV NON-COMM OPSP, LOT 2 PEACEABLE ACRES | |
| cnvyname | OFTString | — | ||
| ownernme1 | OFTString | 26.9k | FREDERICKSBURG CITY OF, CURTIS, GLORIA; CURTIS, WILLIAM JOHN, DAY, LAWRENCE R; DAY, LEROY L JR | |
| ownernme2 | OFTString | — | ||
| pstladdres | OFTString | 24.1k | PO BOX 7447, 14181 WADE CURTIS DR, 14694 DAYS HILL LN | |
| pstlcity | OFTString | 708 | FREDERICKSBURG, SUMERDUCK, SUMERDUCK | |
| pstlstate | OFTString | 52 | VA, VA, VA | |
| pstlzip5 | OFTString | 989 | 22404, 22742, 22742 | |
| pstlzip4 | OFTString | 2.1k | 2116, 4834, 2013 | |
| resflrarea | OFTReal | — | ||
| resyrblt | OFTReal | — | ||
| resstrtyp | OFTString | — | ||
| strclass | OFTString | — | ||
| classmod | OFTString | — | ||
| lndvalue | OFTReal | — | ||
| prvassdval | OFTReal | 9.1k | 2200.0, 170000.0, 589500.0 | |
| cntassdval | OFTReal | 9.1k | 2200.0, 170000.0, 589500.0 | |
| assdvalyrc | OFTReal | — | ||
| assdpcntcg | OFTReal | — | ||
| prvtxblval | OFTReal | 8.4k | 2200.0, 170000.0, 483400.0 | |
| cnttxblval | OFTReal | 8.4k | 2200.0, 170000.0, 483400.0 | |
| txblvalyrc | OFTReal | — | ||
| txblpcntch | OFTReal | — | ||
| prvwnttxod | OFTReal | — | ||
| prvsmrtxod | OFTReal | — | ||
| totprvtxto | OFTReal | — | ||
| cntwnttxod | OFTReal | — | ||
| cntsmrtxod | OFTReal | — | ||
| totcnttxod | OFTReal | — | ||
| txodyrchg | OFTReal | — | ||
| txodpcntch | OFTReal | — | ||
| lastupdate | OFTString | 2 | 15899276, 15899276, 15899276 | |
| reolink | OFTString | 34.8k | ||
| cntlndval | OFTReal | 5.5k | 2200.0, 110000.0, 273000.0 | |
| cntlnddefv | OFTReal | 2.8k | 0.0, 0.0, 106100.0 | |
| cntbldgval | OFTReal | 6.4k | 0.0, 60000.0, 316500.0 | |
| acreage | OFTString | 19.4k | 8.1, 3, 18.1367 | |
| subdvdscrp | OFTString | 1.0k | PEACEABLE ACRES, PEACEABLE ACRES, SHERWOOD FOREST | |
| txownerbkp | OFTString | 29.4k | 101/96, 1423/771, 792/1606 | |
| currentown | OFTString | 29.5k | 101/96, 1423/771, 792/1606 | |
| lastsaleda | OFTString | 5.7k | 15856992, 15149376, 10228032 | |
| lastsalepr | OFTReal | 4.6k | 0.0, 0.0, 0.0 | |
| lot | OFTString | 1.3k | 2, 2, 1 | |
| cntzonecd | OFTString | 153 | RA, RA, RA | |
| acreaged | OFTReal | 19.1k | 8.1, 3.0, 18.1367 | |
| validsalef | OFTString | 21 | S, X, S | |
| nghbrhdgro | OFTString | 7 | 0005, 0005, 0005 | |
| globalid | OFTString | 35.0k | {B512C7EF-33C3-4754-801D-FEBA414B2969}, {CE16E090-FF6A-4123-BEB4-9777B1972A10}, {28DB4366-79F4-412B-B66A-8C765C7F2689} | |
| salepricer | OFTReal | 10.7k | 0.0, 0.0, 0.0 |
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.