45 attribute fields, profiled from the February 2024 vintage.
Columns in Orange County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 45.5k | 25309, 24575, 312884 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 45.4k | 25309, 24575, 312884 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 32.3k | GULF STATES UTILITIES COMPANY, MULTIPLE OWNERS, SHBS DEVELOPMENT, LLC | |
| legal_acre | OFTReal | 7.2k | 109.847, 122.24, 384.42 | |
| hood_cd | OFTString | 1.3k | 351, 310, 380 | |
| school | OFTString | 5 | S01, S01, S01 | |
| city | OFTString | 9 | Bridge City, Bridge City, ORANGE | |
| county | OFTString | — | ||
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 44.9k | ABST. 351 R. H. BLANE TR 001, 310 ABST. 310 J. M. HATTON, TRACT 003, ACRES 122.24, 380 ABST. 380-381 EARL GRAY, TRACT 001A, ACRES 384.42 | |
| legal_de_1 | OFTString | 2 | LDON, ACRES 51.0279 | |
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | 17.9k | 41193.0, 22920.0, 389295.0 | |
| imprv_val | OFTReal | 28.2k | 0.0, 0.0, 0.0 | |
| market | OFTReal | 10.3k | 60879.0, 230800.0, 230948.0 | |
| block | OFTString | — | ||
| map_id | OFTString | 45.4k | R25309, R24575, R312884 | |
| geo_id | OFTString | 45.4k | 000351-000300, 000310-000410, 000380-000141 | |
| situs_num | OFTString | 8.2k | 7706, 2883, 2000 | |
| situs_stre | OFTString | 4 | S, S, W | |
| situs_st_1 | OFTString | 2.8k | BAILEY, SABINE, BESSIE HEIGHTS | |
| situs_st_2 | OFTString | 11 | AVE, AVE, AVE | |
| situs_city | OFTString | 9 | Bridge City, Bridge City, ORANGE | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 19 | 77630, 77611, 77611 | |
| addr_line1 | OFTString | 28.5k | PO BOX 61000, 906 MAIN ST, 3525 TURTLE CREEK BLVD | |
| addr_line2 | OFTString | 3.0k | APT 8C, STE 1030, STE 1000 | |
| addr_line3 | OFTString | 81 | 1722 ROUTH ST SUITE 1300, 1722 ROUTH ST SUITE 1300, 1722 ROUTH ST SUITE 1300 | |
| addr_city | OFTString | 819 | NEW ORLEANS, PORT NECHES, DALLAS | |
| addr_state | OFTString | 50 | LA, TX, TX | |
| zip | OFTString | 15.3k | 70161-1000, 77651-2538, 75219-5516 | |
| deed_seq | OFTInteger | 7 | 0, 0, 0 | |
| deed_date | OFTString | 5.8k | 10/10/2023, 11/30/2011, 09/25/2018 | |
| volume | OFTString | 1.3k | 00626, 00638, 01113 | |
| page | OFTString | 1.4k | 00620, 00496, 00321 | |
| number | OFTString | 27.1k | NAME MERGER, 375585, 466817 | |
| objectid | OFTInteger | 46.8k | 25883, 26217, 20331 | |
| globalid | OFTString | 46.8k | ae25c8ef-6b58-451b-97d9-0ddf51de3830, 5fd237ab-61c2-4dd3-9ac2-c5ae0af64eb3, 2aa223fc-0a33-4cae-89b4-f1faee4e9f26 | |
| shape__are | OFTReal | 42.3k | 3520262.89453125, 6779447.49609375, 16898679.5078125 | |
| shape__len | OFTReal | 45.1k | 9565.03381028106, 11647.7510943989, 24336.5988484718 |
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.