48 attribute fields, profiled from the December 2022 vintage.
Columns in Calhoun County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 22.0k | 13675, 35667, 38773 | |
| created_da | OFTString | 1 | 2022-12-02, 2022-12-02, 2022-12-02 | |
| last_edite | OFTString | 1 | 2022-12-02, 2022-12-02, 2022-12-02 | |
| prop_id | OFTInteger | 22.0k | 13675, 35667, 38773 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 12.5k | UNITED STATES OF AMERICA, STATE OF TEXAS, UNITED STATES OF AMERICA | |
| legal_acre | OFTReal | 3.2k | 4322.23, 1231.92, 682.82 | |
| hood_cd | OFTString | 182 | NMI, NMI, NMI | |
| school | OFTString | 1 | S01, S01, S01 | |
| city | OFTString | 3 | C02, C02, C02 | |
| county | OFTString | 1 | G05, G05, G05 | |
| next_appra | OFTString | 13 | 2022-01-01, 2022-01-01, 2022-01-01 | |
| legal_desc | OFTString | 21.7k | A0029 J POWER & J W HEWITSON, BLOCK PT 3, ACRES 1231.92, A0111 WILLIAM LITTLE, ACRES 682.82, A0204 WILLIAM LITTLE, ACRES 98.21 | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 4.8k | 0, 4, 0 | |
| abs_subdv_ | OFTString | 544 | A0029, A0029, A0111 | |
| land_val | OFTReal | 6.3k | 1831530.0, 246380.0, 682820.0 | |
| imprv_val | OFTReal | 9.3k | 306560.0, 0.0, 0.0 | |
| market | OFTReal | 12.6k | 2138090.0, 246380.0, 682820.0 | |
| block | OFTString | 529 | 1,2 & PT 3, PT 3, 0000 | |
| map_id | OFTString | 19.6k | A0029-00000-0001-A0, A0029-00000-0004-A0, A0111-00000-0000-00 | |
| geo_id | OFTString | 21.8k | A0029-00000-0001-A0, A0029-00000-0004-A0, A0111-00000-0000-00 | |
| situs_num | OFTString | 2.2k | 1593, 661, 411 | |
| situs_stre | OFTString | 20 | S, N, N | |
| situs_st_1 | OFTString | 1.2k | BIRDHOUSE, CLIBURN RANCH, FALCON POINT RD | |
| situs_st_2 | OFTString | 51 | RD, DR, DR | |
| situs_city | OFTString | 65 | SEADRIFT, SEADRIFT, SEADRIFT | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 12 | 77983, 77983, 77983 | |
| addr_line1 | OFTString | 7.1k | U S FISH & WILDLIFE SERVICE, (EXEMPT), (EXEMPT) | |
| addr_line2 | OFTString | 10.2k | (EXEMPT), 134 MARSHALL RD, PO BOX 162284 | |
| addr_line3 | OFTString | 473 | PO BOX 1306, 7995 PITTMAN RD, GRANITE PARK VII | |
| addr_city | OFTString | 1.1k | ALBUQUERQUE, AUSTIN, PORT LAVACA | |
| addr_state | OFTString | 49 | NM, TX, TX | |
| zip | OFTString | 1.5k | 87103, 78711, 77979 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 6.6k | 02/06/2018, 12/06/1993, 03/19/2019 | |
| volume | OFTString | 12.1k | D319, 2018-00484, 116 | |
| page | OFTString | 1.2k | 585, 245, 245 | |
| number | OFTString | 4.4k | 2019-00997, 2019-00997, 2019-00997 | |
| objectid | OFTInteger | 22.0k | 17846, 17465, 17453 | |
| creationda | OFTString | 1 | 2022-12-02, 2022-12-02, 2022-12-02 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2022-12-02, 2022-12-02, 2022-12-02 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| shape__are | OFTReal | 18.7k | 193949611.585938, 47350051.0625, 28856089.828125 | |
| shape__len | OFTReal | 21.4k | 74054.8651721996, 72784.5885854719, 21501.3077080872 |
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.