37 attribute fields, profiled from the July 2017 vintage.
Columns in Monroe County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 50.0k | 1, 2, 3 | |
| OBJECTID | OFTInteger64 | 50.0k | 1210, 1361, 1559 | |
| PIN_18 | OFTString | 50.0k | 53-10-31-100-002.000-007, 53-10-30-300-002.000-007, 53-10-32-300-004.000-007 | |
| TAX_10 | OFTString | 50.0k | 005-02960-00, 005-02965-01, 005-03020-02 | |
| OWNER | OFTString | 39.0k | Patrias, Carl & Jennifer, Wessel, Larry & Deborah, Parker, Bryan M & Erin K | |
| OWNER_STRE | OFTString | 34.8k | 9301 W Thacker Road, 3793 N Woodrow Hills Ct, 9812 S Wever Rd | |
| OWNER_CITY | OFTString | 1.3k | Bloomington, IN 47403, Solsberry, IN 47459, Springville, IN 47462 | |
| PROPERTY_S | OFTString | 45.7k | 9301 W Thacker RD, W Thacker RD, 9812 S Wever RD | |
| PROPERTY_C | OFTString | 9.7k | Bloomington, IN 47403, Bloomington, IN 47403, Springville, IN 47462-9730 | |
| LEGAL_DESC | OFTString | 50.0k | 005-03020-02 PT SW SW 32-7-2W 7.48A; PLAT 29, 005-02950-01 PT SW NW 32-7-2W 19.98A; PLAT 27, 005-02960-01 PT E1/2 NE 31-7-2W 50.00A; PLAT #3 | |
| NBHD_CODE | OFTString | 1.3k | 53007019-007, 53007019-007, 53007023-007 | |
| NBHD_NAME | OFTString | 1.3k | Thacker Road - A, Thacker Road - A, Weaver Road - A | |
| PROP_CLASS | OFTInteger64 | 123 | 101, 100, 511 | |
| PROP_CL_01 | OFTString | 120 | Cash Grain/General Farm, Vacant Land, 1 Family Dwell - Unplatted (0 to 9.99 Acres) | |
| LAND_VALUE | OFTReal | 3.1k | 33300.0, 100.0, 26600.0 | |
| IMPROV_VAL | OFTReal | 5.6k | 200000.0, 0.0, 174100.0 | |
| TOT_ASSESS | OFTReal | 6.7k | 233300.0, 100.0, 200700.0 | |
| LEGAL_ACRE | OFTReal | 4.5k | 45.57, 6.0, 7.48 | |
| POLITICAL_ | OFTString | 11 | INDIAN CREEK TOWNSHIP, INDIAN CREEK TOWNSHIP, INDIAN CREEK TOWNSHIP | |
| SCHOOL_COR | OFTString | 2 | MONROE COUNTY COMMUNITY, MONROE COUNTY COMMUNITY, MONROE COUNTY COMMUNITY | |
| PHOTOS | OFTInteger64 | 2 | 1, 0, 1 | |
| SALES | OFTInteger64 | 2 | 1, 0, 1 | |
| CALC_SQ_FT | OFTReal | 40.8k | 2054618.0, 307472.0, 327369.0 | |
| CALC_AC | OFTReal | 12.3k | 47.168, 7.059, 7.515 | |
| PLAT_MAP | OFTString | 2.1k | http://egis.39dn.com/egismonroein/plats/2004020423.IN.pdf, http://egis.39dn.com/egismonroein/plats/2014005907.IN.pdf, http://egis.39dn.com/egismonroein/plats/C/C203_d.pdf | |
| SUBDIVISIO | OFTString | 1.3k | ARTHUR, FLYNN, FLYNN | |
| LATEST_SAL | OFTReal | 3.5k | 121500.0, 0.0, 189000.0 | |
| LATEST__01 | OFTString | 3.8k | 10463904, 13412736, 94806720 | |
| SHAPE_LENG | OFTReal | 50.0k | 7820.255282, 2449.724589, 2576.512076 | |
| SHAPE_AREA | OFTReal | 50.0k | 2054617.874931, 307472.160506, 327368.738515 | |
| DEEDBOOK | OFTString | 84 | 2003, 2012, 1 | |
| DEEDPAGE | OFTString | 8.9k | 1138, 015486, 1 | |
| PRC | OFTInteger64 | 2 | 1, 1, 1 | |
| SHAPE_STAR | OFTReal | 50.0k | 2054617.875, 307472.1604, 327368.738525 | |
| SHAPE_STLE | OFTReal | 50.0k | 7820.255282, 2449.724589, 2576.512076 | |
| PIN_18STRI | OFTString | 50.0k | 531031100002000007, 531030300002000007, 531032300004000007 | |
| DOCUMENTNU | OFTString | — |
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.