37 attribute fields, profiled from the October 2023 vintage.
Columns in Macon County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 24.5k | 4251, 4252, 4255 | |
| objectid_1 | OFTInteger | 20.1k | 91906, 97004, 96961 | |
| fcode | OFTString | 6 | 500, 500, 500 | |
| parcelno | OFTString | 18.2k | 08 06 13 0 000 028.000, 08 06 13 0 000 033.004, 08 06 13 0 000 033.007 | |
| gis_pidlin | OFTString | 18.2k | 0806130000028000, 0806130000033004, 0806130000033007 | |
| recordyear | OFTInteger | 1 | 2023, 2023, 2023 | |
| ownername | OFTString | 12.2k | JOHNSTON HARRY (HEIRS OF) &, HORACE DAISY J, HORACE DAISY J | |
| ownername2 | OFTString | 4.3k | LILLIAN (HEIRS OF), ENGLISH & SAMUEL D, WILLIE JAMES MAGRUDER & OTHERS | |
| mailaddres | OFTString | 10.7k | 898 ROSENWALD HGTS RD, 1113 BROOKS LN, 1113 BROOKS LN | |
| mailaddr_1 | OFTString | 1.0k | 2919 ELPASO COURT, 2175 PLEASANT SPRINGS DR, 1266 FRANCISCO ST | |
| mailcity | OFTString | 973 | TUSKEGEE, TUSKEGEE, TUSKEGEE | |
| mailstate | OFTString | 56 | AL, AL, AL | |
| mailzip | OFTString | 2.1k | 36083, 36083, 36080 | |
| neighborho | OFTString | 16 | 00002001, 00002001, 00002001 | |
| assessment | OFTString | 2 | 3, 2, 3 | |
| subdiv1 | OFTString | 2 | UNDETERMINED, UNDETERMINED, UNDETERMINED | |
| subdiv2 | OFTString | — | ||
| book1 | OFTString | 403 | 000064, 000212, 000196 | |
| book2 | OFTString | 3 | 0, 0, 0 | |
| page1 | OFTString | 1.7k | 000469, 000625, 000423 | |
| page2 | OFTString | 4 | 0, 0, 0 | |
| lot1 | OFTString | 1 | 0, 0, 0 | |
| lot2 | OFTString | 1 | 0, 0, 0 | |
| block1 | OFTString | 1 | 0, 0, 0 | |
| block2 | OFTString | 1 | 0, 0, 0 | |
| municipali | OFTString | 6 | 01, 01, 01 | |
| propertyad | OFTString | 710 | 0, 1602 ASHDALE RD, 0 | |
| forestacre | OFTReal | 1.8k | 0.0, 0.0, 0.0 | |
| totallandv | OFTReal | 5.0k | 8480.0, 14800.0, 15220.0 | |
| totalimpva | OFTReal | 5.1k | 14060.0, 0.0, 0.0 | |
| totalvalue | OFTReal | 7.9k | 22540.0, 14800.0, 15220.0 | |
| pid | OFTString | 18.2k | 0806130000028000, 0806130000033004, 0806130000033007 | |
| metesbound | OFTString | 18.2k | 98 X 180 LOT 13 HAYJAC GROVES, 45 X 125 ASHDALE SUB RESUB OF LOTS #2-15 LOT 2 TUSKEGEE, 210 X 70 HAYJAC GROVES S/D LOT 10 TUSKEGEE | |
| parcelid | OFTString | 20.0k | 0806130000028000, 0806130000033004, 0806130000033007 | |
| calc_acre | OFTReal | 19.9k | 0.93868902, 2.79162796, 2.46927324 | |
| starea() | OFTReal | 20.0k | 5350.37890625, 15913.1640625, 14075.3515625 | |
| stlength() | OFTReal | 20.1k | 293.453487147488, 752.74776840425, 731.380813015312 |
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.