40 attribute fields, profiled from the June 2022 vintage.
Columns in York County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 1900153, 1901729, 1906350 | |
| pidn | OFTString | 50.0k | 52000AD0007A0, 5200003021500, 5200003021300 | |
| district | OFTString | 86 | 52, 52, 52 | |
| block | OFTString | 466 | 000, 000, 000 | |
| map | OFTString | 263 | AD, 03, 03 | |
| parcel | OFTString | 6.7k | 0007A0, 021500, 021300 | |
| parcel_maj | OFTString | 1.3k | 0007, 0215, 0213 | |
| parcel_min | OFTString | 37 | A0, 00, 00 | |
| leasehd | OFTString | 8 | 00000, 00000, 00000 | |
| deed_bk | OFTString | 5.1k | 75M, 2321, 2240 | |
| deed_pg | OFTString | 10.2k | 062, 4276, 5574 | |
| propadr | OFTString | 50.0k | RAUBENSTINE RD, 243 VEGAS DR, 263 VEGAS DR | |
| owner_full | OFTString | 50.0k | KRUMRINE MELVIN J JR & CHRISTINE M, BRADY CHARLES J IV, FRYMAN TEDRICK E III | |
| mail_addr_ | OFTString | 50.0k | 827 BANKARD RD, WESTMINSTER MD 21158-1417, 243 VEGAS DR, HANOVER PA 17331-8401, 263 VEGAS DR, HANOVER PA 17331-8401 | |
| prev_owner | OFTString | 50.0k | BRADY CHARLES J IV &, FORNARO ROSS M & TARA L, GILBERT LINDA C | |
| class | OFTString | 7 | F, R, R | |
| luc | OFTString | 211 | 900, 107, 101 | |
| acres | OFTReal | 8.3k | 53.91, 1.419, 0.644 | |
| style | OFTString | 24 | RR, RC, RR | |
| num_storie | OFTReal | 6 | 0.0, 1.0, 1.0 | |
| res_living | OFTInteger | 5.2k | 0, 1356, 1334 | |
| yrblt | OFTInteger | 290 | 0, 1984, 1984 | |
| clean_gree | OFTString | 1 | 319, 319, 319 | |
| heatsys | OFTInteger | 7 | 0, 3, 3 | |
| fuel | OFTInteger | 7 | 0, 3, 3 | |
| utility | OFTString | 38 | Public Water, Septic, Public Water, Public Water | |
| aprland | OFTReal | 12.7k | 28260.0, 33740.0, 30580.0 | |
| aprbldg | OFTReal | 31.6k | 0.0, 84030.0, 117620.0 | |
| aprtotal | OFTReal | 37.1k | 28260.0, 117770.0, 148200.0 | |
| saledt | OFTString | 14.4k | 17-FEB-1978, 20-MAY-2015, 11-JUL-2013 | |
| price | OFTReal | 14.7k | 59287.0, 1.0, 209900.0 | |
| prev_price | OFTReal | 12.4k | 0.0, 128900.0, 127000.0 | |
| school_dis | OFTString | 19 | 020, 020, 020 | |
| comm_struc | OFTString | 82 | 620, 353, 398 | |
| comm_year_ | OFTInteger | 201 | 0, 0, 0 | |
| comm_build | OFTInteger | 5.1k | 0, 0, 0 | |
| grade | OFTString | — | ||
| cdu | OFTString | — | ||
| starea() | OFTReal | 50.0k | 2279986.113007, 69636.26178, 32058.506165 | |
| stlength() | OFTReal | 50.0k | 9353.665557, 1226.473371, 800.807165 |
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.