# File lib/table_print/fingerprinter.rb, line 63
    def handleable_columns(hash)
      # get the keys where the value is an empty hash
      hash.select { |k, v| v == {} }.collect { |k, v| k }
    end