49 attribute fields, profiled from the August 2022 vintage.
Columns in Gaines County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 14.3k | 53681, 53683, 53689 | |
| created_da | OFTString | 312 | 2015-09-25, 2022-04-22, 2022-04-22 | |
| last_edite | OFTString | 384 | 2020-04-07, 2021-02-17, 2020-04-07 | |
| prop_id | OFTInteger | 14.2k | 53681, 53683, 53689 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 8.4k | MCCASLAND LIMITED PRTNS LEA I, MULTIPLE OWNERS, MULTIPLE OWNERS | |
| legal_acre | OFTReal | 2.7k | 603.0, 640.0, 640.0 | |
| hood_cd | OFTString | 24 | FARMLAND, FARMLAND, FARMLAND | |
| school | OFTString | 4 | 12, 12, 12 | |
| city | OFTString | 3 | 11, 11, 11 | |
| county | OFTString | 1 | IA, IA, IA | |
| next_appra | OFTString | 10 | 2022-01-01, 2019-01-01, 2023-01-01 | |
| legal_desc | OFTString | 14.1k | BLK A28 SEC 16 PSL, BLK A28 SEC 17 PSL, UNDIV INT 33.33%, BLK A28 SEC 18 PSL, UNDIV INT 33.33% | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 776 | 10, 16, 13 & 15 | |
| abs_subdv_ | OFTString | 256 | FN, FN, FN | |
| land_val | OFTReal | 5.2k | 57660.0, 31590.0, 47109.0 | |
| imprv_val | OFTReal | 6.9k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 10.1k | 57660.0, 31590.0, 47109.0 | |
| block | OFTString | 1.3k | BLK A28 SEC 16, BLK A30 SEC 4, BLK A30 SEC 4 | |
| map_id | OFTString | 51 | 37, 37, 37 | |
| geo_id | OFTString | 14.2k | L 282000, L 283000, L 289000 | |
| situs_num | OFTString | 566 | 276, 251, 1213 | |
| situs_stre | OFTString | 19 | CR, CR, CR | |
| situs_st_1 | OFTString | 6.0k | BLK A28 SEC 16, BLK A28 SEC 17, BLK A28 SEC 18 | |
| situs_st_2 | OFTString | — | ||
| situs_city | OFTString | 14 | 1305 HOBBS HWY, SEMINOLE, NW/4 | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 2 | 79360, 79360, 79360 | |
| addr_line1 | OFTString | 568 | % INTERNATIONAL PAPER, % JAMES S FROST IND EXECUTOR, % JAMES S FROST IND EXECUTOR | |
| addr_line2 | OFTString | 6.5k | PO BOX 206, 6400 POPLAR AVE, 29089 237TH AVE | |
| addr_line3 | OFTString | 46 | BLDG 2 STE 212, P O BOX 13528, P O BOX 13528 | |
| addr_city | OFTString | 406 | EUNICE, MEMPHIS, TUTHILL | |
| addr_state | OFTString | 38 | NM, TN, SD | |
| zip | OFTString | 538 | 88231, 38197, 57574 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 4.8k | 01/08/2004, 08/04/2005, 08/04/2005 | |
| volume | OFTString | 1.3k | 791, 2005, 2005 | |
| page | OFTString | 7.0k | 201, 2879, 2879 | |
| number | OFTString | 61 | 0, 0, 0 | |
| objectid | OFTInteger | 14.5k | 3896, 3897, 3898 | |
| creationda | OFTString | 1 | 2022-08-31, 2022-08-31, 2022-08-31 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2022-08-31, 2022-08-31, 2022-08-31 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 14.5k | 812239f1-c6e4-438f-b7c8-6f6b1dad97d3, 0e7b829d-10d3-4dd2-ab9c-745e72810948, b29184ad-b1d1-4f03-b6a9-6a88315aed54 | |
| shape__are | OFTReal | 14.0k | 29439107.140625, 29050657.4021, 29363393.794922 | |
| shape__len | OFTReal | 13.6k | 21746.177851, 21589.172396, 21682.948207 |
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.