31 attribute fields, profiled from the October 2023 vintage.
Columns in DeSoto County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pin | OFTString | 50.0k | 409418000 0000100, 409418000 0000101, 408516000 0002300 | |
| full_addr | OFTString | 50.0k | 4925 WHEELER RD, 8901 TULANE RD S, 2415 WHEELER RD | |
| acreage | OFTReal | 50.0k | 509.26949389, 19.29520233, 179.39050028 | |
| owner_name | OFTString | 50.0k | AMERICAN FARM GROUP INC, SHEPHERD JAMES ETUX ETAL, UNITED STATES OF AMERICA | |
| city | OFTString | 1.3k | MIAMI, MEMPHIS, MEMPHIS | |
| state | OFTString | 65 | FL, TN, TN | |
| zip_code | OFTString | 1.8k | 33156, 38120, 0 | |
| deed_book1 | OFTString | 1.1k | 784, 936, 30 | |
| deed_page1 | OFTString | 1.0k | 250, 687, 0 | |
| wd_link | OFTString | 50.0k | https://landrecords.desotocountyms.gov/AcclaimWeb, https://landrecords.desotocountyms.gov/AcclaimWeb, https://landrecords.desotocountyms.gov/AcclaimWeb | |
| tax_info | OFTString | 50.0k | ||
| tax_map | OFTString | 173 | http://records.desotocountyms.gov/WEBPAGES/TM/494.pdf, http://records.desotocountyms.gov/WEBPAGES/TM/494.pdf, http://records.desotocountyms.gov/WEBPAGES/TM/485.pdf | |
| plat_link | OFTString | 3.9k | ||
| subd_name | OFTString | 3.9k | CHATEAU POINTE SEC A, BUENA VISTA LAKES SEC A, BUENA VISTA LAKES SEC D | |
| lot | OFTString | 3.6k | COS 53, COS, COS | |
| starea() | OFTReal | 50.0k | 22183691.2426758, 840495.688476562, 7814218.69970703 | |
| stlength() | OFTReal | 50.0k | 21132.5722500148, 7969.92001846454, 16822.0171545616 | |
| x | OFTReal | 50.0k | -90.19344552, -90.18714275, -90.05213559 | |
| y | OFTReal | 50.0k | 34.73685746, 34.7324825, 34.73184521 | |
| fema_link | OFTString | 50.0k | ||
| covenant | OFTString | 1.5k | ||
| landvalue | OFTInteger | 6.6k | 581687, 8522, 0 | |
| impcls1 | OFTInteger | 47.7k | 0, 0, 0 | |
| impcls2 | OFTInteger | 12.5k | 0, 0, 0 | |
| objectid | OFTInteger | 50.0k | 81171, 81172, 80735 | |
| second_own | OFTString | 32.2k | STE 405, KING MARY COLLIN, KING MARY COLLIN | |
| owner_addr | OFTString | 50.0k | 7770 KENDALL DR, 321 SWEETBRIAR, 321 SWEETBRIAR | |
| exempt | OFTInteger | 12 | 0, 0, 14 | |
| rezoning | OFTString | 28 | http://www.desotocountyms.gov/DocumentCenter/View/1965, http://www.desotocountyms.gov/DocumentCenter/View/1965, http://www.desotocountyms.gov/DocumentCenter/View/1965 | |
| tot_apval | OFTInteger | 50.0k | 581687, 8522, 0 | |
| tot_asval | OFTInteger | 28.4k | 87254, 1279, 0 |
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.