# File lib/faster_csv.rb, line 452
    def by_col_or_row!
      @mode = :col_or_row
      
      self
    end