45 attribute fields, profiled from the January 2023 vintage.
Columns in Providence County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 50.0k | 143-115, 143-30, 144-19 | |
| SITUS | OFTString | 50.0k | 0 EAST AVE, 0 EAST AVE, 0 EAST AVE | |
| ADDR_NUMBE | OFTString | 3.4k | 100, 1000, 1015-1021 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 6.6k | AVE, AVE, AVE | |
| STREET_SUF | OFTString | 4 | S, E, N | |
| STREET_TYP | OFTString | 44 | St, St, St | |
| SITUS_CITY | OFTString | 31 | HARRISVILLE, HARRISVILLE, HARRISVILLE | |
| SITUS_ZIP | OFTString | 41 | 02830, 02830, 02830 | |
| ADDR_SEC_U | OFTString | 8 | REAR, FRONT, OFFICE | |
| ADDR_SE_01 | OFTString | 590 | 1, 2, 1 | |
| OWNER | OFTString | 50.0k | BONOYER JOHN J, TOWN OF BURRILLVILLE, ST ANGELO RICHARD | |
| TRANS_DATE | OFTDate | 9.1k | 1754-01-01, 1754-01-01, 2012-06-26 | |
| SALE_PRICE | OFTReal | 3.8k | 0.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 238 | 1010, 1010, 1010 | |
| LAND_US_01 | OFTString | 4 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 50.0k | {"21": 49, "22": 68, "23": 10, "42": 74, "43": 92}, {"21": 28, "22": 11, "41": 29, "42": 85, "43": 463}, {"22": 4, "23": 146} | |
| CROP_COVER | OFTString | 50.0k | {"122": 0.14, "141": 2.16, "142": 0.95, "143": 3.23}, {"122": 0.0, "123": 0.1}, {"122": 0.19, "123": 0.11} | |
| MUNI_ID | OFTInteger64 | 16 | 1220081, 1220081, 1220081 | |
| SCHOOL_DIS | OFTInteger64 | 17 | 4400090, 4400090, 4400090 | |
| ACREAGE_AD | OFTReal | 50.0k | 6.48671363384301, 265.653490313812, 147.480860090442 | |
| ZIP_CODE | OFTString | 48 | 2830, 2830, 2830 | |
| BUILDINGS | OFTInteger64 | 27 | 0, 0, 0 | |
| YEAR_BUILT | OFTInteger64 | 256 | 0, 0, 0 | |
| MAIL_ADDRE | OFTString | 50.0k | 11 EAST BEL AIR ROAD, 14 EAST BELAIR ROAD, 90 ELM STREET | |
| MAIL_AD_01 | OFTString | 139 | C/O GELFUSO & LACHUT INC, C/O GELFUSO & LACHUT INC, C/O GELFUSO & LACHUT INC | |
| MAIL_AD_02 | OFTString | 12.8k | CRANSTON RI 02920, CRANSTON RI 02920, PROVIDENCE RI 02903-4647 | |
| OWNER_OCCU | OFTString | 3 | ?, ?, ? | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 141 | 12900, 13002, 13002 | |
| CENSUS_BLK | OFTInteger | 7 | 1, 2, 2 | |
| CENSUS_BLO | OFTInteger | 476 | 1000, 2019, 2023 | |
| AREA_METER | OFTReal | 50.0k | 26250.3080969731, 85047.5169752279, 596822.710899769 | |
| FLD_ZONE | OFTString | 51 | {AE,X,AE}, {AE,A}, {AE,AE} | |
| ZONE_SUBTY | OFTString | 34 | {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD",FLOODWAY}, {NULL,NULL}, {NULL,FLOODWAY} | |
| PLACE_GNIS | OFTInteger64 | 17 | 2378106, 2378106, 2378106 | |
| ALT_ID_1 | OFTString | 50.0k | 143/115, 143/030, 144/019 | |
| ALT_ID_2 | OFTString | 50.0k | 03251740, 07133765, 07148930 | |
| ELEVATION | OFTString | 50.0k | {"max": 14.5, "min": 14.5, "mean": 14.5}, {"max": 14.5, "min": 14.5, "mean": 14.5}, {"max": 24.75, "min": 24.75, "mean": 24.75} | |
| ROBUST_ID | OFTString | 50.0k | AACr54ttbxeEqc5V, AACr58JRq7x1U3DW, AACr5x5Wmx7ubKKB | |
| CALC_ACREA | OFTReal | 50.0k | 6.48671363384302, 21.0160919197486, 147.480860090442 | |
| COUNTY_NAM | OFTString | 1 | Providence, Providence, Providence | |
| COUNTY_FIP | OFTInteger64 | 1 | 44007, 44007, 44007 | |
| STATE_ABBR | OFTString | 1 | RI, RI, RI | |
| CTY_ROW_ID | OFTInteger64 | 50.0k | 118197, 118251, 119697 |
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.