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