38 attribute fields, profiled from the May 2022 vintage.
Columns in Grant County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 37.8k | 473, 14601, 14602 | |
| pin_18 | OFTString | 37.6k | 27-13-03-200-006.000-010, 27-12-33-300-005.000-010, 27-12-33-300-005.001-010 | |
| tax_10 | OFTString | 36.7k | 011-95001-00, 011-02008-10, 011-02008-11 | |
| property_s | OFTString | 28.9k | EAST OF ST RD 13, 1000 W 1100 S, 1000 W 1100 S | |
| property_c | OFTString | 8.4k | FAIRMOUNT, IN 46928, FAIRMOUNT, IN 46928, FAIRMOUNT, IN 46928 | |
| nbhd_code | OFTString | 156 | 10100, 10100, 10100 | |
| nbhd_name | OFTString | 156 | 11 GREEN TWP, 11 GREEN TWP, 11 GREEN TWP | |
| prop_class | OFTInteger | 129 | 620, 100, 100 | |
| prop_cla_1 | OFTString | 127 | Exempt, County, Vacant Land, Vacant Land | |
| legal_acre | OFTReal | 4.9k | 0.01, 39.98, 39.98 | |
| political_ | OFTString | 13 | GREEN TOWNSHIP, GREEN TOWNSHIP, GREEN TOWNSHIP | |
| school_cor | OFTString | 5 | MADISON-GRANT UNITED, MADISON-GRANT UNITED, MADISON-GRANT UNITED | |
| owner | OFTString | 26.1k | GRANT COUNTY, Gunning, David R, Gunning, Mark A | |
| owner_stre | OFTString | 23.2k | 401 S ADAMS ST, 10380 S 900 W, 9732 E 700 S | |
| owner_city | OFTString | 8.2k | MARION, IN 46953, Fairmount, IN 46928-9368, Upland, IN 46989-9775 | |
| legal_desc | OFTString | 36.6k | 11-02-422 NON TAXABLE - GOV NW COR SW NW SEC 2 .01 A, 11-02-332 & 336 PT SW SE; SEC 33; 39.98A, PT SW SW; SEC 33; 39.98A | |
| land_value | OFTReal | 1.8k | 0.0, 59600.0, 60400.0 | |
| improv_val | OFTReal | 3.1k | 0.0, 0.0, 0.0 | |
| tot_assess | OFTReal | 3.7k | 0.0, 59600.0, 60400.0 | |
| photos | OFTInteger | 1 | 1, 1, 1 | |
| sales | OFTInteger | 2 | 0, 0, 0 | |
| calc_sq_ft | OFTReal | 26.1k | 400.0, 1745172.0, 1723493.0 | |
| calc_ac | OFTReal | 9.8k | 0.009, 40.064, 39.566 | |
| latest_sal | OFTString | 5.7k | 2021-07-30, 1998-08-21, 2017-11-14 | |
| latest_s_1 | OFTReal | 3.2k | 952000.0, 55000.0, 120000.0 | |
| deedbook | OFTString | 44 | MULTI, MULTI, 1 | |
| deedpage | OFTString | 9.3k | 00069, 00069, 69758 | |
| row_guid | OFTString | — | ||
| housenumbe | OFTString | 6.2k | 1000, 1000, 9262 | |
| streetname | OFTString | 2.3k | EAST OF ST RD 13, W 1100 S, W 1100 S | |
| city | OFTString | 19 | FAIRMOUNT, FAIRMOUNT, FAIRMOUNT | |
| pin_18stri | OFTString | 37.4k | 271303200006000010, 271233300005000010, 271233300005001010 | |
| prc | OFTInteger | 1 | 1, 1, 1 | |
| documentnu | OFTString | — | ||
| latest_s_2 | OFTInteger | 36 | 2021, 1998, 2017 | |
| shape_leng | OFTReal | 36.7k | 79.983922, 6588.560463, 6577.407763 | |
| shape_area | OFTReal | 36.8k | 399.8, 1745158.0512, 1723501.761746 | |
| notes | OFTString | 3 | RETIRED PARCEL 2013, RETIRED PARCEL 2013, RETIRED PARCEL 2013 |
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.