table(path, options = Hash.new)
Class Public methods
A shortcut for:
1 2 3 | CSV .read( path, { headers: true , converters: :numeric , header_converters: :symbol }.merge(options) ) |
Please login to continue.