21 attribute fields, profiled from the January 2024 vintage.
Columns in McDonald County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 16.6k | 15657, 16118, 4 | |
| parcelnumb | OFTString | 15.4k | 175015004003017000, 043008003003005000, 188233000000005000 | |
| p_pid | OFTString | 15.4k | 17-5.0-15-004-003-017.000, 04-3.0-08-003-003-005.000, 18-8.2-33-000-000-005.000 | |
| name | OFTString | 10.3k | RUBI, MARIA DEL ROSARIO FUENTES, HOPKINS, LLOYD E, WETZEL, DAVID A | |
| sit_stnm | OFTString | 10.0k | 424 PARK ST, 228/230 W SPLITLOG AVE GOODMAN, 1000 S MAIN ST SOUTHWEST CITY | |
| name2 | OFTString | 238 | DAVID SCHERLER, C/O THOMAS CANTRELL, C/O CECILIE MATTISON | |
| name3 | OFTString | 333 | JESSICA NGOCYEN NGUYEN, PIGG, CALESSE, (ETAL) | |
| parcel_id | OFTString | 12.4k | 04-3.0-08-003-003-005.000, 18-8.2-33-000-000-005.000, 18-8.2-33-000-000-006.000 | |
| t_pid | OFTString | 12.4k | 04-3.0-08-003-003-005.000, 18-8.2-33-000-000-005.000, 18-8.2-33-000-000-006.000 | |
| acres | OFTString | 2.9k | 1.20, 1.50, 16.00 | |
| owner_name | OFTString | 8.3k | HOPKINS, LLOYD E, WETZEL, DAVID A, CATTLEMEN ROAD LLC | |
| mail_addr1 | OFTString | 7.6k | 228 W SPLITLOG ST GOODMAN MO 64843-, PO BOX 278 SOUTHWEST CITY MO 64863-0000, 2121 AVENUE OF THE STARS SUITE 1300 LOS ANGELES CA 90067 | |
| _tax_STAT_ | OFTString | 1 | 0.0300, 0.0300, 0.0300 | |
| _tax_STA_1 | OFTString | 1.6k | 8.82, 11.54, 0.52 | |
| _tax_LIB_p | OFTString | 1 | 0.0972, 0.0972, 0.0972 | |
| _tax_LIB_v | OFTString | 3.3k | 28.59, 37.40, 1.67 | |
| tot_tax | OFTString | 7.0k | 1339.44, 1602.1100000000001, 68.17 | |
| cnty_tax_R | OFTString | 1 | 3.4200, 3.4200, 3.4200 | |
| cnty_tax_1 | OFTString | 3.1k | 1,316.02, 58.82, 58.82 | |
| cnty_tax_C | OFTString | 1 | 0.4163, 0.4163, 0.4163 | |
| cnty_tax_2 | OFTString | 3.3k | 122.43, 160.19, 7.16 |
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.