35 attribute fields, profiled from the May 2023 vintage.
Columns in Jefferson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 31.0k | 01162112, 01162114D, 01161111 | |
| SITUS | OFTString | 19.9k | 126 E FIFTH AVE, 126 E FIFTH AVE, 1200 E HOOKSTOWN GRADE ROAD | |
| ADDR_NUMBE | OFTString | 5.1k | 126, 126, 1200 | |
| STREET_PRE | OFTString | 55 | E, E, E | |
| STREET_NAM | OFTString | 4.5k | FIFTH, FIFTH, HOOKSTOWN GRADE | |
| STREET_SUF | OFTString | 12 | N W, NW, NW | |
| STREET_TYP | OFTString | 54 | Ave, Ave, Rd | |
| SITUS_CITY | OFTString | 27 | BROOKVILLE, BROOKVILLE, REYNOLDSVILLE | |
| SITUS_ZIP | OFTString | 27 | 15825, 15825, 15851 | |
| ADDR_SEC_U | OFTString | 90 | # 201-11, SUITE 1250, SUITE 1250 | |
| OWNER | OFTString | 22.0k | BRAVIS MICHAEL ET UX ET AL, BRAVIS MICHAEL UX ETAL, CATHERS LAND INVESTMENT LLC | |
| LAND_COVER | OFTString | 31.2k | {"21": 87, "42": 222, "43": 402}, {"21": 1, "42": 63, "43": 286}, {"21": 47, "22": 10, "41": 7, "42": 475, "43": 682} | |
| CROP_COVER | OFTString | 26.9k | {"121": 0.12, "142": 0.35, "143": 0.52}, {"121": 0.0, "143": 0.34}, {"121": 0.17, "142": 0.33, "143": 2.43} | |
| MUNI_ID | OFTInteger64 | 34 | 1216555, 1216555, 1216555 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 4204320, 4204320, 4204320 | |
| ACREAGE | OFTReal | 4.6k | 1.0, 0.25, 65.7 | |
| ACREAGE_AD | OFTReal | 26.1k | 0.992731383457784, 0.338781163931102, 62.7039196159995 | |
| ZIP_CODE | OFTString | 29 | 15860, 15860, 15828 | |
| MAIL_ADDRE | OFTString | 1.7k | LATROBE PA 15650, LATROBE PA 15650, CLINTON PA 15026 | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 13 | 950200, 950200, 950200 | |
| CENSUS_BLK | OFTInteger | 5 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 619 | 3110, 3110, 3050 | |
| AREA_METER | OFTReal | 34.4k | 4017.36628812182, 1370.97310481608, 253749.017101694 | |
| FLD_ZONE | OFTString | 22 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 22 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 14 | 1215308, 1215308, 1215308 | |
| ALT_ID_1 | OFTString | 30.7k | 549100182457, 549100181597, 547100997171 | |
| ELEVATION | OFTString | 34.3k | {"max": 445.3125, "min": 445.3125, "mean": 445.3125}, {"max": 445.3125, "min": 445.3125, "mean": 445.3125}, {"max": 445.3125, "min": 445.3125, "mean": 445.3125} | |
| ROBUST_ID | OFTString | 34.4k | AACkUaEnrKFA_Hoq, AACkUfYVEptCL4-n, AACkUTUELkXoO5sS | |
| CALC_ACREA | OFTReal | 34.4k | 0.992731383457783, 0.338781163931102, 62.7039196159996 | |
| COUNTY_NAM | OFTString | 1 | Jefferson, Jefferson, Jefferson | |
| COUNTY_FIP | OFTInteger64 | 1 | 42065, 42065, 42065 | |
| STATE_ABBR | OFTString | 1 | PA, PA, PA | |
| CTY_ROW_ID | OFTInteger64 | 34.4k | 9697, 9597, 9202 |
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.