47 attribute fields, profiled from the May 2022 vintage.
Columns in Randolph County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 18.4k | 68-05-36-300-012.000-001, 68-05-28-300-018.000-001, 68-05-01-400-054.000-002 | |
| SITUS | OFTString | 14.8k | E 1/2 SW 36-21-13 78.527a, E 550 N (ROW), 313 E 7th ST | |
| ADDR_NUMBE | OFTString | 4.8k | 313, 631, 205 | |
| STREET_PRE | OFTString | 9 | E, E, E | |
| STREET_NAM | OFTString | 1.5k | 12, 550, 7th | |
| STREET_SUF | OFTString | 13 | SW, N, E | |
| STREET_TYP | OFTString | 32 | St, St, St | |
| SITUS_CITY | OFTString | 15 | RIDGEVILLE, RIDGEVILLE, WINCHESTER | |
| SITUS_ZIP | OFTString | 15 | 47380, 47380, 47394 | |
| ADDR_SEC_U | OFTString | 10 | REAR, REAR, REAR | |
| ADDR_SE_01 | OFTString | 48 | 3, 1, 2 | |
| OWNER | OFTString | 11.8k | Fritzinger David A. & Barbara J, Brinkley Thomas, Garringer Ashley R | |
| TRANS_DATE | OFTDate | 5.2k | 2012-03-09, 2018-08-17, 2008-09-05 | |
| NGH_CODE | OFTString | 151 | 10122, 10122, 10123 | |
| LAND_USE_C | OFTString | 120 | 100, 100, 511 | |
| LAND_US_01 | OFTString | 5 | Agricultural, Agricultural, Residential | |
| LAND_COVER | OFTString | 16.0k | {"21": 110, "82": 64}, {"22": 399}, {"21": 328, "22": 186} | |
| CROP_COVER | OFTString | 13.4k | {"1": 72.11, "5": 0.63, "121": 1.15, "141": 5.28}, {"5": 0.19, "121": 0.32}, {"122": 0.31} | |
| MUNI_ID | OFTInteger64 | 11 | 453313, 453313, 453313 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 1801770, 1801770, 1801770 | |
| ACREAGE | OFTReal | 6.4k | 78.527, 0.5, 0.37 | |
| MKT_VAL_LA | OFTReal | 1.6k | 68900.0, 0.0, 4600.0 | |
| MKT_VAL_BL | OFTReal | 2.2k | 0.0, 0.0, 37900.0 | |
| ZIP_CODE | OFTString | 14 | 47394, 47394, 47380 | |
| SEWER | OFTString | 2 | N, N, Y | |
| WATER | OFTString | 2 | N, N, Y | |
| LEGAL_DESC | OFTString | 18.2k | E1/2 SW 36-21-13 78.527 A, E Side Sw 28-21-13 .50 Road Nv, PT SE 1-21-13 .37 A | |
| MAIL_ADDRE | OFTString | 9.5k | 356 W 400 N, E Side Sw 28-21-13 (Row), 313 E 7th St | |
| MAIL_AD_01 | OFTString | 680 | Winchester IN 47394, Ridgeville IN 47380, Ridgeville IN 47380 | |
| OWNER_OCCU | OFTString | 3 | F, F, T | |
| USPS_RESID | OFTString | 3 | ?, ?, T | |
| ROUTING_NU | OFTString | 18.3k | 001 012 030.00, 001 009 003.01, 002 002 003.00 | |
| CENSUS_TRA | OFTInteger64 | 8 | 951500, 951500, 951500 | |
| CENSUS_BLK | OFTInteger | 5 | 3, 3, 1 | |
| CENSUS_BLO | OFTInteger | 665 | 3036, 3012, 1001 | |
| ZONING | OFTString | 3 | 4, 34, 8 | |
| AREA_METER | OFTReal | 18.4k | 320350.294082719, 2067.1377248767, 1252.45035842556 | |
| FLD_ZONE | OFTString | 4 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 4 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 11 | 2396878, 2396878, 2396878 | |
| ELEVATION | OFTString | 18.3k | ||
| ROBUST_ID | OFTString | 18.4k | AABG14XFa4NvGl4R, AABG1yB_Pdq9aqUv, AABG11nYDTj2_KK7 | |
| CALC_ACREA | OFTReal | 18.4k | 79.1617611707807, 0.510810403194281, 0.30949300807054 | |
| COUNTY_NAM | OFTString | 1 | Randolph, Randolph, Randolph | |
| COUNTY_FIP | OFTInteger64 | 1 | 18135, 18135, 18135 | |
| STATE_ABBR | OFTString | 1 | IN, IN, IN | |
| CTY_ROW_ID | OFTInteger64 | 18.4k | 3747, 13909, 2554 |
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.