# File lib/faster_csv.rb, line 1287
    def self.table(path, options = Hash.new)
      read( path, { :headers           => true,
                    :converters        => :numeric,
                    :header_converters => :symbol }.merge(options) )
    end