# File lib/faster_csv.rb, line 415
    def by_col
      self.class.new(@table.dup).by_col!
    end