39 attribute fields, profiled from the April 2022 vintage.
Columns in Montour County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 8.0k | 1-2-59, 1-2-37, 1-2-31 | |
| SITUS | OFTString | 7.3k | 124 N SNEAKY HOLLOW RD, 162 N SNEAKY HOLLOW RD, 8 N SNEAKY HOLLOW RD | |
| ADDR_NUMBE | OFTString | 1.7k | 124, 162, 8 | |
| STREET_PRE | OFTString | 6 | N, N, N | |
| STREET_NAM | OFTString | 509 | SNEAKY HOLLOW, SNEAKY HOLLOW, SNEAKY HOLLOW | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 19 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 8 | DANVILLE, DANVILLE, DANVILLE | |
| SITUS_ZIP | OFTString | 9 | 17821, 17821, 17821 | |
| OWNER | OFTString | 6.7k | FISHEL K. SAMUEL & SUNNI J., HUNTER KENNETH I. & CONNIE SUE, MICHAEL RANDY L. & BONNIE S. | |
| LAND_COVER | OFTString | 8.4k | {"21": 21, "41": 120, "42": 4, "43": 122, "81": 66}, {"21": 97, "41": 399, "43": 8}, {"21": 62, "22": 10, "43": 222, "52": 10, "81": 50} | |
| CROP_COVER | OFTString | 7.3k | {"121": 0.29, "141": 1.22, "143": 0.02}, {"121": 2.5, "141": 5.71, "142": 5.0, "143": 12.22}, {"121": 0.2, "141": 0.77} | |
| MUNI_ID | OFTInteger64 | 11 | 1216887, 1216887, 1216887 | |
| SCHOOL_DIS | OFTInteger64 | 9 | 4224870, 4224870, 4224870 | |
| ACREAGE | OFTReal | 3.1k | 50.0, 1.311, 36.449 | |
| MKT_VAL_LA | OFTReal | 1.5k | 132100.0, 26200.0, 97400.0 | |
| MKT_VAL_BL | OFTReal | 2.6k | 184800.0, 77000.0, 43600.0 | |
| MKT_VAL_TO | OFTReal | 3.1k | 203500.0, 103200.0, 83300.0 | |
| ZIP_CODE | OFTString | 10 | 17772, 17772, 17772 | |
| MAIL_ADDRE | OFTString | 6.1k | 124 N. SNEAKY HOLLOW ROAD, 162 N. SNEAKY HOLLOW ROAD, 499 FOX HOLLOW ROAD | |
| MAIL_AD_01 | OFTString | 592 | TURBOTVILLE PA 17772, TURBOTVILLE PA 17772, TURBOTVILLE PA 17772 | |
| MAIL_NAME | OFTString | 715 | MARY L. WEIKEL & BESSIE J. ZETTLEMOYER, PAMELA J., CAROL ANN | |
| OWNER_OCCU | OFTString | 3 | T, T, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 4 | 50100, 50100, 50100 | |
| CENSUS_BLK | OFTInteger | 5 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 529 | 1003, 1000, 1003 | |
| ZONING | OFTString | 65 | A-C, A-C, A-C | |
| AREA_METER | OFTReal | 9.0k | 256026.832871853, 6194.8902389843, 64974.6053222811 | |
| FLD_ZONE | OFTString | 17 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 13 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 3 | 1215487, 1215487, 1215487 | |
| ELEVATION | OFTString | 9.0k | ||
| ROBUST_ID | OFTString | 9.0k | AACkbRcPIUH33Q7R, AACkbSNKv0Wq7prr, AACkbQeh0vfoTKeL | |
| CALC_ACREA | OFTReal | 9.0k | 63.2667906709636, 1.53081932695541, 16.0558747211889 | |
| COUNTY_NAM | OFTString | 1 | Montour, Montour, Montour | |
| COUNTY_FIP | OFTInteger64 | 1 | 42093, 42093, 42093 | |
| STATE_ABBR | OFTString | 1 | PA, PA, PA | |
| CTY_ROW_ID | OFTInteger64 | 9.0k | 2638, 4382, 3148 |
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.