48 attribute fields, profiled from the December 2023 vintage.
Columns in Vigo County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 50.0k | 84-02-04-176-005.000-001, 84-02-04-179-004.000-001, 84-02-04-179-002.000-001 | |
| SITUS | OFTString | 46.8k | 44 E FINLEY AVE, E FINLEY AVE, 44 E FINLEY | |
| ADDR_NUMBE | OFTString | 9.2k | 44, 44, 44 | |
| STREET_PRE | OFTString | 73 | E, E, E | |
| STREET_NAM | OFTString | 2.1k | FINLEY, FINLEY, FINLEY | |
| STREET_SUF | OFTString | 6 | W, N, N | |
| STREET_TYP | OFTString | 47 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 13 | CLINTON, CLINTON, CLINTON | |
| SITUS_ZIP | OFTString | 18 | 47842, 47842, 47842 | |
| ADDR_SEC_U | OFTString | 47 | # (REAR) AVE, # 1 ST, # 2 ST | |
| OWNER | OFTString | 38.0k | Potter Bradley W & Tammy J Potter H/W, Wright Raymond & Starla, Wright Starla K | |
| TRANS_DATE | OFTDate | 8.4k | 2019-11-19, 2003-03-04, 2011-06-16 | |
| NGH_CODE | OFTString | 481 | 149102, 149507, 149507 | |
| LAND_USE_C | OFTString | 115 | 100, 500, 510 | |
| LAND_US_01 | OFTString | 5 | Agricultural, Residential, Residential | |
| LAND_COVER | OFTString | 43.8k | {"21": 51, "41": 331}, {"21": 443}, {"21": 7, "22": 247, "41": 272} | |
| CROP_COVER | OFTString | 31.0k | {"121": 0.37, "141": 2.38}, {"121": 0.09}, {"121": 0.01, "122": 0.25, "141": 0.16, "176": 0.11} | |
| MUNI_ID | OFTInteger64 | 12 | 453293, 453293, 453293 | |
| ACREAGE | OFTReal | 4.8k | 3.05, 1.0, 1.49 | |
| ACREAGE_AD | OFTReal | 45.3k | 6.06599083319146, 0.259443938904445, 0.540045332516714 | |
| MKT_VAL_LA | OFTReal | 1.8k | 500.0, 2100.0, 15100.0 | |
| MKT_VAL_BL | OFTReal | 4.1k | 0.0, 0.0, 53600.0 | |
| ZIP_CODE | OFTString | 18 | 47842, 47842, 47842 | |
| BUILDINGS | OFTInteger64 | 40 | 0, 0, 1 | |
| SEWER | OFTString | 2 | N, N, N | |
| WATER | OFTString | 2 | N, Y, Y | |
| LEGAL_DESC | OFTString | 50.0k | 1 RD MID W SIDE NW SW NW 4-13-9 .101 AC, SHEPHERDSVILLE ALSO LOT 81 ALSO 1/2 VAC ST ADJ, SHEPHERDSVILLE ALSO 1/2 VAC ALLEY ADJ | |
| PLSS_SECTI | OFTString | 36 | 04, 04, 04 | |
| PLSS_TOWNS | OFTString | 5 | 13N, 13N, 13N | |
| PLSS_RANGE | OFTString | 5 | 9W, 9W, 9W | |
| MAIL_ADDRE | OFTString | 31.3k | 11262 N Shirley St, 44 E Finley Ave, 44 E Finley Ave | |
| MAIL_AD_01 | OFTString | 12.4k | Clinton IN 47842-9223, Clinton IN 47842-9222, Clinton IN 47842-9222 | |
| OWNER_OCCU | OFTString | 3 | F, F, T | |
| USPS_RESID | OFTString | 3 | T, ?, T | |
| CENSUS_TRA | OFTInteger64 | 28 | 10300, 10300, 10300 | |
| CENSUS_BLK | OFTInteger | 7 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 673 | 1013, 1027, 1027 | |
| AREA_METER | OFTReal | 50.0k | 11119.4995653479, 349.230911498566, 2131.18127699111 | |
| FLD_ZONE | OFTString | 29 | {AE}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 21 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 13 | 2631345, 2631345, 2631345 | |
| ELEVATION | OFTString | 50.0k | ||
| ROBUST_ID | OFTString | 50.0k | AABG9x9xTN0HGMxs, AABG97SuT8vFmt5Z, AABG98yCwJNatRJd | |
| CALC_ACREA | OFTReal | 50.0k | 2.74773953759312, 0.0862984505404106, 0.526636205357273 | |
| COUNTY_NAM | OFTString | 1 | Vigo, Vigo, Vigo | |
| COUNTY_FIP | OFTInteger64 | 1 | 18167, 18167, 18167 | |
| STATE_ABBR | OFTString | 1 | IN, IN, IN | |
| CTY_ROW_ID | OFTInteger64 | 50.0k | 52336, 52463, 52499 |
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.