19 attribute fields, profiled from the February 2024 vintage.
Columns in Bucks County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 1, 2, 3 | |
| parcel_num | OFTString | 50.0k | 02-022-003, 02-022-001-002, 02-022-003-001 | |
| address | OFTString | 50.0k | STATE RD, STATE RD, 140 STATE RD | |
| municipali | OFTString | 40 | Bensalem Township, Bensalem Township, Bensalem Township | |
| owner1 | OFTString | 50.0k | SALEM HARBOUR ASSOC, SALEM HARBOUR ASSOC, SALEM HARBOUR ASSOC L P | |
| land_value | OFTReal | 5.3k | 6080.0, 47880.0, 1960.0 | |
| building_v | OFTReal | 11.5k | 5520.0, 253200.0, 5640.0 | |
| total_valu | OFTReal | 13.3k | 11600.0, 301080.0, 7600.0 | |
| land_use_c | OFTString | 377 | 1023, 4205, 1023 | |
| shape__are | OFTReal | 50.0k | 4228.77734375, 13982.140625, 920.6953125 | |
| shape__len | OFTReal | 50.0k | 292.805058922841, 514.959123801955, 137.339987275741 | |
| deed_area | OFTString | 16.4k | 0.72000000 AC, 1.68000000 AC, 0.12300000 AC | |
| owner2 | OFTString | 40.5k | RYBAS,WALTER&BARBARA&JOAN, WIZA, LAURA D, HEDGEPETH, ANGELA LYNN | |
| care_of | OFTString | 1.9k | C/O UNIVERSITY CITY HOUSING CO, C/O E F PARAMORE, C/O ONE LIBERTY PROPERTIES, INC | |
| parcel_id | OFTString | 50.0k | 02-022-003, 02-022-001-002, 02-022-003-001 | |
| pid | OFTString | 50.0k | 02-022-003, 02-022-001-002, 02-022-003-001 | |
| mail_addr1 | OFTString | 50.0k | 1062 LANCASTER AVE, 1062 LANCASTER AVE, PO BOX 1524 | |
| mail_addr3 | OFTString | 5.9k | ROSEMONT PA 19010, ROSEMONT PA 19010, BRYN MAWR PA 19010 | |
| mail_addr2 | OFTString | 1.1k | PO BOX 158, STONEWOOD CONDOMINIUMS #301, STONEWOOD CONDOMINIUMS |
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.