31 attribute fields, profiled from the January 2024 vintage.
Columns in Monroe County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| primaryind | OFTString | 26.2k | 1, 2, 3 | |
| exempt | OFTString | 7 | 01, 01, 03 | |
| mailing1 | OFTString | 9.9k | 437 MAIN STREET, 486 GRIFFIN STREET, 4682 EUREKA LANDING ROAD | |
| mailing2 | OFTString | 132 | PO BOX 724, UNIT 912, UNIT 912 | |
| mailing3 | OFTString | — | ||
| name | OFTString | 13.5k | GIBSON, RICHARD LEE & ANGELA, ELLINGTON, JESSICA N & JUSTIN WILBORN, HOFFMAN, WILLIAM A (LE) | |
| name2 | OFTString | 2.7k | C/O BOB FERGUSON, C/O BOB FERGUSON, DARLENE FELTS SMITH ETAL (REM) | |
| parcel_id | OFTString | 23.1k | 34020300010240000, 34010200010070020, 31041800000310000 | |
| p_address | OFTString | 8.2k | 437 MAIN ST, 486 GRIFFIN STREET, 4682 EUREKA LANDING | |
| deed_b_p_d | OFTString | 16.8k | 0732 -0488 12/3/2003, 867-471 10/31/2018, 878-442 5/18/2020 | |
| str | OFTString | 1.1k | 03-05N-07E, 02-05N-07E, 18-05N-04E | |
| giskey | OFTString | 23.1k | 3402030001024000, 3401020001007002, 3104180000031000 | |
| collection | OFTString | — | ||
| totalland | OFTString | 7.4k | 26980, 6970, 10770 | |
| totalbldg | OFTString | 7.7k | 76730, 91560, 128320 | |
| totalvalue | OFTString | 11.8k | 103710, 98530, 139090 | |
| neighcode | OFTString | 9 | EXCEL, EXCEL, BLACKSHE | |
| neighname | OFTString | 9 | EXCEL, EXCEL, JU BLACKSHER | |
| revalratio | OFTString | 1.1k | 0, 1.41796083727211, 0 | |
| revalprice | OFTString | 456 | 0, 42000, 0 | |
| saleyear | OFTString | 4 | 2019, 2017, 2019 | |
| saleprice | OFTString | 456 | 0, 42000, 0 | |
| landlmv | OFTString | — | ||
| landcuse | OFTString | — | ||
| landvaluet | OFTString | — | ||
| neighid | OFTString | 1 | 0, 0, 0 | |
| area | OFTString | 26.2k | 3.2841919357693961, 0.50382820446443755, 0.26873130571786819 | |
| geoid | OFTString | 26.2k | 1, 2, 3 | |
| arearatio | OFTString | — | ||
| county | OFTString | 1 | 51, 51, 51 | |
| countyname | OFTString | 1 | MONROE, MONROE, MONROE |
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.