26 attribute fields, profiled from the April 2022 vintage.
Columns in Sullivan County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 8.7k | 03-023-0042-019, 01-082-0023, 11-001-0021 | |
| mailing | OFTString | 6.0k | 123 RAYS ROAD, 169 CAMP LANE, 874 MAIN ST | |
| city | OFTString | 1.2k | MUNCY VALLEY, DUSHORE, MUNCY VALLEY | |
| state | OFTString | 44 | PA, PA, PA | |
| zip_code | OFTString | 1.4k | 17758, 18614, 17758 | |
| note_1 | OFTString | 1.1k | RB 8-1008 RB 8-1109, RB 23-929, REC CABIN AFF 2016 | |
| note_2 | OFTString | 722 | SD 92-21, "THE CHALET", SD 84-44 LOT 4 | |
| note_3 | OFTString | 8.4k | SD 90-26 LOT 28 RB 19-312 I2004-02132 I2008-00508 AGRE, RB 8-1008, 8-1109, 50-208, RB 70-326 IT SD 92-21, DB 81-771 I2007-00154 | |
| note_4 | OFTString | 2.7k | I2010-04552 ROW I2013-00434 ROW, LOT #3 I2000-2121 I2000-2232 I2002-01654, 0 | |
| note_5 | OFTString | 654 | I2015-01281, 58, I2010-05810 O&G | |
| acres | OFTReal | 3.7k | 3.46, 10.51, 0.2 | |
| sd_1 | OFTReal | 3.7k | 20150511.0, 20020701.0, 20070130.0 | |
| sp_1 | OFTReal | 1.1k | 185500.0, 28500.0, 1.0 | |
| sd_2 | OFTReal | 3.5k | 20040909.0, 20000925.0, 19701120.0 | |
| sp_2 | OFTReal | 898 | 24500.0, 16936.0, 11000.0 | |
| sd_3 | OFTReal | 2.1k | 19940329.0, 19911220.0, 0.0 | |
| sp_3 | OFTReal | 593 | 11500.0, 1.0, 0.0 | |
| property_l | OFTString | 6.9k | 123 RAYS RD, 169 CAMP LANE, MAIN ST ROUTE 42 | |
| db | OFTString | 214 | I2015, I2002, I2007 | |
| dp | OFTString | 3.9k | 01281, 01654, 00154 | |
| rtk | OFTString | 12 | 90-002, 18, 34 | |
| code | OFTString | 1 | 1, 1, 1 | |
| shape_star | OFTReal | 8.7k | 146688.000732, 423211.617554, 12701.431152 | |
| shape_stle | OFTReal | 8.7k | 1849.071193, 3517.888863, 621.787855 | |
| shape__are | OFTReal | 8.7k | 24212.671875, 70208.359375, 2100.699219 | |
| shape__len | OFTReal | 8.7k | 751.495032, 1433.92782, 253.196223 |
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.