36 attribute fields, profiled from the December 2020 vintage.
Columns in Hamilton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.7k | 6810-000, 6336-000, 6284-010 | |
| SITUS | OFTString | 5.0k | 217 E 2ND AVE SE, N CENTRAL, NW 5TH AV M/79B NE | |
| ADDR_NUMBE | OFTString | 3.7k | 217, 504, 4108 | |
| STREET_PRE | OFTString | 3 | E, N, NW | |
| STREET_NAM | OFTString | 383 | 2ND, CENTRAL, 5TH | |
| STREET_SUF | OFTString | 8 | SE, SW, SW | |
| STREET_TYP | OFTString | 19 | Ave, Ave, St | |
| SITUS_CITY | OFTString | 3 | JASPER, JASPER, JASPER | |
| SITUS_ZIP | OFTString | 3 | 32052, 32052, 32052 | |
| OWNER | OFTString | 8.5k | LAND O'SUN MANAGEMENT CORP, BAKER BURT HEIRS 1717 33, WOMAN'S CLUB THE OF JASPER | |
| SALE_PRICE | OFTReal | 256 | 0.0, 0.0, 0.0 | |
| BLDG_SQFT | OFTInteger64 | 2.2k | 3660, 0, 0 | |
| NGH_CODE | OFTString | 10 | 1001, 1001, 1001 | |
| LAND_USE_C | OFTString | 61 | 011, 087, 077 | |
| LAND_US_01 | OFTString | 5 | Commercial, Tax Exempt, Tax Exempt | |
| LAND_COVER | OFTString | 10.4k | {"21": 2, "22": 2}, {"43": 2}, {"22": 4} | |
| MUNI_ID | OFTInteger64 | 3 | 1935810, 1935810, 1935810 | |
| MKT_VAL_LA | OFTReal | 5.7k | 20196.0, 1200.0, 6270.0 | |
| MKT_VAL_TO | OFTReal | 8.5k | 103836.0, 1200.0, 6270.0 | |
| ZIP_CODE | OFTString | 6 | 32052, 32052, 32052 | |
| EFF_YEAR_B | OFTInteger64 | 94 | 1991, 0, 0 | |
| YEAR_BUILT | OFTInteger64 | 111 | 0, 0, 0 | |
| LEGAL_DESC | OFTString | 12.2k | 5 1N 14E 1-815, 6 1N 14E 1-336, 6 1N 14E 1-285A | |
| MAIL_ADDRE | OFTString | 1.6k | GAINESVILLE FL 32606, JASPER FL 32052, JASPER FL 32052 | |
| MAIL_AD_01 | OFTString | 2.1k | P O BOX 1201, P O BOX 632, 10902 KUVALEI DR | |
| MAIL_AD_02 | OFTString | 7.7k | 3715 NW 97TH BLVD, FL, C/O BRENDA SMITH | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| AREA_METER | OFTReal | 14.8k | 1532.30302150218, 462.902851332442, 1532.92981195121 | |
| ALT_ID_1 | OFTString | 12.7k | 003630D2, 00362ED4, 00362E9D | |
| ALT_ID_2 | OFTString | 12.7k | C34-000-355-1442-1, C34-000-355-0932-2, C34-000-355-0877-9 | |
| ELEVATION | OFTString | 14.7k | ||
| ROBUST_ID | OFTString | 14.8k | AAAvD2znAoG1hw3I, AAAvDxN6x6HmPzHu, AAAvDxDqnUqJrF9k | |
| CALC_ACREA | OFTReal | 14.8k | 0.378647399643404, 0.11438792359276, 0.378802285831263 | |
| COUNTY_NAM | OFTString | 1 | Hamilton, Hamilton, Hamilton | |
| COUNTY_FIP | OFTInteger64 | 1 | 12047, 12047, 12047 | |
| STATE_ABBR | OFTString | 1 | FL, FL, FL |
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.