27 attribute fields, profiled from the March 2022 vintage.
Columns in Morgan County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 13.6k | 065002 00100, 065002 00101, 065002 00101 | |
| owner | OFTString | 10.8k | HISTORIC RUGBY INC, BIG SOUTH FORK REC, BIG SOUTH FORK REC | |
| addr1 | OFTString | 9.3k | PO BOX 8, ST RT 62, GEN DEL | |
| addr2 | OFTString | 3.9k | RUGBY, TN 37733, ONEIDA, TN 37841, ONEIDA, TN 37841 | |
| situs | OFTString | 8.3k | N OF ST RT 52, ST RT 52, ST RT 52 | |
| total_val | OFTString | 3.0k | 446,400, 0, 0 | |
| land_val | OFTString | 1.8k | 446,400, 0, 0 | |
| imprv | OFTString | 2.4k | 0, 0, 0 | |
| assessd | OFTString | 2.6k | 0, 0, 16,900 | |
| use | OFTString | 16 | 11 - AGRICULTURAL, 04 - FEDERAL, 04 - FEDERAL | |
| legal | OFTString | 1.7k | TR #2001, TR # 2020, MINERAL RIGHTS IN 2.61 | |
| acres | OFTString | 2.9k | 186.00, 119.50, 44.50 | |
| gislink | OFTString | 13.6k | 065002 00100, 065002 00101, 065002 00101 | |
| county_id | OFTInteger | 1 | 65, 65, 65 | |
| parcel_typ | OFTInteger | 3 | 1, 1, 1 | |
| calc_acre | OFTReal | 13.6k | 183.018553, 118.647801, 118.647801 | |
| parcelid | OFTString | 13.6k | 065 002 00100 000 2022, 065 002 00101 000 2022, 065 002 00101 000 2022 | |
| conum | OFTString | 1 | 065, 065, 065 | |
| cmap | OFTString | 191 | 002, 002, 002 | |
| gp | OFTString | 5 | A, A, A | |
| parcel | OFTString | 2.4k | 001.00, 001.01, 001.01 | |
| address | OFTString | 8.5k | N OF ST RT 52, ST RT 52, ST RT 52 | |
| city | OFTString | 5 | 000, 000, 000 | |
| deedac | OFTReal | 2.9k | 186.0, 119.5, 119.5 | |
| calcac | OFTReal | 13 | 0.0, 0.0, 0.0 | |
| subdiv | OFTString | 146 | BEACON HILL, BEACON HILL, BEACON HILL | |
| lot | OFTString | 473 | 18, 18, 18 |
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.