25 attribute fields, profiled from the May 2024 vintage.
Columns in Bradford County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid_1 | OFTInteger | 34.8k | 33086, 33088, 4962 | |
| objectid | OFTInteger | 33.4k | 32059, 32059, 5215 | |
| munic | OFTString | 51 | Leroy Township, Leroy Township, Overton Township | |
| acreage | OFTReal | 7.4k | 11789.9, 11789.9, 7.8 | |
| name | OFTString | 26.0k | COMMONWEALTH OF PA GAME *, COMMONWEALTH OF PA GAME *, BIG LAUREL CAMP %AARON W* | |
| address | OFTString | 23.8k | 800 DERRY ST, 800 DERRY ST, 5043 WEBER ROAD | |
| city | OFTString | 1.7k | HARRISBURG, HARRISBURG, MOHNTON | |
| state | OFTString | 54 | PA, PA, PA | |
| zipcode | OFTReal | 2.0k | 17105.0, 17105.0, 19540.0 | |
| cleangreen | OFTString | 59 | 0, 0, 0 | |
| landuse | OFTString | 547 | 220F, 220F, 784I | |
| price | OFTReal | 3.1k | 2142.0, 2142.0, 12000.0 | |
| parceljoin | OFTString | 34.7k | 2211900011000000, 2211900011000000, 2813200054000000 | |
| descriptio | OFTString | 9.5k | #12 GAMELANDS, #12 GAMELANDS, CABIN 'COUNTY LINE CAMP' | |
| saledate | OFTString | 9.6k | 4/5/1957, 4/5/1957, 1/1/1970 | |
| shape_star | OFTReal | 33.9k | 4516366.97595, 979842660.853, 233880.500122 | |
| shape_stle | OFTReal | 33.9k | 8506.96400643, 369199.348602, 2507.00617662 | |
| district | OFTReal | 61 | 22.0, 22.0, 28.0 | |
| map | OFTString | 368 | 119, 119, 132 | |
| number | OFTString | 2.2k | 11, 11, 54 | |
| deedpage | OFTString | 1.2k | 0504, 0504, 0501 | |
| deedbook | OFTString | 647 | 0520, 0520, 0601 | |
| instrument | OFTString | 25.3k | 200707907, 202402050, 202010711 | |
| shape_area | OFTReal | 34.8k | 4516366.97584329, 979985217.782081, 233880.500245108 | |
| shape_leng | OFTReal | 34.8k | 8506.96400642709, 369164.877453103, 2507.00617662411 |
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.