36 attribute fields, profiled from the April 2024 vintage.
Columns in Clark County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 4775, 4776, 10375 | |
| pin_18 | OFTString | 50.0k | 10-24-00-100-011.000-013, 10-24-00-100-012.000-013, 10-14-00-100-071.000-011 | |
| tax_10 | OFTString | 50.0k | 24-00001-026-1, 24-00001-025-1, 14-00001-025-1 | |
| owner | OFTString | 46.2k | Usa Dept Of Army Corp Of Engineers Lou Dist, Usa Dept Of Army Corp Of Engineers Lou District, Clarksville Town | |
| owner_stre | OFTString | 46.2k | P.O. BOX 59, CORPS OF ENGINEERS P O BOX 59, 409 HARRISON AVENUE | |
| owner_city | OFTString | 1.5k | LOUISVILLE,, KY 40201, LOUISVILLE,, KY 40201, CLARKSVILLE, IN 47130 | |
| property_s | OFTString | 50.0k | EMERY CROSSING ROAD, EMERY CROSSING ROAD, W. HARRISON AVE. | |
| property_c | OFTString | 78 | CLARKSVILLE, IN 47129, CLARKSVILLE, IN 47129, CLARKSVILLE, IN 47129 | |
| legal_desc | OFTString | 50.0k | CLARK PLACE OLD TOWN 50 FT FRONTAGE .50 AC, CLARK PLACE .23 AC, CLARK PLACE PT LOTS 107-108 | |
| nbhd_code | OFTString | 762 | 10044056, 10044056, 10044072 | |
| nbhd_name | OFTString | 760 | JTCTGCOFW13 COM AREA 39, JTCTGCOFW13 COM AREA 39, JTCTOFW11 COM AREA 99 | |
| prop_class | OFTInteger | 112 | 600, 600, 630 | |
| prop_cla_1 | OFTString | 110 | Exempt, United States of America, Exempt, United States of America, Exempt, Township | |
| land_value | OFTReal | 2.9k | 18900.0, 28200.0, 65900.0 | |
| improv_val | OFTReal | 5.7k | 0.0, 0.0, 0.0 | |
| tot_assess | OFTReal | 6.8k | 18900.0, 28200.0, 65900.0 | |
| legal_acre | OFTReal | 6.6k | 0.287, 0.562, 0.0 | |
| political_ | OFTString | 12 | JEFFERSONVILLE TOWNSHIP, JEFFERSONVILLE TOWNSHIP, JEFFERSONVILLE TOWNSHIP | |
| school_cor | OFTString | 4 | GREATER CLARK COUNTY, GREATER CLARK COUNTY, CLARKSVILLE COMMUNITY | |
| photos | OFTInteger | 1 | 0, 0, 0 | |
| sales | OFTInteger | 2 | 1, 1, 1 | |
| calc_sq_ft | OFTReal | 35.8k | 23084.0, 46726.0, 9823.0 | |
| calc_ac | OFTReal | 9.7k | 0.53, 1.073, 0.225 | |
| section | OFTString | — | ||
| latest_sal | OFTString | 3.9k | 1999-08-18, 2020-08-18, 2021-02-05 | |
| latest_s_1 | OFTReal | 3.7k | 67200.0, 75000.0, 93500.0 | |
| deedbook | OFTString | 52 | 2005, 2005, 2005 | |
| deedpage | OFTString | 12.4k | 28615, 28615, 11788 | |
| plat | OFTInteger | 1 | 0, 0, 0 | |
| documentid | OFTString | 15.4k | -07953, 9-9658, 201412835 | |
| pin_18stri | OFTString | 50.0k | 102400100011000013, 102400100012000013, 101400100071000011 | |
| documentnu | OFTString | 32.9k | 201712814, 202316052, 202202845 | |
| latest_s_2 | OFTInteger | 30 | 1999, 2020, 2021 | |
| notes | OFTString | — | ||
| shape_leng | OFTReal | 50.0k | 985.931521936963, 1084.99123768087, 441.299267883468 | |
| shape_area | OFTReal | 50.0k | 23082.7075010444, 46727.5172989921, 9822.54870029072 |
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.