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