21 attribute fields, profiled from the December 2019 vintage.
Columns in Pima County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OGC_FID | OFTInteger64 | 50.0k | 1, 2, 3 | |
| OBJECTID | OFTInteger64 | 50.0k | 343722, 343723, 343732 | |
| PARCEL | OFTString | 50.0k | 30235008A, 30235008B, 302360070 | |
| GISACRES | OFTReal | 50.0k | 240.55464172, 79.79351044, 50.17145157 | |
| LINK | OFTString | 50.0k | HTTP://GIS.PIMA.GOV/D.HTM?P=30235008A, HTTP://GIS.PIMA.GOV/D.HTM?P=30235008B, HTTP://GIS.PIMA.GOV/D.HTM?P=302360070 | |
| ADDRESS_OL | OFTString | 50.0k | 1 W LA OSA RANCH RD, 42050 S SASABE HY, 41821 S SASABE RD | |
| ADR_STATUS | OFTString | 2 | ONE, ONE, MULTIPLE | |
| PARCEL_USE | OFTString | 518 | 8774, 9400, 9500 | |
| MAIL1 | OFTString | 50.0k | RANCHO DE LA OSA HOLDING COMPANY, UNITED STATES OF AMERICA, STATE OF ARIZONA | |
| MAIL2 | OFTString | 50.0k | 42688 ROAD N, FISH & WILDLIFE SERV DEPT OF INTERIOR, ATTN: YVONNE V ESCALANTE TR | |
| MAIL3 | OFTString | 20.0k | MANCOS CO, 500 GOLD AVE SW, 1508 E CHAROULEAU PL | |
| MAIL4 | OFTString | 3.3k | ALBUQUERQUE NM, ORO VALLEY AZ, ALBUQUERQUE NM | |
| MAIL5 | OFTString | 366 | TUCSON AZ, MADISON WI 53717, ARIVACA AZ | |
| PAGE | OFTInteger64 | 9.9k | 0, 1256, 1224 | |
| RECORDDATE | OFTString | 13.0k | 20161123, 19850228, 19850228 | |
| DOCKET | OFTString | 11.7k | 0, 7480, 7480 | |
| ZIP | OFTString | 6.8k | 81328, 00000, 00000 | |
| ZIP4 | OFTString | 9.5k | 9012, 0000, 0000 | |
| TAXYR | OFTString | 1 | 2018, 2018, 2018 | |
| LIMNET | OFTReal | 31.9k | 66829.0, 0.0, 0.0 | |
| FCV | OFTReal | 50.0k | 582329.0, 60000.0, 36203.0 |
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.