49 attribute fields, profiled from the April 2024 vintage.
Columns in Harrison County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 47.0k | R15470, R9920696, R10097665 | |
| created_da | OFTString | 65 | 2023-08-02, 2023-05-01, 2023-05-01 | |
| last_edite | OFTString | 100 | 2023-08-02, 2023-09-07, 2023-08-07 | |
| prop_id | OFTInteger | 46.3k | 15470, 9920696, 10097665 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 30.9k | MULTIPLE OWNERS, KEELING GORDON K, SKINNER LANE | |
| legal_acre | OFTReal | 11.0k | 38.934, 3.758, 0.227 | |
| hood_cd | OFTString | — | ||
| school | OFTString | 8 | 36, 36, 36 | |
| city | OFTString | 4 | 12, 12, 12 | |
| county | OFTString | 1 | 05, 05, 05 | |
| next_appra | OFTString | 2.2k | 2016-10-10, 2021-07-27, 2020-03-18 | |
| legal_desc | OFTString | 1.3k | V UND 38.934 AC, V, V | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 5.8k | B, 2, 4 | |
| abs_subdv_ | OFTString | 1.9k | 29 B ANDERSON, 29 B ANDERSON, 29 B ANDERSON | |
| land_val | OFTReal | 9.9k | 0.0, 2090.0, 1230.0 | |
| imprv_val | OFTReal | 18.0k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 23.4k | 23360.0, 2090.0, 1230.0 | |
| block | OFTString | 335 | 3, 4, 2 | |
| map_id | OFTString | 46.3k | R000015470, R009920696, R010097665 | |
| geo_id | OFTString | 46.3k | 00029.00160.00000.000000, 00029.00160.00010.000000, 00029.00160.00010.000010 | |
| situs_num | OFTString | 6.7k | 0, 0, 0 | |
| situs_stre | OFTString | 7 | S, S, S | |
| situs_st_1 | OFTString | 2.6k | BOARDS FERRY RD, BOARDS FERRY RD, BOARDS FERRY RD | |
| situs_st_2 | OFTString | 34 | MAR, MAR, MAR | |
| situs_city | OFTString | — | ||
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 504 | 75672, 75672, 000000 | |
| addr_line1 | OFTString | 25.0k | 234 COUNTY ROAD 217, 2173 PINE ISLAND RD, 795 MONT HALL RD | |
| addr_line2 | OFTString | 52 | 1415 LOUISIANA ST STE #1600, 1415 LOUISIANA ST STE #1600, 1415 LOUISIANA ST STE #1600 | |
| addr_line3 | OFTString | 55 | ATTN BRADLEY D ERICKSON, CADDO CREEK RESOURCES CO LLC, CADDO CREEK RESOURCES CO LLC | |
| addr_city | OFTString | 1.1k | BECKVILLE, KARNACK, HALLSVILLE | |
| addr_state | OFTString | 51 | TX, TX, TX | |
| zip | OFTString | 16.9k | 75631-6819, 75661-1899, 75650-4401 | |
| deed_seq | OFTInteger | — | ||
| deed_date | OFTString | 9.8k | 07/09/2016, 07/12/2021, 02/25/2020 | |
| volume | OFTString | 3.9k | 01585, 01585, 00984 | |
| page | OFTString | 1.5k | 00118, 00118, 00512 | |
| number | OFTString | 23.4k | 2016-000007321, 2016-033, 2020-000002513 | |
| esri_oid | OFTInteger | 50.0k | 7949, 7950, 7951 | |
| objectid_1 | OFTReal | 50.0k | 7949.0, 7950.0, 7951.0 | |
| creationda | OFTString | 1 | 2024-04-01, 2024-04-01, 2024-04-01 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2024-04-01, 2024-04-01, 2024-04-01 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| shape__are | OFTReal | 50.0k | 1351976.58203125, 206979.025390625, 9898.673828125 | |
| shape__len | OFTReal | 50.0k | 6289.25726592144, 1924.05125738635, 399.960069236954 |
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.