46 attribute fields, profiled from the March 2023 vintage.
Columns in Cameron County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 5.0k | 1-31-A-051-000-000, 1-31-A-052-000-000, 1-31-A-064-000-EX-000 | |
| SITUS | OFTString | 1.2k | 175 2ND ST, 207 2ND ST, 397 2ND ST | |
| ADDR_NUMBE | OFTString | 625 | 175, 207, 397 | |
| STREET_PRE | OFTString | 9 | E, E, E | |
| STREET_NAM | OFTString | 383 | 2ND, 2ND, 2ND | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 24 | St, St, St | |
| SITUS_CITY | OFTString | 4 | DRIFTWOOD, DRIFTWOOD, DRIFTWOOD | |
| SITUS_ZIP | OFTString | 4 | 15832, 15832, 15832 | |
| OWNER | OFTString | 3.9k | STEM WILLIAM D SR, CRESPY ROBERT & PATRICIA, BUCKTAIL VOLUNTEER FIRE DEPT | |
| SALE_PRICE | OFTReal | 456 | 0.0, 0.0, 0.0 | |
| BLDG_SQFT | OFTInteger64 | 26 | 0, 0, 0 | |
| LAND_USE_C | OFTString | 12 | R, S, E | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Tax Exempt | |
| LAND_COVER | OFTString | 5.2k | {"21": 215, "22": 107, "23": 109, "81": 86}, {"21": 308, "23": 62}, {"22": 367, "23": 9} | |
| CROP_COVER | OFTString | 4.7k | {"1": 0.14, "121": 0.35, "122": 0.17, "123": 0.18}, {"121": 0.3, "123": 0.06}, {"122": 0.28, "123": 0.01} | |
| MUNI_ID | OFTInteger64 | 7 | 1215040, 1215040, 1215040 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 4204830, 4204830, 4204830 | |
| ACREAGE | OFTReal | 1.0k | 0.0, 0.0, 0.0 | |
| ACREAGE_AD | OFTReal | 4.2k | 0.841983517382266, 0.852771656384798, 0.285705765511912 | |
| MKT_VAL_LA | OFTReal | 615 | 1850.0, 1050.0, 600.0 | |
| MKT_VAL_BL | OFTReal | 1.2k | 13500.0, 12200.0, 7000.0 | |
| MKT_VAL_TO | OFTReal | 1.6k | 15350.0, 13250.0, 7600.0 | |
| ZIP_CODE | OFTString | 5 | 15832, 15832, 15832 | |
| LEGAL_DESC | OFTString | 1.8k | DRIFTWOOD BOROUGH, DRIFTWOOD BOROUGH, DRIFTWOOD BORO | |
| LEGAL_D_01 | OFTString | 770 | LOT/HOUSE/GARAGE, LOT/HOUSE/GARAGE, GARAGE & LOT | |
| LEGAL_D_02 | OFTString | 213 | 175 2ND ST, 2ND ST, 2ND ST | |
| MAIL_ADDRE | OFTString | 3.4k | 6155 FAIRFIELD RD, 315 SUTTON AVE, 397 2ND ST | |
| MAIL_AD_01 | OFTString | 482 | 1116 WASHINGTON ST, 8700 PERRY HWY, 429 EAST GRANDVIEW BLVD | |
| MAIL_AD_02 | OFTString | 848 | FAIRFIELD PA 17320, FOLSOM PA 19033, DRIFTWOOD PA 15832 | |
| OWNER_OCCU | OFTString | 3 | F, F, T | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 2 | 960200, 960200, 960200 | |
| CENSUS_BLK | OFTInteger | 3 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 406 | 1336, 1336, 1362 | |
| AREA_METER | OFTReal | 5.4k | 3407.32272017428, 1445.19532383774, 1156.18860229012 | |
| FLD_ZONE | OFTString | 21 | {AE,X}, {AE,X}, {X} | |
| ZONE_SUBTY | OFTString | 19 | {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"} | |
| PLACE_GNIS | OFTInteger64 | 4 | 1215040, 1215040, 1215040 | |
| ELEVATION | OFTString | 5.4k | ||
| ROBUST_ID | OFTString | 5.4k | AACkJ7d0q96nJ9Xc, AACkJ9I3YvaDoNuZ, AACkJ_DJrK3VCz58 | |
| CALC_ACREA | OFTReal | 5.4k | 0.841983517382266, 0.357122216473544, 0.285705765511912 | |
| COUNTY_NAM | OFTString | 1 | Cameron, Cameron, Cameron | |
| COUNTY_FIP | OFTInteger64 | 1 | 42023, 42023, 42023 | |
| STATE_ABBR | OFTString | 1 | PA, PA, PA | |
| CTY_ROW_ID | OFTInteger64 | 5.4k | 2727, 2731, 2763 |
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.