This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################# | |
# | |
# Requirements: You'll need ArcGIS Desktop 10.1 or higher with Python 2.7+ | |
# | |
# Give this script a shapefile or a feature class and it will give you a summary | |
# report for each field (column) in the attribute table. It helps you get a feel | |
# for how "complete" the attributes are populated during data assessment. It's | |
# useful if you need to compare two similar data sources too if you fiddle with | |
# the results in a spreadsheet program. | |
# |