24 attribute fields, profiled from the August 2017 vintage.
Columns in Warren County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 48.5k | 2112_33_11, 2101_902_102, 2101_201_39 | |
| SITUS | OFTString | 38.1k | N S SHADES OF DEATH Rd, 1119 1123 WATERLOO Rd, 12 14 KASPER Rd | |
| ADDR_NUMBE | OFTString | 2.5k | 1119, 12, 4 | |
| STREET_PRE | OFTString | 4 | N, E, E | |
| STREET_NAM | OFTString | 1.9k | S SHADES OF DEATH, 1123 WATERLOO, 14 KASPER | |
| STREET_SUF | OFTString | 4 | S, E, E | |
| STREET_TYP | OFTString | 53 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 16 | HACKETTSTOWN, HACKETTSTOWN, HACKETTSTOWN | |
| SITUS_ZIP | OFTString | 15 | 07840, 07840, 07840 | |
| ADDR_SEC_U | OFTString | 9 | REAR, REAR, REAR | |
| ADDR_SE_01 | OFTString | 27 | SPRW, 4, 3 | |
| OWNER | OFTString | 38.8k | DEP STATE OF NEW JERSEY, STATE OF NJ DEPT ENVIR PRO, POLOWY STEPHEN | |
| TRANS_DATE | OFTDate | 3.4k | 2013-12-09, 2025-08-04, 2031-02-12 | |
| SALE_PRICE | OFTReal | 5.0k | 97600.0, 0.0, 1.0 | |
| LAND_USE_C | OFTString | 15 | 15C, 15C, 2 | |
| LAND_US_01 | OFTString | 3 | Agricultural, Agricultural, Residential | |
| MUNI_ID | OFTInteger64 | 22 | 882243, 882243, 882243 | |
| SCHOOL_DIS | OFTInteger64 | 16 | 3400720, 3400720, 3400720 | |
| MKT_VAL_LA | OFTReal | 2.8k | 45700.0, 115400.0, 92300.0 | |
| MKT_VAL_BL | OFTReal | 4.7k | 0.0, 0.0, 220300.0 | |
| ZIP_CODE | OFTString | 23 | 7838, 7874, 7821 | |
| YEAR_BUILT | OFTInteger64 | 262 | 0, 0, 1972 | |
| MAIL_ADDRE | OFTString | 3.6k | TRENTON NJ 08625, TRENTON, N.J. 08625, ANDOVER, NJ 07821 | |
| MAIL_AD_01 | OFTString | 36.6k | 401 E STATE ST, LABOR & INDUSTRY BLDG, 12 KASPER ROAD |
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.