Free Parcel Data

Georgia Cobb County

Field dictionary

GEOID13067
Archive

36 attribute fields, profiled from the January 2024 vintage.

Columns in Cobb County

Field Type Filled Distinct Example values
objectid OFTInteger 100% 50.0k 91981, 92028, 92047
objectid_1 OFTInteger 100% 1 0, 0, 0
pin OFTString 100% 50.0k 16118400120, 16112000210, 16112100340
parcel_typ OFTInteger 100% 5 0, 0, 0
lotnum OFTString 85% 6.1k 22X, 5, 25Y
acre_deede OFTReal 92% 1.8k 0.0, 0.0, 0.0
land_sqft OFTReal 36% 24.7k 21356.0, 108900.0, 26136.0
nbhood_num OFTString 86% 116 1606, 1606, 1606
subdivnum OFTString 92% 3.0k 9804, 1449, 9804
nbhdsubd_i OFTString 97% 3.2k 16069804, 16061449, 16069804
block OFTString 20% 47 X, Y, Y
has_multiu OFTString 97% 2 N, N, N
st_number OFTInteger 91% 7.5k 278, 340, 3780
bldg_num OFTString 7% 749 HOLES 4,5, 6, U-4
unit_num OFTString 2% 1.5k 110, 130, 120
mlotnum OFTString 2% 623 8, 6, 1
name OFTString 3% 138 WOODLAWN OFFICE PARK, WOODLAWN OFFICE PARK, WOODLAWN OFFICE PARK
parid OFTString 97% 50.0k 16118400120, 16112000210, 16112100340
situs_addr OFTString 97% 50.0k 278 INDIAN HILLS TRL, 340 WOODSTONE DR, 3780 CREEKVIEW DR NE
owner_nam1 OFTString 97% 50.0k SPENCE THOMAS & SHULTZ MARILYN, SEWELL DAVID ANDERSON, QUINN II EMMITT ZETTLER &
owner_nam2 OFTString 10% 14.9k QUINN MARY, GUPTA SHWETA, LEEBOW JOSHUA
owner_addr OFTString 97% 50.0k 278 INDIAN HILLS TRL, 340 WOODSTONE DR, 3780 CREEKVIEW DR NE
owner_city OFTString 97% 1.7k MARIETTA, MARIETTA, MARIETTA
owner_stat OFTString 97% 61 GA, GA, GA
owner_zip OFTString 97% 2.6k 30068, 30068, 30068
taxdist OFTString 97% 16 9, 9, 9
acres OFTReal 97% 10.4k 0.0, 0.0, 0.0
fmv_land OFTReal 97% 12.9k 150000.0, 120000.0, 150000.0
fmv_bldg OFTReal 97% 50.0k 566370.0, 349470.0, 425710.0
fmv_total OFTReal 97% 50.0k 716370.0, 469470.0, 575710.0
asv_land OFTReal 97% 12.9k 60000.0, 48000.0, 60000.0
asv_bldg OFTReal 97% 50.0k 226548.0, 139788.0, 170284.0
asv_total OFTReal 97% 50.0k 286548.0, 187788.0, 230284.0
class OFTString 97% 29 R3, R3, R3
area OFTReal 100% 50.0k 21605.4663520364, 20015.9567421557, 21657.7256919863
len OFTReal 100% 50.0k 649.78085379245, 582.403935631519, 636.670155518468

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.