method
table
v2_6_3 -
Show latest stable
- Class:
CSV
table(path, **options)public
A shortcut for:
CSV.read( path, { headers: true, converters: :numeric, header_converters: :symbol }.merge(options) )
table(path, **options)A shortcut for:
CSV.read( path, { headers: true, converters: :numeric, header_converters: :symbol }.merge(options) )