27 attribute fields, profiled from the August 2022 vintage.
Columns in Cumberland County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 50.0k | 018001 00100, 018001 00101, 018001 00102 | |
| owner | OFTString | 42.0k | MILLER RANDY, MILLER RANDY, MILLER RANDY | |
| addr1 | OFTString | 32.6k | 132 MAYNARD RD, 132 MAYNARD RD, 132 MAYNARD RD | |
| addr2 | OFTString | 27.6k | CROSSVILLE, TN 38571, CROSSVILLE, TN 38571, CROSSVILLE, TN 38571 | |
| situs | OFTString | 49.8k | FERRY BEND TRL, FERRY BEND TRL, FERRY BEND TRL 515 | |
| total_val | OFTString | 6.8k | 34,200, 47,800, 34,700 | |
| land_val | OFTString | 3.1k | 34,200, 47,800, 34,700 | |
| imprv | OFTString | 5.7k | 0, 0, 0 | |
| assessd | OFTString | 7.0k | 8,550, 11,950, 8,675 | |
| use | OFTString | 16 | 00 - RESIDENTIAL, 00 - RESIDENTIAL, 00 - RESIDENTIAL | |
| legal | OFTString | 8.3k | 63-57M004 DB 29-555, SEV MIN CUMBERLAND CTY 10-15M DB 1133/1124, 10-15M DB 1133/1124 | |
| acres | OFTString | 3.2k | 1.81, 2.81, 1.84 | |
| gislink | OFTString | 50.0k | 018001 00100, 018001 00101, 018001 00102 | |
| county_id | OFTInteger | 1 | 18, 18, 18 | |
| parcel_typ | OFTInteger | 3 | 1, 1, 1 | |
| calc_acre | OFTReal | 50.0k | 1.770258, 2.699423, 1.632936 | |
| parcelid | OFTString | 50.0k | 018 001 00100 000 2022, 018 001 00101 000 2022, 018 001 00102 000 2022 | |
| conum | OFTString | 1 | 018, 018, 018 | |
| cmap | OFTString | 542 | 001, 001, 001 | |
| gp | OFTString | 21 | A, A, A | |
| parcel | OFTString | 3.0k | 001.00, 001.01, 001.02 | |
| address | OFTString | 49.9k | FERRY BEND TRL, FERRY BEND TRL, FERRY BEND TRL 515 | |
| city | OFTString | 6 | 000, 000, 000 | |
| deedac | OFTReal | 2.7k | 1.81, 2.81, 1.84 | |
| calcac | OFTReal | 933 | 0.0, 0.0, 0.0 | |
| subdiv | OFTString | 2.4k | FERRY BEND TRAIL, FERRY BEND TRAIL, FERRY BEND TRAIL | |
| lot | OFTString | 2.8k | 16, 17, 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.